Lines Matching refs:svq1_pmv
59 } svq1_pmv;
69 svq1_pmv *pmv;
291 static int svq1_decode_motion_vector(GetBitContext *bitbuf, svq1_pmv *mv,
292 svq1_pmv **pmv)
336 ptrdiff_t pitch, svq1_pmv *motion, int x, int y,
341 svq1_pmv mv;
342 svq1_pmv *pmv[3];
379 ptrdiff_t pitch, svq1_pmv *motion, int x, int y,
384 svq1_pmv mv;
385 svq1_pmv *pmv[4];
457 ptrdiff_t pitch, svq1_pmv *motion, int x, int y,
730 memset(s->pmv, 0, ((width / 8) + 3) * sizeof(svq1_pmv));