Home | History | Annotate | Download | only in encoder

Lines Matching refs:right_edge

2996   int right_edge = cpi->common.mi_cols;
3007 right_edge -= (int)(twopass->this_frame_stats.inactive_zone_cols * 2);
3008 right_edge = VPXMAX(left_edge, right_edge);
3012 ((right_edge >= mi_col) && (right_edge < (mi_col + mi_step)))) {