Searched defs:sb_rows (Results 1 – 12 of 12) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | tile_common.c | 34 int sb_rows = mi_rows >> cm->seq_params.mib_size_log2; in av1_get_tile_limits() local 51 int sb_rows = mi_rows >> cm->seq_params.mib_size_log2; in av1_calculate_tile_cols() local 102 int sb_rows = mi_rows >> cm->seq_params.mib_size_log2; in av1_calculate_tile_rows() local 148 int sb_rows = mi_rows_aligned_to_sb >> cm->seq_params.mib_size_log2; in av1_get_sb_rows_in_tile() local
|
D | thread_common.c | 403 int sb_rows; in loop_filter_rows_mt() local 413 const int sb_rows = in loop_filter_rows_mt() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_multi_thread.c | 57 const int sb_rows = in vp9_row_mt_alloc_rd_thresh() local 74 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in vp9_row_mt_mem_alloc() local 175 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in vp9_multi_thread_tile_init() local 235 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in vp9_prepare_job_queue() local
|
D | vp9_aq_cyclicrefresh.c | 364 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local
|
D | vp9_ratectrl.c | 2879 int sb_rows = (num_mi_rows + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_scene_detection_onepass() local
|
D | vp9_encoder.c | 1337 int sb_rows; in alloc_compressor_data() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_thread_common.c | 164 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in loop_filter_rows_mt() local 244 const int sb_rows = mi_cols_aligned_to_sb(cm->mi_rows) >> MI_BLOCK_SIZE_LOG2; in vp9_lpf_mt_init() local
|
/external/libaom/libaom/av1/encoder/ |
D | aq_cyclicrefresh.c | 294 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local
|
D | encoder.c | 853 int sb_rows = mi_rows_aligned_to_sb >> cm->seq_params.mib_size_log2; in alloc_compressor_data() local 914 int sb_rows = mi_rows >> cm->seq_params.mib_size_log2; in set_tile_info() local
|
D | encoder.h | 1163 const int sb_rows = ALIGN_POWER_OF_TWO(mb_rows, shift) >> shift; in get_token_alloc() local
|
/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() local 1915 const int sb_rows = (aligned_rows >> MI_BLOCK_SIZE_LOG2); in tile_worker_hook() local 2379 const int sb_rows = aligned_rows >> MI_BLOCK_SIZE_LOG2; in read_uncompressed_header() local
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 3375 int sb_rows = av1_get_sb_rows_in_tile(cm, tile); in get_max_row_mt_workers_per_tile() local
|