Searched defs:mctmp (Results 1 – 1 of 1) sorted by relevance
223 uint16_t *mctmp; /* buffer holding the MC data multiplied by OBMC weights */ member1759 uint16_t *mctmp, uint8_t *obmc_weight, in block_mc()1794 static void mc_row(DiracContext *s, DiracBlock *block, uint16_t *mctmp, int plane, int dsty) in mc_row()1937 uint16_t *mctmp = s->mctmp + y*rowheight; in dirac_decode_frame_internal() local