Home | History | Annotate | Download | only in encoder

Lines Matching defs:mb_col

476     int mb_col;
516 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
521 xd->mb_to_left_edge = -((mb_col * 16) << 3);
522 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3;
526 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
527 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16)
533 xd->left_available = (mb_col != 0);
541 if ((mb_col & (nsync - 1)) == 0)
543 while (mb_col > (*last_row_current_mb_col - nsync)
561 if (cpi->segmentation_map[seg_map_index+mb_col] <= 3)
562 xd->mode_info_context->mbmi.segment_id = cpi->segmentation_map[seg_map_index+mb_col];
571 x->active_ptr = cpi->active_map + seg_map_index + mb_col;
608 cpi->segmentation_map[seg_map_index+mb_col] = xd->mode_info_context->mbmi.segment_id;
614 cpi->cyclic_refresh_map[seg_map_index+mb_col] = -1;
617 if (cpi->cyclic_refresh_map[seg_map_index+mb_col] == 1)
618 cpi->cyclic_refresh_map[seg_map_index+mb_col] = 0;
621 cpi->cyclic_refresh_map[seg_map_index+mb_col] = 1;
652 cpi->mt_current_mb_col[mb_row] = mb_col;