Searched refs:mi_width (Results 1 – 1 of 1) sorted by relevance
213 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; in set_offsets() local236 x->mv_col_min = -(((mi_col + mi_width) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets()241 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1))); in set_offsets()242 set_mi_row_col(xd, tile, mi_row, mi_height, mi_col, mi_width, in set_offsets()851 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; in update_state() local895 for (x_idx = 0; x_idx < mi_width; x_idx++) in update_state()896 if ((xd->mb_to_right_edge >> (3 + MI_SIZE_LOG2)) + mi_width > x_idx in update_state()1168 int mi_width = num_8x8_blocks_wide_lookup[bsize]; in restore_context() local1184 sizeof(*xd->above_seg_context) * mi_width); in restore_context()1198 int mi_width = num_8x8_blocks_wide_lookup[bsize]; in save_context() local[all …]