Searched refs:mctmp (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | diracdec.c | 223 uint16_t *mctmp; /* buffer holding the MC data multiplied by OBMC weights */ member 338 av_freep(&s->mctmp); in alloc_buffers() 343 s->mctmp = av_malloc_array((stride+MAX_BLOCKSIZE), (h+MAX_BLOCKSIZE) * sizeof(*s->mctmp)); in alloc_buffers() 346 if (!s->edge_emu_buffer_base || !s->mctmp || !s->mcscratch) in alloc_buffers() 381 av_freep(&s->mctmp); in free_sequence_buffers() 1759 uint16_t *mctmp, uint8_t *obmc_weight, in block_mc() 1768 add_dc(mctmp, block->u.dc[plane], p->stride, obmc_weight, p->xblen, p->yblen); in block_mc() 1791 s->add_obmc(mctmp, s->mcscratch, p->stride, obmc_weight, p->yblen); in block_mc() 1794 static void mc_row(DiracContext *s, DiracBlock *block, uint16_t *mctmp, in argument 1758 block_mc(DiracContext *s, DiracBlock *block, uint16_t *mctmp, uint8_t *obmc_weight, int plane, int dstx, int dsty) block_mc() argument 1937 uint16_t *mctmp = s->mctmp + y*rowheight; dirac_decode_frame_internal() local [all...] |
Completed in 4 milliseconds