Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvaapi_mjpeg.c87 huff.huffman_table[i].num_dc_codes[j] = s->raw_huffman_lengths[0][i][j]; in vaapi_mjpeg_decode_slice()
91 huff.huffman_table[i].num_ac_codes[j] = s->raw_huffman_lengths[1][i][j]; in vaapi_mjpeg_decode_slice()
Dmjpegdec.h160 uint8_t raw_huffman_lengths[2][4][16]; member
Dmjpegdec.c87 memcpy(s->raw_huffman_lengths[ht[i].class][ht[i].index], in init_default_huffman_tables()
290 s->raw_huffman_lengths[class][index][i] = bits_table[i + 1]; in ff_mjpeg_decode_dht()