Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c372 int tc_th = jpeg_get_byte(stream); in jpeg_parse_huffman_tables() local
375 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()