Searched refs:code_cal (Results 1 – 1 of 1) sorted by relevance
669 UINT code_cal = 0; in _gx_image_reader_png_dynamic_huffman_code_find() local683 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()