Searched refs:tc_th (Results 1 – 1 of 1) sorted by relevance
371 int tc_th = jpeg_get_byte(stream); in jpeg_parse_huffman_tables() local374 if (tc_th < 0) in jpeg_parse_huffman_tables()375 return tc_th; in jpeg_parse_huffman_tables()378 tc = (tc_th >> 4) & 0xf; in jpeg_parse_huffman_tables()383 th = tc_th & 0xf; in jpeg_parse_huffman_tables()