Home
last modified time | relevance | path

Searched defs:sb_cols (Results 1 – 18 of 18) sorted by relevance

/external/libaom/av1/common/
Dtile_common.c35 const int sb_cols = in av1_get_tile_limits() local
71 int sb_cols = CEIL_POWER_OF_TWO(cm_mi_cols, seq_params->mib_size_log2); in av1_calculate_tile_cols() local
Dthread_common.c219 const int sb_cols, int plane) { in sync_write()
257 const int sb_cols = in av1_thread_loop_filter_rows() local
455 const int sb_cols, int plane) { in lr_sync_write()
Drestoration.c1253 const int sb_cols, int plane) { in av1_lr_sync_write_dummy()
/external/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() local
Dvp9_thread_common.c59 const int sb_cols) { in sync_write()
95 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; in thread_loop_filter_rows() local
/external/libwebm/common/
Dvp9_header_parser.cc227 const int sb_cols = aligned_mi_cols >> 3; // to_sbs(mi_cols); in ParseTileInfo() local
/external/libaom/av1/encoder/
Dtokenize.h113 const int sb_cols = CEIL_POWER_OF_TWO(mb_cols, shift); in get_token_alloc() local
Daq_cyclicrefresh.c297 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local
Dratectrl.c2019 const int sb_cols = (num_mi_cols + sb_size_by_mb - 1) / sb_size_by_mb; in rc_compute_variance_onepass_rt() local
2922 const int sb_cols = (num_mi_cols + sb_size_by_mb - 1) / sb_size_by_mb; in rc_scene_detection_onepass_rt() local
Dvar_based_part.c1344 const int sb_cols = in av1_choose_var_based_partitioning() local
Dencodeframe_utils.c1315 const int sb_cols = in fast_detect_non_zero_motion() local
Dencodeframe.c249 const int sb_cols = in setup_delta_q() local
Dencoder.c278 int sb_cols = in set_tile_info() local
/external/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c367 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local
Dvp9_ratectrl.c3119 int sb_cols = (num_mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_scene_detection_onepass() local
/external/libvpx/vp9/decoder/
Dvp9_decodeframe.c1793 const int sb_cols = aligned_cols >> MI_BLOCK_SIZE_LOG2; in recon_tile_row() local
1936 const int sb_cols = aligned_cols >> MI_BLOCK_SIZE_LOG2; in row_decode_worker_hook() local
2333 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; in decode_tiles_row_wise_mt() local
2836 const int sb_cols = aligned_cols >> MI_BLOCK_SIZE_LOG2; in read_uncompressed_header() local
/external/libaom/av1/qmode_rc/
Dratectrl_qmode.cc1281 const int sb_cols = (frame_width + sb_size - 1) / sb_size; in SetupDeltaQ() local
/external/libaom/av1/decoder/
Ddecodeframe.c2548 int c, const int sb_cols) { in sync_write()