Home
last modified time | relevance | path

Searched refs:MI_BLOCK_SIZE_LOG2 (Results 1 – 10 of 10) 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_thread_common.c95 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()
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_onyxc_int.h311 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.c58 (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()
Dvp9_encodeframe.c4213 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()
Dvp9_bitstream.c498 MI_BLOCK_SIZE_LOG2; in write_modes()
Dvp9_pickmode.c1643 const int sb_row = mi_row >> MI_BLOCK_SIZE_LOG2; in vp9_pick_inter_mode()
Dvp9_encoder.c1351 sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in alloc_compressor_data()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1839 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()