Home
last modified time | relevance | path

Searched defs:mctmp (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddiracdec.c222 uint16_t *mctmp; /* buffer holding the MC data multiplied by OBMC weights */ member
1758 uint16_t *mctmp, uint8_t *obmc_weight, in block_mc()
1793 static void mc_row(DiracContext *s, DiracBlock *block, uint16_t *mctmp, int plane, int dsty) in mc_row()
1936 uint16_t *mctmp = s->mctmp + y*rowheight; in dirac_decode_frame_internal() local