Home
last modified time | relevance | path

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

/external/libaom/av1/common/
Dtile_common.c35 const int sb_cols = in av1_get_tile_limits() local
75 int sb_cols = CEIL_POWER_OF_TWO(cm_mi_cols, seq_params->mib_size_log2); in av1_calculate_tile_cols() local
Dthread_common.c226 const int sb_cols, int plane) { in sync_write()
273 const int sb_cols = in av1_thread_loop_filter_rows() local
352 const int sb_cols = in av1_set_vert_loop_filter_done() local
545 const int sb_cols, int plane) { in lr_sync_write()
Drestoration.c1229 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.c300 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local
Dratectrl.c2141 const int sb_cols = (num_mi_cols + sb_size_by_mb - 1) / sb_size_by_mb; in rc_compute_variance_onepass_rt() local
3092 const int sb_cols = (num_mi_cols + sb_size_by_mb - 1) / sb_size_by_mb; in rc_scene_detection_onepass_rt() local
Dencodeframe.c261 const int sb_cols = in setup_delta_q() local
Dvar_based_part.c1637 const int sb_cols = in av1_choose_var_based_partitioning() local
Dencodeframe_utils.c1352 const int sb_cols = in fast_detect_non_zero_motion() local
Dencoder.c300 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.c3134 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.c1794 const int sb_cols = aligned_cols >> MI_BLOCK_SIZE_LOG2; in recon_tile_row() local
1937 const int sb_cols = aligned_cols >> MI_BLOCK_SIZE_LOG2; in row_decode_worker_hook() local
2338 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; in decode_tiles_row_wise_mt() local
2841 const int sb_cols = aligned_cols >> MI_BLOCK_SIZE_LOG2; in read_uncompressed_header() local
/external/libaom/av1/decoder/
Ddecodeframe.c2577 int c, const int sb_cols) { in sync_write()