Searched refs:tc_th (Results 1 – 1 of 1) sorted by relevance
488 int tc_th = jpeg_get_byte(stream); in jpeg_parse_huffman_tables() local491 if (tc_th < 0) in jpeg_parse_huffman_tables()492 return tc_th; in jpeg_parse_huffman_tables()495 tc = (tc_th >> 4) & 0xf; in jpeg_parse_huffman_tables()500 th = tc_th & 0xf; in jpeg_parse_huffman_tables()
Completed in 6 milliseconds