Home | History | Annotate | Download | only in encoder

Lines Matching refs:mi_size

120   int offset = (mi_row * MI_SIZE) * yv12->y_stride + (mi_col * MI_SIZE);
235 x->mv_row_min = -(((mi_row + mi_height) * MI_SIZE) + VP9_INTERP_EXTEND);
236 x->mv_col_min = -(((mi_col + mi_width) * MI_SIZE) + VP9_INTERP_EXTEND);
237 x->mv_row_max = (cm->mi_rows - mi_row) * MI_SIZE + VP9_INTERP_EXTEND;
238 x->mv_col_max = (cm->mi_cols - mi_col) * MI_SIZE + VP9_INTERP_EXTEND;
427 int mi_size) {