Lines Matching refs:mi_height
259 const int mi_height = num_8x8_blocks_high_lookup[bsize]; in set_offsets() local
271 mv_limits->row_min = -(((mi_row + mi_height) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets()
277 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1))); in set_offsets()
278 set_mi_row_col(xd, tile, mi_row, mi_height, mi_col, mi_width, cm->mi_rows, in set_offsets()
1747 const int mi_height = num_8x8_blocks_high_lookup[bsize]; in update_state() local
1788 for (y = 0; y < mi_height; y++) in update_state()
1791 (xd->mb_to_bottom_edge >> (3 + MI_SIZE_LOG2)) + mi_height > y) { in update_state()
2102 int mi_height = num_8x8_blocks_high_lookup[bsize]; in restore_context() local
2117 sizeof(xd->left_seg_context[0]) * mi_height); in restore_context()
2130 int mi_height = num_8x8_blocks_high_lookup[bsize]; in save_context() local
2147 sizeof(xd->left_seg_context[0]) * mi_height); in save_context()
2967 int mi_height = num_8x8_blocks_high_lookup[bsize]; in set_partition_range() local
2979 for (idy = 0; idy < mi_height; ++idy) { in set_partition_range()
2990 for (idy = 0; idy < mi_height; ++idy) { in set_partition_range()