svq1_pmv 281 libavcodec/svq1dec.c static int svq1_decode_motion_vector(GetBitContext *bitbuf, svq1_pmv *mv, svq1_pmv 282 libavcodec/svq1dec.c svq1_pmv **pmv) svq1_pmv 326 libavcodec/svq1dec.c int pitch, svq1_pmv *motion, int x, int y, svq1_pmv 331 libavcodec/svq1dec.c svq1_pmv mv; svq1_pmv 332 libavcodec/svq1dec.c svq1_pmv *pmv[3]; svq1_pmv 369 libavcodec/svq1dec.c int pitch, svq1_pmv *motion, int x, int y, svq1_pmv 374 libavcodec/svq1dec.c svq1_pmv mv; svq1_pmv 375 libavcodec/svq1dec.c svq1_pmv *pmv[4]; svq1_pmv 447 libavcodec/svq1dec.c int pitch, svq1_pmv *motion, int x, int y, svq1_pmv 618 libavcodec/svq1dec.c svq1_pmv *pmv; svq1_pmv 722 libavcodec/svq1dec.c memset(pmv, 0, ((width / 8) + 3) * sizeof(svq1_pmv));