Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvaapi_mjpeg.c89 huff.huffman_table[i].dc_values[j] = s->raw_huffman_values[0][i][j]; in vaapi_mjpeg_decode_slice()
93 huff.huffman_table[i].ac_values[j] = s->raw_huffman_values[1][i][j]; in vaapi_mjpeg_decode_slice()
Dmjpegdec.h161 uint8_t raw_huffman_values[2][4][256]; member
Dmjpegdec.c89 memcpy(s->raw_huffman_values[ht[i].class][ht[i].index], in init_default_huffman_tables()
292 s->raw_huffman_values[class][index][i] = val_table[i]; in ff_mjpeg_decode_dht()