Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/jpeg/
Dtinyjpeg.c222 static int get_next_huffman_code(struct jdec_private *priv, struct huffman_table *huffman_table) in get_next_huffman_code() function
279 huff_code = get_next_huffman_code(priv, c->DC_table); in tinyjpeg_process_Huffman_data_unit()
293 huff_code = get_next_huffman_code(priv, c->AC_table); in tinyjpeg_process_Huffman_data_unit()