/external/intel-media-driver/media_softlet/linux/common/codec/ddi/enc/ |
D | media_libvpx_vp9_next.cpp | 110 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/ |
D | media_libvpx_vp9.cpp | 110 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/ |
D | tile_common.c | 35 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
|
D | thread_common.c | 228 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()
|
D | restoration.c | 1269 const int sb_cols, int plane) { in av1_lr_sync_write_dummy()
|
/external/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 | 60 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/ |
D | vp9_header_parser.cc | 227 const int sb_cols = aligned_mi_cols >> 3; // to_sbs(mi_cols); in ParseTileInfo() local
|
/external/libaom/av1/encoder/ |
D | tokenize.h | 113 const int sb_cols = CEIL_POWER_OF_TWO(mb_cols, shift); in get_token_alloc() local
|
D | aq_cyclicrefresh.c | 300 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local
|
D | ratectrl.c | 2202 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
|
D | var_based_part.c | 1648 const int sb_cols = in av1_choose_var_based_partitioning() local
|
D | encodeframe_utils.c | 1275 const int sb_cols = in fast_detect_non_zero_motion() local
|
D | encodeframe.c | 261 const int sb_cols = in setup_delta_q() local
|
D | encoder.c | 308 int sb_cols = in set_tile_info() local
|
/external/libva-utils/encode/ |
D | vp9enc.c | 259 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/ |
D | vp9_aq_cyclicrefresh.c | 368 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local
|
D | vp9_ratectrl.c | 3121 int sb_cols = (num_mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_scene_detection_onepass() local
|
/external/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1796 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/ |
D | decodeframe.c | 2590 int c, const int sb_cols) { in sync_write()
|