Searched refs:MI_BLOCK_SIZE_LOG2 (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_tile_common.c | 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()
|
D | vp9_thread_common.c | 95 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; in thread_loop_filter_rows() 116 const int r = mi_row >> MI_BLOCK_SIZE_LOG2; in thread_loop_filter_rows() 117 const int c = mi_col >> MI_BLOCK_SIZE_LOG2; in thread_loop_filter_rows() 164 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in loop_filter_rows_mt() 244 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in vp9_lpf_mt_init() 334 MI_BLOCK_SIZE_LOG2)); in vp9_loop_filter_alloc() 395 cur_row = cm->lf_row >> MI_BLOCK_SIZE_LOG2; in get_next_row() 416 int row = return_val >> MI_BLOCK_SIZE_LOG2; in get_next_row() 427 cur_row = cm->lf_row >> MI_BLOCK_SIZE_LOG2; in get_next_row()
|
D | vp9_enums.h | 22 #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
|
D | vp9_onyxc_int.h | 311 return ALIGN_POWER_OF_TWO(n_mis, MI_BLOCK_SIZE_LOG2); in mi_cols_aligned_to_sb()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_multi_thread.c | 58 (mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2) + 1; in vp9_row_mt_alloc_rd_thresh() 74 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in vp9_row_mt_mem_alloc() 125 get_num_vert_units(*tile_info, MI_BLOCK_SIZE_LOG2); in vp9_row_mt_mem_alloc() 175 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in vp9_multi_thread_tile_init() 235 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in vp9_prepare_job_queue()
|
D | vp9_encodeframe.c | 4213 const int sb_row = mi_row >> MI_BLOCK_SIZE_LOG2; in encode_rd_sb_row() 4215 get_num_cols(tile_data->tile_info, MI_BLOCK_SIZE_LOG2); in encode_rd_sb_row() 5250 const int sb_row = mi_row >> MI_BLOCK_SIZE_LOG2; in encode_nonrd_sb_row() 5252 get_num_cols(tile_data->tile_info, MI_BLOCK_SIZE_LOG2); in encode_nonrd_sb_row() 5591 tplist_count = get_num_vert_units(*tile_info, MI_BLOCK_SIZE_LOG2); in vp9_init_tile_data() 5607 MI_BLOCK_SIZE_LOG2; in vp9_encode_sb_row()
|
D | vp9_bitstream.c | 498 MI_BLOCK_SIZE_LOG2; in write_modes()
|
D | vp9_pickmode.c | 1643 const int sb_row = mi_row >> MI_BLOCK_SIZE_LOG2; in vp9_pick_inter_mode()
|
D | vp9_encoder.c | 1351 sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in alloc_compressor_data()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1839 const int sb_rows = (aligned_rows >> MI_BLOCK_SIZE_LOG2); in set_rows_after_error() 1842 const int is_last_row = (sb_rows - 1 == mi_row >> MI_BLOCK_SIZE_LOG2); in set_rows_after_error() 1843 vp9_set_row(lf_sync, total_num_tiles, mi_row >> MI_BLOCK_SIZE_LOG2, in set_rows_after_error() 1915 const int sb_rows = (aligned_rows >> MI_BLOCK_SIZE_LOG2); in tile_worker_hook() 1916 const int is_last_row = (sb_rows - 1 == mi_row >> MI_BLOCK_SIZE_LOG2); in tile_worker_hook() 1918 mi_row >> MI_BLOCK_SIZE_LOG2, is_last_row, in tile_worker_hook() 2377 const int sb_cols = aligned_cols >> MI_BLOCK_SIZE_LOG2; in read_uncompressed_header() 2379 const int sb_rows = aligned_rows >> MI_BLOCK_SIZE_LOG2; in read_uncompressed_header()
|