GetMotionVector   827 modules/xvid_dec/xvid_wce/decoder.cpp 						GetMotionVector(bs, x, y, 0, &mb->mvs[0], fcode, bound);
GetMotionVector   828 modules/xvid_dec/xvid_wce/decoder.cpp 						GetMotionVector(bs, x, y, 0, &mb->mvs[1], fcode, bound);
GetMotionVector   830 modules/xvid_dec/xvid_wce/decoder.cpp 						GetMotionVector(bs, x, y, 0, &mb->mvs[0], fcode, bound);
GetMotionVector   834 modules/xvid_dec/xvid_wce/decoder.cpp 					GetMotionVector(bs, x, y, 0, &mb->mvs[0], fcode, bound);
GetMotionVector   835 modules/xvid_dec/xvid_wce/decoder.cpp 					GetMotionVector(bs, x, y, 1, &mb->mvs[1], fcode, bound);
GetMotionVector   836 modules/xvid_dec/xvid_wce/decoder.cpp 					GetMotionVector(bs, x, y, 2, &mb->mvs[2], fcode, bound);
GetMotionVector   837 modules/xvid_dec/xvid_wce/decoder.cpp 					GetMotionVector(bs, x, y, 3, &mb->mvs[3], fcode, bound);
GetMotionVector   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);