Searched refs:last_nnz (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mjpegdec.c | 766 av_freep(&s->last_nnz[i]); in ff_mjpeg_decode_sof() 768 s->last_nnz[i] = av_calloc(size, sizeof(**s->last_nnz)); in ff_mjpeg_decode_sof() 769 if (!s->blocks[i] || !s->last_nnz[i]) in ff_mjpeg_decode_sof() 877 uint8_t *last_nnz, int ac_index, in decode_block_progressive() 943 if (i > *last_nnz) in decode_block_progressive() 944 *last_nnz = i; in decode_block_progressive() 976 uint8_t *last_nnz, in decode_block_refinement() 981 int last = FFMIN(se, *last_nnz); in decode_block_refinement() 1001 if (i > *last_nnz) in decode_block_refinement() 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 1576 uint8_t *last_nnz = &s->last_nnz[c][block_idx]; mjpeg_decode_scan_progressive_ac() local [all...] |
H A D | mjpegdec.h | 117 uint8_t *last_nnz[MAX_COMPONENTS]; member
|
Completed in 3 milliseconds