Lines Matching refs:quarter_sample
168 int hpel = 1 - v->s.quarter_sample;
189 int hpel = 1 - v->s.quarter_sample;
235 if (!s->quarter_sample) {
707 if (!s->quarter_sample) {
727 s->mv[0][0][0] = scale_mv(s->next_picture.motion_val[1][xy][0], v->bfraction, 0, s->quarter_sample);
728 s->mv[0][0][1] = scale_mv(s->next_picture.motion_val[1][xy][1], v->bfraction, 0, s->quarter_sample);
729 s->mv[1][0][0] = scale_mv(s->next_picture.motion_val[1][xy][0], v->bfraction, 1, s->quarter_sample);
730 s->mv[1][0][1] = scale_mv(s->next_picture.motion_val[1][xy][1], v->bfraction, 1, s->quarter_sample);
902 v->bfraction, 0, s->quarter_sample);
904 v->bfraction, 0, s->quarter_sample);
906 v->bfraction, 1, s->quarter_sample);
908 v->bfraction, 1, s->quarter_sample);