encode_Backward_references
encode_Backward_references
Overview
encode_Backward_references यह एक क्लास है Aspose.Font FOSS के लिए Python।.
इस कक्षा में Python प्रोग्राम में encode_Backward_references वस्तुओं के साथ काम करने के लिए 9 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: ComputeDistanceCode, ComputeMinimumCopyLength, CreateBackwardReferences, CreateBackwardReferences_HashLongestMatch, CreateBackwardReferences_HashLongestMatchQuickly, SetDistanceCache, UpdateZopfliNode, ZopfliIterate, __init__. सभी सार्वजनिक सदस्य किसी भी Python अनुप्रयोग के लिए उपलब्ध हैं Aspose.Font FOSS को स्थापित करने के बाद Python पैकेज।.
Methods
| Signature | Description |
|---|---|
__init__() | Calls इंदिरा गांधी इस संदर्भ में कोड_Backward_references है।. |
SetDistanceCache(distance, distance_code, max_distance, dist_cache, result_dist_cache, result_dist_cache_off) | बाद में पुन: उपयोग के लिए कैश रैली में दूरी और कोड मूल्य संग्रहीत करता है |
ComputeDistanceCode(distance, max_distance, quality, dist_cache) | एक एन्कोडिट दूरी वापस करता है और दूसरों के कैश को अपडेट करता |
UpdateZopfliNode(nodes, nodes_off, pos, start_pos, _hx_len, len_code, dist, dist_code, max_dist, dist_cache, cost) | लंबाई, दूरी और लागत डेटा के साथ एक Zopfli नोड को बदलता है |
ComputeMinimumCopyLength(queue, nodes, model, pos, min_cost_cmd) | सबसे छोटी प्रतिलिपि लंबाई की परिभाषा लागत सीमाओं को पूरा करता है |
ZopfliIterate(num_bytes, position, ringbuffer, ringbuffer_mask, max_backward_limit, model, num_matches, matches, dist_cache, last_insert_len, commands, commands_off, num_commands, num_literals) | इनपुट डेटा के ऊपर Zopfli संपीड़न इथेरेशन चलाता है |
CreateBackwardReferences_HashLongestMatch(num_bytes, position, ringbuffer, ringbuffer_mask, max_backward_limit, quality, hasher, dist_cache, last_insert_len, commands, commands_off, num_commands, num_literals) | एक हैश लंबी-मैच एल्गोरिथ्म का उपयोग करके पीछे की ओर संदर्भ उत्पन्न करता है |
CreateBackwardReferences_HashLongestMatchQuickly(num_bytes, position, ringbuffer, ringbuffer_mask, max_backward_limit, quality, hasher, dist_cache, last_insert_len, commands, commands_off, num_commands, num_literals) | एक तेज हैश के साथ पीछे की ओर संदर्भ बनाता है सबसे लंबी-मौत ह्यूरीस्टिक |
CreateBackwardReferences(num_bytes, position, ringbuffer, ringbuffer_mask, literal_cost, literal_cost_mask, max_backward_limit, quality, hashers, hash_type, dist_cache, last_insert_len, commands, commands_off, num_commands, num_literals) | अंगूठी बफर डेटा के आधार पर Brotli संपीड़न के लिए पीछे की ओर संदर्भ कमांड उत्पन्न करता है |