Searched refs:MI_BLOCK_SIZE_LOG2 (Results 1 – 6 of 6) sorted by relevance
19 const int sb_cols = mi_cols_aligned_to_sb(mis) >> MI_BLOCK_SIZE_LOG2; in get_tile_offset()20 const int offset = ((idx * sb_cols) >> log2) << MI_BLOCK_SIZE_LOG2; in get_tile_offset()55 const int sb64_cols = mi_cols_aligned_to_sb(mi_cols) >> MI_BLOCK_SIZE_LOG2; in vp9_get_tile_n_bits()
22 #define MI_BLOCK_SIZE_LOG2 (6 - MI_SIZE_LOG2) // 64 = 2^6 macro25 #define MI_BLOCK_SIZE (1 << MI_BLOCK_SIZE_LOG2) // mi-units per max block
97 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; in thread_loop_filter_rows()115 const int r = mi_row >> MI_BLOCK_SIZE_LOG2; in thread_loop_filter_rows()116 const int c = mi_col >> MI_BLOCK_SIZE_LOG2; in thread_loop_filter_rows()163 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in loop_filter_rows_mt()
337 return ALIGN_POWER_OF_TWO(n_mis, MI_BLOCK_SIZE_LOG2); in mi_cols_aligned_to_sb()
482 mi_row << MI_BLOCK_SIZE_LOG2); in fpm_sync()
1549 mi_row << MI_BLOCK_SIZE_LOG2); in decode_tiles()