Home | History | Annotate | Download | only in encoder

Lines Matching defs:mb_col

488     int mb_row, mb_col;
564 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
569 int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row);
574 xd->left_available = (mb_col != 0);
589 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
590 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
706 if (mb_col < cm->mb_cols / 2)
713 else if (mb_col > cm->mb_cols / 2)