Home
last modified time | relevance | path

Searched refs:MI_BLOCK_SIZE_LOG2 (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_tile_common.c19 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()
Dvp9_enums.h22 #define MI_BLOCK_SIZE_LOG2 (6 - MI_SIZE_LOG2) // 64 = 2^6 macro
25 #define MI_BLOCK_SIZE (1 << MI_BLOCK_SIZE_LOG2) // mi-units per max block
Dvp9_thread_common.c93 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()
Dvp9_onyxc_int.h301 return ALIGN_POWER_OF_TWO(n_mis, MI_BLOCK_SIZE_LOG2); in mi_cols_aligned_to_sb()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_multi_thread.c59 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()
Dvp9_encodeframe.c3549 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()
Dvp9_bitstream.c497 MI_BLOCK_SIZE_LOG2; in write_modes()
Dvp9_pickmode.c1448 const int sb_row = mi_row >> MI_BLOCK_SIZE_LOG2; in vp9_pick_inter_mode()
Dvp9_encoder.c1196 sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in alloc_compressor_data()