Searched refs:MI_BLOCK_SIZE_LOG2 (Results 1 – 5 of 5) 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()41 const int sb_cols = mi_cols_aligned_to_sb(mi_cols) >> MI_BLOCK_SIZE_LOG2; in vp9_get_tile_n_bits()
21 #define MI_BLOCK_SIZE_LOG2 (6 - MI_SIZE_LOG2) // 64 = 2^6 macro24 #define MI_BLOCK_SIZE (1 << MI_BLOCK_SIZE_LOG2) // mi-units per max block
241 return ALIGN_POWER_OF_TWO(n_mis, MI_BLOCK_SIZE_LOG2); in mi_cols_aligned_to_sb()
98 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; in loop_filter_rows_mt()101 const int mi_row = r << MI_BLOCK_SIZE_LOG2; in loop_filter_rows_mt()105 const int mi_col = c << MI_BLOCK_SIZE_LOG2; in loop_filter_rows_mt()143 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in vp9_loop_filter_frame_mt()156 MI_BLOCK_SIZE_LOG2; in vp9_loop_filter_frame_mt()
101 mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in vp9_decoder_remove()