Searched refs:dc_index (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mjpegdec.c | 791 static inline int mjpeg_decode_dc(MJpegDecodeContext *s, int dc_index) in mjpeg_decode_dc() argument 794 code = get_vlc2(&s->gb, s->vlcs[0][dc_index].table, 9, 2); in mjpeg_decode_dc() 798 0, dc_index, &s->vlcs[0][dc_index]); in mjpeg_decode_dc() 810 int dc_index, int ac_index, uint16_t *quant_matrix) in decode_block() 815 val = mjpeg_decode_dc(s, dc_index); in decode_block() 859 int component, int dc_index, in decode_dc_progressive() 864 val = mjpeg_decode_dc(s, dc_index); in decode_dc_progressive() 1158 dc = mjpeg_decode_dc(s, s->dc_index[i]); in ljpeg_decode_rgb_scan() 1292 dc = mjpeg_decode_dc(s, s->dc_index[ in ljpeg_decode_yuv_scan() 809 decode_block(MJpegDecodeContext *s, int16_t *block, int component, int dc_index, int ac_index, uint16_t *quant_matrix) decode_block() argument 858 decode_dc_progressive(MJpegDecodeContext *s, int16_t *block, int component, int dc_index, uint16_t *quant_matrix, int Al) decode_dc_progressive() argument [all...] |
H A D | mjpegdec.h | 101 int dc_index[MAX_COMPONENTS]; member
|
H A D | vaapi_mjpeg.c | 130 sp.components[i].dc_table_selector = s->dc_index[i]; in vaapi_mjpeg_decode_slice()
|
Completed in 5 milliseconds