Searched refs:tc_th (Results 1 – 1 of 1) sorted by relevance
372 int tc_th = jpeg_get_byte(stream); in jpeg_parse_huffman_tables() local375 if (tc_th < 0) in jpeg_parse_huffman_tables()376 return tc_th; in jpeg_parse_huffman_tables()379 tc = (tc_th >> 4) & 0xf; in jpeg_parse_huffman_tables()384 th = tc_th & 0xf; in jpeg_parse_huffman_tables()