Home | History | Annotate | Download | only in encoder

Lines Matching refs:mb_col

514     int mb_row, mb_col;
585 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
591 int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row);
596 xd->left_available = (mb_col != 0);
614 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
615 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
726 if (mb_col < cm->mb_cols / 2)
733 else if (mb_col > cm->mb_cols / 2)