Home
last modified time | relevance | path

Searched refs:mi_cols_aligned_to_sb (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()
53 const int sb64_cols = mi_cols_aligned_to_sb(mi_cols) >> MI_BLOCK_SIZE_LOG2; in vp9_get_tile_n_bits()
Dvp9_alloccommon.c144 2 * mi_cols_aligned_to_sb(cm->mi_cols) * MAX_MB_PLANE, in vp9_alloc_context_buffers()
150 mi_cols_aligned_to_sb(cm->mi_cols), sizeof(*cm->above_seg_context)); in vp9_alloc_context_buffers()
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()
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()
336 mi_cols_aligned_to_sb(cm->mi_rows) >> in vp9_loop_filter_alloc()
Dvp9_onyxc_int.h330 static INLINE int mi_cols_aligned_to_sb(int n_mis) { in mi_cols_aligned_to_sb() function
354 i * sizeof(*cm->above_context) * 2 * mi_cols_aligned_to_sb(cm->mi_cols); in vp9_init_macroblockd()
/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()
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_bitstream.c502 tile_sb_row = mi_cols_aligned_to_sb(mi_row - tile->mi_row_start) >> in write_modes()
1071 sizeof(*cm->above_seg_context) * mi_cols_aligned_to_sb(cm->mi_cols)); in encode_tiles()
Dvp9_encoder.c1398 sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in alloc_compressor_data()
7005 const int mi_cols = mi_cols_aligned_to_sb(cm->mi_cols);
7006 const int mi_rows = mi_cols_aligned_to_sb(cm->mi_rows);
7336 const int mi_cols = mi_cols_aligned_to_sb(cm->mi_cols);
7337 const int mi_rows = mi_cols_aligned_to_sb(cm->mi_rows);
7350 const int mi_cols = mi_cols_aligned_to_sb(cm->mi_cols);
7351 const int mi_rows = mi_cols_aligned_to_sb(cm->mi_rows);
Dvp9_encodeframe.c4511 const int aligned_mi_cols = mi_cols_aligned_to_sb(cm->mi_cols); in init_encode_frame_mb_context()
5789 tile_sb_row = mi_cols_aligned_to_sb(mi_row - tile_info->mi_row_start) >> in vp9_encode_sb_row()
/external/libaom/libaom/av1/common/
Dtile_common.c163 int mi_cols_aligned_to_sb = ALIGN_POWER_OF_TWO( in av1_get_sb_cols_in_tile() local
165 int sb_cols = mi_cols_aligned_to_sb >> cm->seq_params.mib_size_log2; in av1_get_sb_cols_in_tile()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1773 const int aligned_rows = mi_cols_aligned_to_sb(cm->mi_rows); in vp9_jobq_alloc()
1793 const int aligned_cols = mi_cols_aligned_to_sb(cm->mi_cols); in recon_tile_row()
1859 const int aligned_cols = mi_cols_aligned_to_sb(cm->mi_cols); in parse_tile_row()
1900 const int aligned_cols = mi_cols_aligned_to_sb(cm->mi_cols); in row_decode_worker_hook()
1901 const int aligned_rows = mi_cols_aligned_to_sb(cm->mi_rows); in row_decode_worker_hook()
2019 const int aligned_cols = mi_cols_aligned_to_sb(cm->mi_cols); in decode_tiles()
2164 const int aligned_rows = mi_cols_aligned_to_sb(mi_rows); in set_rows_after_error()
2240 const int aligned_rows = mi_cols_aligned_to_sb(cm->mi_rows); in tile_worker_hook()
2284 const int aligned_mi_cols = mi_cols_aligned_to_sb(cm->mi_cols); in init_mt()
2333 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in decode_tiles_row_wise_mt()
[all …]