vp4_get_mv 945 libavcodec/vp3.c last_gold_motion_x = motion_x[0] = vp4_get_mv(s, gb, 0, last_gold_motion_x); vp4_get_mv 946 libavcodec/vp3.c last_gold_motion_y = motion_y[0] = vp4_get_mv(s, gb, 1, last_gold_motion_y); vp4_get_mv 958 libavcodec/vp3.c motion_x[0] = vp4_get_mv(s, gb, 0, last_motion_x); vp4_get_mv 959 libavcodec/vp3.c motion_y[0] = vp4_get_mv(s, gb, 1, last_motion_y); vp4_get_mv 988 libavcodec/vp3.c motion_x[k] = vp4_get_mv(s, gb, 0, prior_last_motion_x); vp4_get_mv 989 libavcodec/vp3.c motion_y[k] = vp4_get_mv(s, gb, 1, prior_last_motion_y);