Lines Matching refs:mvectors
83 MotionVector *mvectors;
421 int orig_mv_x = s->mvectors[mvpos].x;
422 int mv_x = s->mvectors[mvpos].x / (1 + !shift);
423 int mv_y = s->mvectors[mvpos].y / (1 + !shift);
454 int orig_mv_x = s->mvectors[mvpos].x;
455 int mv_x = s->mvectors[mvpos].x / (1 + !shift);
456 int mv_y = s->mvectors[mvpos].y / (1 + !shift);
839 av_fast_padded_malloc(&s->mvectors, &s->mvectors_size,
840 nb_mvs * sizeof(*s->mvectors));
841 if (!s->mvectors)
848 memset(s->mvectors, 0, sizeof(*s->mvectors) * nb_mvs);
854 s->mvectors[i].x = value;
862 s->mvectors[i].y = value;
1276 av_freep(&s->mvectors);