Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmjpegdec.h64 uint16_t quant_matrixes[4][64]; member
Dvaapi_mjpeg.c106 quant.quantiser_table[i][j] = s->quant_matrixes[i][j]; in vaapi_mjpeg_decode_slice()
Dmjpegdec.c218 s->quant_matrixes[index][i] = get_bits(&s->gb, pr ? 16 : 8); in ff_mjpeg_decode_dqt()
219 if (s->quant_matrixes[index][i] == 0) { in ff_mjpeg_decode_dqt()
226 s->qscale[index] = FFMAX(s->quant_matrixes[index][1], in ff_mjpeg_decode_dqt()
227 s->quant_matrixes[index][8]) >> 1; in ff_mjpeg_decode_dqt()
1494 s->quant_matrixes[s->quant_sindex[i]]) < 0) { in mjpeg_decode_scan()
1511 s->quant_matrixes[s->quant_sindex[i]][0] << Al; in mjpeg_decode_scan()
1513 s->quant_matrixes[s->quant_sindex[i]], in mjpeg_decode_scan()
1543 uint16_t *quant_matrix = s->quant_matrixes[s->quant_sindex[0]]; in mjpeg_decode_scan_progressive_ac()