Home
last modified time | relevance | path

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

/external/intel-media-driver/media_softlet/linux/common/codec/ddi/enc/
Dmedia_libvpx_vp9_next.cpp110 static int get_min_log2_tile_cols(const int sb_cols) in get_min_log2_tile_cols()
120 static int get_max_log2_tile_cols(const int sb_cols) in get_max_log2_tile_cols()
444 int sb_cols = (picParam->DstFrameWidthMinus1 + 64) / 64; in Vp9WriteUncompressHeader() local
/external/intel-media-driver/media_driver/linux/common/codec/ddi/
Dmedia_libvpx_vp9.cpp110 static int get_min_log2_tile_cols(const int sb_cols) in get_min_log2_tile_cols()
120 static int get_max_log2_tile_cols(const int sb_cols) in get_max_log2_tile_cols()
444 int sb_cols = (picParam->DstFrameWidthMinus1 + 64) / 64; in Vp9WriteUncompressHeader() local
/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.c228 const int sb_cols, int plane) { in sync_write()
275 const int sb_cols = in av1_thread_loop_filter_rows() local
354 const int sb_cols = in av1_set_vert_loop_filter_done() local
548 const int sb_cols, int plane) { in lr_sync_write()
Drestoration.c1269 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.c60 const int sb_cols) { in sync_write()
96 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.c2202 const int sb_cols = (num_mi_cols + sb_size_by_mb - 1) / sb_size_by_mb; in rc_compute_variance_onepass_rt() local
3235 const int sb_cols = (num_mi_cols + sb_size_by_mb - 1) / sb_size_by_mb; in rc_scene_detection_onepass_rt() local
3460 const int sb_cols = (num_mi_cols + sb_size_by_mb - 1) / sb_size_by_mb; in rc_spatial_act_onepass_rt() local
Dvar_based_part.c1648 const int sb_cols = in av1_choose_var_based_partitioning() local
Dencodeframe_utils.c1275 const int sb_cols = in fast_detect_non_zero_motion() local
Dencodeframe.c261 const int sb_cols = in setup_delta_q() local
Dencoder.c308 int sb_cols = in set_tile_info() local
/external/libva-utils/encode/
Dvp9enc.c259 vp9enc_get_min_log2_tile_cols(const int sb_cols) in vp9enc_get_min_log2_tile_cols()
270 vp9enc_get_max_log2_tile_cols(const int sb_cols) in vp9enc_get_max_log2_tile_cols()
501 int sb_cols = (pic_param->frame_width_dst + 63) / 64; in vp9enc_write_uncompressed_header() local
/external/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c368 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local
Dvp9_ratectrl.c3121 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.c1796 const int sb_cols = aligned_cols >> MI_BLOCK_SIZE_LOG2; in recon_tile_row() local
1939 const int sb_cols = aligned_cols >> MI_BLOCK_SIZE_LOG2; in row_decode_worker_hook() local
2341 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; in decode_tiles_row_wise_mt() local
2844 const int sb_cols = aligned_cols >> MI_BLOCK_SIZE_LOG2; in read_uncompressed_header() local
/external/libaom/av1/decoder/
Ddecodeframe.c2590 int c, const int sb_cols) { in sync_write()