Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/jpeg/
Dtinyjpeg.c269 unsigned char size_val, count_0; in tinyjpeg_process_Huffman_data_unit() local
297 count_0 = huff_code >> 4; in tinyjpeg_process_Huffman_data_unit()
301 if (count_0 == 0) in tinyjpeg_process_Huffman_data_unit()
303 else if (count_0 == 0xF) in tinyjpeg_process_Huffman_data_unit()
308 j += count_0; /* skip count_0 zeroes */ in tinyjpeg_process_Huffman_data_unit()