Searched refs:MI_BLOCK_SIZE_LOG2 (Results 1 – 9 of 9) 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()53 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
93 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; in thread_loop_filter_rows()111 const int r = mi_row >> MI_BLOCK_SIZE_LOG2; in thread_loop_filter_rows()112 const int c = mi_col >> MI_BLOCK_SIZE_LOG2; in thread_loop_filter_rows()159 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in loop_filter_rows_mt()
301 return ALIGN_POWER_OF_TWO(n_mis, MI_BLOCK_SIZE_LOG2); in mi_cols_aligned_to_sb()
59 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in vp9_row_mt_mem_alloc()87 (mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2) + 1; in vp9_row_mt_mem_alloc()111 get_num_vert_units(*tile_info, MI_BLOCK_SIZE_LOG2); in vp9_row_mt_mem_alloc()163 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in vp9_multi_thread_tile_init()223 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in vp9_prepare_job_queue()
3549 const int sb_row = mi_row >> MI_BLOCK_SIZE_LOG2; in encode_rd_sb_row()3551 get_num_cols(tile_data->tile_info, MI_BLOCK_SIZE_LOG2); in encode_rd_sb_row()4334 const int sb_row = mi_row >> MI_BLOCK_SIZE_LOG2; in encode_nonrd_sb_row()4336 get_num_cols(tile_data->tile_info, MI_BLOCK_SIZE_LOG2); in encode_nonrd_sb_row()4656 tplist_count = get_num_vert_units(*tile_info, MI_BLOCK_SIZE_LOG2); in vp9_init_tile_data()4672 MI_BLOCK_SIZE_LOG2; in vp9_encode_sb_row()
497 MI_BLOCK_SIZE_LOG2; in write_modes()
1448 const int sb_row = mi_row >> MI_BLOCK_SIZE_LOG2; in vp9_pick_inter_mode()
1196 sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in alloc_compressor_data()