Searched defs:last_nnz (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | mjpegdec.h | 117 uint8_t *last_nnz[MAX_COMPONENTS]; member |
H A D | mjpegdec.c | 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...] |
Completed in 3 milliseconds