Searched defs:sb_cols (Results 1 – 13 of 13) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | tile_common.c | 37 const int sb_cols = mi_cols >> seq_params->mib_size_log2; in av1_get_tile_limits() local 56 int sb_cols = mi_cols >> seq_params->mib_size_log2; in av1_calculate_tile_cols() local 165 int sb_cols = mi_cols_aligned_to_sb >> cm->seq_params.mib_size_log2; in av1_get_sb_cols_in_tile() local
|
D | thread_common.c | 176 const int sb_cols, int plane) { in sync_write() 270 const int sb_cols = in thread_loop_filter_rows() local 336 const int sb_cols = in thread_loop_filter_bitmask_rows() local 554 const int sb_cols, int plane) { in lr_sync_write()
|
D | restoration.c | 1253 const int sb_cols, int plane) { in av1_lr_sync_write_dummy()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_tile_common.c | 19 const int sb_cols = mi_cols_aligned_to_sb(mis) >> MI_BLOCK_SIZE_LOG2; in get_tile_offset() local
|
D | vp9_thread_common.c | 59 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/ |
D | vp9_header_parser.cc | 224 const int sb_cols = aligned_mi_cols >> 3; // to_sbs(mi_cols); in ParseTileInfo() local
|
/external/libaom/libaom/av1/encoder/ |
D | aq_cyclicrefresh.c | 267 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local
|
D | encoder.c | 1184 int sb_cols = mi_cols >> seq_params->mib_size_log2; in set_tile_info() local
|
D | encoder.h | 1573 const int sb_cols = ALIGN_POWER_OF_TWO(mb_cols, shift) >> shift; in get_token_alloc() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_cyclicrefresh.c | 365 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local
|
D | vp9_ratectrl.c | 3007 int sb_cols = (num_mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_scene_detection_onepass() local
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1794 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 2334 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; in decode_tiles_row_wise_mt() local 2837 const int sb_cols = aligned_cols >> MI_BLOCK_SIZE_LOG2; in read_uncompressed_header() local
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 2603 int c, const int sb_cols) { in sync_write()
|