H A D | mjpegdec.c | 810 int dc_index, int ac_index, uint16_t *quant_matrix) in decode_block() 829 GET_VLC(code, re, &s->gb, s->vlcs[1][ac_index].table, 9, 2); in decode_block() 877 uint8_t *last_nnz, int ac_index, in decode_block_progressive() 893 GET_VLC(code, re, &s->gb, s->vlcs[2][ac_index].table, 9, 2); in decode_block_progressive() 977 int ac_index, uint16_t *quant_matrix, in decode_block_refinement() 989 GET_VLC(code, re, &s->gb, s->vlcs[2][ac_index].table, 9, 2); in decode_block_refinement() 1509 s->dc_index[i], s->ac_index[i], in mjpeg_decode_scan() 1587 ret = decode_block_refinement(s, *block, last_nnz, s->ac_index[0], in mjpeg_decode_scan_progressive_ac() 1590 ret = decode_block_progressive(s, *block, last_nnz, s->ac_index[0], in mjpeg_decode_scan_progressive_ac() 1707 s->ac_index[ in ff_mjpeg_decode_sos() 809 decode_block(MJpegDecodeContext *s, int16_t *block, int component, int dc_index, int ac_index, uint16_t *quant_matrix) decode_block() argument 876 decode_block_progressive(MJpegDecodeContext *s, int16_t *block, uint8_t *last_nnz, int ac_index, uint16_t *quant_matrix, int ss, int se, int Al, int *EOBRUN) decode_block_progressive() argument 975 decode_block_refinement(MJpegDecodeContext *s, int16_t *block, uint8_t *last_nnz, int ac_index, uint16_t *quant_matrix, int ss, int se, int Al, int *EOBRUN) decode_block_refinement() argument [all...] |