Lines Matching refs:mi_width
190 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; in set_offsets() local
206 x->mv_col_min = -(((mi_col + mi_width) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets()
211 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1))); in set_offsets()
212 set_mi_row_col(xd, tile, mi_row, mi_height, mi_col, mi_width, in set_offsets()
990 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; in update_state() local
1035 for (x_idx = 0; x_idx < mi_width; x_idx++) in update_state()
1036 if ((xd->mb_to_right_edge >> (3 + MI_SIZE_LOG2)) + mi_width > x_idx in update_state()
1348 int mi_width = num_8x8_blocks_wide_lookup[bsize]; in restore_context() local
1364 sizeof(*xd->above_seg_context) * mi_width); in restore_context()
1378 int mi_width = num_8x8_blocks_wide_lookup[bsize]; in save_context() local
1396 sizeof(*xd->above_seg_context) * mi_width); in save_context()
2237 int mi_width = num_8x8_blocks_wide_lookup[bsize]; in set_partition_range() local
2251 for (idx = 0; idx < mi_width; ++idx) { in set_partition_range()
2270 for (idx = 0; idx < mi_width; ++idx) { in set_partition_range()
4158 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; in encode_superblock() local
4226 for (x = 0; x < mi_width; x++) in encode_superblock()