VECTOR            487 modules/xvid_dec/xvid_wce/decoder.cpp 	VECTOR mv[4];              //local copy of mvs
VECTOR            690 modules/xvid_dec/xvid_wce/decoder.cpp void S_decoder::GetMotionVector(Bitstream * bs, int x, int y, int k, VECTOR *ret_mv, int fcode, int bound) {
VECTOR            697 modules/xvid_dec/xvid_wce/decoder.cpp 	const VECTOR pmv = get_pmv2(mbs, mb_width, bound, x, y, k);
VECTOR            698 modules/xvid_dec/xvid_wce/decoder.cpp 	VECTOR mv;
VECTOR            892 modules/xvid_dec/xvid_wce/decoder.cpp static void get_b_motion_vector(Bitstream * bs, VECTOR * mv, int fcode, const VECTOR pmv) {
VECTOR           1068 modules/xvid_dec/xvid_wce/decoder.cpp 	VECTOR mv;
VECTOR           1069 modules/xvid_dec/xvid_wce/decoder.cpp 	const VECTOR zeromv = {0,0};
VECTOR            106 modules/xvid_dec/xvid_wce/decoder.h void GetMotionVector(Bitstream *bs, int x, int y, int k, VECTOR *ret_mv, int fcode, int bound);
VECTOR            219 modules/xvid_dec/xvid_wce/decoder.h VECTOR p_fmv, p_bmv;    /* pred forward & backward motion vector */
VECTOR            127 modules/xvid_dec/xvid_wce/global.h 	VECTOR duv[3];
VECTOR            200 modules/xvid_dec/xvid_wce/global.h 	void (*get_average_mv)(const NEW_GMC_DATA * const Dsp, VECTOR * const mv,
VECTOR            295 modules/xvid_dec/xvid_wce/global.h 	VECTOR mvs[4];
VECTOR            310 modules/xvid_dec/xvid_wce/global.h 	VECTOR mv16;
VECTOR            311 modules/xvid_dec/xvid_wce/global.h 	VECTOR pmvs[4];
VECTOR            312 modules/xvid_dec/xvid_wce/global.h 	VECTOR qmvs[4];            /* mvs in quarter pixel resolution */
VECTOR            322 modules/xvid_dec/xvid_wce/global.h 	VECTOR b_mvs[4];
VECTOR            323 modules/xvid_dec/xvid_wce/global.h 	VECTOR b_qmvs[4];
VECTOR            332 modules/xvid_dec/xvid_wce/global.h 	VECTOR amv; /* average motion vectors from GMC  */
VECTOR            181 modules/xvid_dec/xvid_wce/gmc.cpp static void get_average_mv_C(const NEW_GMC_DATA * const Dsp, VECTOR * const mv, int x, int y, int qpel) {
VECTOR            317 modules/xvid_dec/xvid_wce/gmc.cpp static void get_average_mv_1pt_C(const NEW_GMC_DATA *const Dsp, VECTOR * const mv, int x, int y, int qpel) {
VECTOR            299 modules/xvid_dec/xvid_wce/mbprediction.cpp static const VECTOR zeroMV = { 0, 0 };
VECTOR            301 modules/xvid_dec/xvid_wce/mbprediction.cpp VECTOR get_pmv2(const MACROBLOCK * const mbs, const int mb_width, const int bound, const int x, const int y, const int block) {
VECTOR            309 modules/xvid_dec/xvid_wce/mbprediction.cpp 	VECTOR pmv[4]; /* left neighbour, top neighbour, top-right neighbour */
VECTOR             46 modules/xvid_dec/xvid_wce/mbprediction.h VECTOR