Home
last modified time | relevance | path

Searched refs:code_cal (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_image_reader_png_decode.c669 UINT code_cal = 0; in _gx_image_reader_png_dynamic_huffman_code_find() local
683 if (code <= code_cal + bit_count - 1) in _gx_image_reader_png_dynamic_huffman_code_find()
686 *code_value = (UINT)huffman_table[code_index + code - code_cal]; in _gx_image_reader_png_dynamic_huffman_code_find()
693 code_cal += bit_count; in _gx_image_reader_png_dynamic_huffman_code_find()
697 code_cal <<= 1; in _gx_image_reader_png_dynamic_huffman_code_find()