Searched refs:mi_cols_aligned_to_sb (Results 1 – 10 of 10) sorted by relevance
19 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()
135 2 * mi_cols_aligned_to_sb(cm->mi_cols) * MAX_MB_PLANE, in vp9_alloc_context_buffers()141 mi_cols_aligned_to_sb(cm->mi_cols), sizeof(*cm->above_seg_context)); in vp9_alloc_context_buffers()
95 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()333 mi_cols_aligned_to_sb(cm->mi_rows) >> in vp9_loop_filter_alloc()
310 static INLINE int mi_cols_aligned_to_sb(int n_mis) { in mi_cols_aligned_to_sb() function334 i * sizeof(*cm->above_context) * 2 * mi_cols_aligned_to_sb(cm->mi_cols); in vp9_init_macroblockd()
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()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()
497 tile_sb_row = mi_cols_aligned_to_sb(mi_row - tile->mi_row_start) >> in write_modes()1066 sizeof(*cm->above_seg_context) * mi_cols_aligned_to_sb(cm->mi_cols)); in encode_tiles()
1351 sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in alloc_compressor_data()6429 const int mi_cols = mi_cols_aligned_to_sb(cm->mi_cols);6430 const int mi_rows = mi_cols_aligned_to_sb(cm->mi_rows);
4310 const int aligned_mi_cols = mi_cols_aligned_to_sb(cm->mi_cols); in init_encode_frame_mb_context()5606 tile_sb_row = mi_cols_aligned_to_sb(mi_row - tile_info->mi_row_start) >> in vp9_encode_sb_row()
154 int mi_cols_aligned_to_sb = ALIGN_POWER_OF_TWO( in av1_get_sb_cols_in_tile() local156 int sb_cols = mi_cols_aligned_to_sb >> cm->seq_params.mib_size_log2; in av1_get_sb_cols_in_tile()
1695 const int aligned_cols = mi_cols_aligned_to_sb(cm->mi_cols); in decode_tiles()1838 const int aligned_rows = mi_cols_aligned_to_sb(mi_rows); in set_rows_after_error()1914 const int aligned_rows = mi_cols_aligned_to_sb(cm->mi_rows); in tile_worker_hook()1961 const int aligned_mi_cols = mi_cols_aligned_to_sb(cm->mi_cols); in decode_tiles_mt()2376 const int aligned_cols = mi_cols_aligned_to_sb(cm->mi_cols); in read_uncompressed_header()2378 const int aligned_rows = mi_cols_aligned_to_sb(cm->mi_rows); in read_uncompressed_header()