Searched defs:mctmp (Results 1 – 1 of 1) sorted by relevance
222 uint16_t *mctmp; /* buffer holding the MC data multiplied by OBMC weights */ member1758 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