Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dtile_common.c37 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
Dthread_common.c176 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()
Drestoration.c1253 const int sb_cols, int plane) { in av1_lr_sync_write_dummy()
/external/libvpx/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.cc224 const int sb_cols = aligned_mi_cols >> 3; // to_sbs(mi_cols); in ParseTileInfo() local
/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.c267 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local
Dencoder.c1184 int sb_cols = mi_cols >> seq_params->mib_size_log2; in set_tile_info() local
Dencoder.h1573 const int sb_cols = ALIGN_POWER_OF_TWO(mb_cols, shift) >> shift; in get_token_alloc() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c365 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local
Dvp9_ratectrl.c3007 int sb_cols = (num_mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_scene_detection_onepass() local
/external/libvpx/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
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/
Ddecodeframe.c2603 int c, const int sb_cols) { in sync_write()