Lines Matching refs:mb_width
271 off = (s->mb_x == (s->mb_width - 1)) ? -2 : 2;
273 off = (s->mb_x == (s->mb_width - 1)) ? -1 : 2;
274 b_valid = b_valid && s->mb_width > 1;
282 off = s->mb_x ? -1 : 2 * s->mb_width - wrap - 1;
285 off = (s->mb_x == (s->mb_width - 1)) ? -1 : 1;
293 if (v->field_mode && s->mb_width == 1)
407 X = (s->mb_width << 6) - 4;
547 if (s->mb_width > 1) {
561 if (s->mb_x == s->mb_width - 1) {
602 if (s->mb_width == 1) {
733 s->mv[0][0][0] = av_clip(s->mv[0][0][0], -60 - (s->mb_x << 6), (s->mb_width << 6) - 4 - (s->mb_x << 6));
735 s->mv[1][0][0] = av_clip(s->mv[1][0][0], -60 - (s->mb_x << 6), (s->mb_width << 6) - 4 - (s->mb_x << 6));
748 off = (s->mb_x == (s->mb_width - 1)) ? -2 : 2;
753 if (s->mb_width == 1) {
773 X = (s->mb_width << sh) - 4;
817 off = (s->mb_x == (s->mb_width - 1)) ? -2 : 2;
823 if (s->mb_width == 1) {
843 X = (s->mb_width << sh) - 4;