Home | History | Annotate | Download | only in encoder

Lines Matching defs:start_col

1176   int start_col, end_col, start_row, end_row;
1189 start_col = MAX(-range, x->mv_col_min - ref_mv->col);
1194 for (c = start_col; c <= end_col; c += 4) {