/aosp_15_r20/external/libvpx/vp8/decoder/ |
H A D | error_concealment.c | 150 static void calculate_overlaps(MB_OVERLAP *overlap_ul, int mb_rows, int mb_cols, in calculate_overlaps() 277 int mb_row, int mb_col, int mb_rows, in calc_prev_mb_overlaps() 293 MODE_INFO *prev_mi, int mb_rows, int mb_cols, in estimate_missing_mvs() 361 int mb_row, int mb_col, int mb_rows, in find_neighboring_blocks() 462 int mb_rows, int mb_cols) { in vp8_interpolate_motion()
|
H A D | threading.c | 674 void vp8mt_de_alloc_temp_buffers(VP8D_COMP *pbi, int mb_rows) { in vp8mt_de_alloc_temp_buffers()
|
/aosp_15_r20/external/libvpx/vp8/common/ |
H A D | vp8_loopfilter.c | 270 int mb_rows = cm->mb_rows; in vp8_loop_filter_frame() local 482 int mb_rows = post->y_height >> 4; in vp8_loop_filter_partial_frame() local
|
H A D | postproc.c | 121 int mb_rows = cm->mb_rows; in vp8_de_noise() local
|
H A D | onyxc_int.h | 99 int mb_rows; member
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | firstpass.c | 151 static int get_unit_rows(const BLOCK_SIZE fp_block_size, const int mb_rows) { in get_unit_rows() 633 const int mb_rows, const int mb_cols, in accumulate_mv_stats() 1010 static FRAME_STATS accumulate_frame_stats(FRAME_STATS *mb_stats, int mb_rows, in accumulate_frame_stats()
|
H A D | tokenize.h | 105 static inline unsigned int get_token_alloc(int mb_rows, int mb_cols, in get_token_alloc()
|
H A D | temporal_filter.h | 136 int mb_rows; member
|
H A D | ethread.c | 2238 int mb_rows) { in av1_tpl_alloc() 2330 int mb_rows = mi_params->mb_rows; in av1_mc_flow_dispenser_mt() local 2373 int *current_mb_row, int mb_rows) { in tf_get_next_job() 3387 const int mb_rows = get_num_blocks(frame_height, mb_height); in compute_num_tf_workers() local
|
H A D | temporal_filter.c | 1365 const int mb_rows = get_num_blocks(frame_height, mb_height); in init_tf_ctx() local 1390 const int mb_rows = get_num_blocks(frame_height, block_height); in av1_check_show_filtered_frame() local
|
H A D | tune_vmaf.c | 139 const int mb_rows = (frame_height + mb_height - 1) / mb_height; in residual_frame_average_variance() local
|
H A D | partition_strategy.c | 837 const int mb_rows = block_size_high[sb_size] / block_size_high[mb_size]; in av1_get_max_min_partition_features() local
|
H A D | encoder.h | 2373 int mb_rows; member
|
/aosp_15_r20/external/libvpx/test/ |
H A D | active_map_refresh_test.cc | 49 void GenerateMap(int mb_rows, int mb_cols, const vpx_image_t ¤t, in GenerateMap()
|
/aosp_15_r20/external/libvpx/vp9/common/ |
H A D | vp9_alloccommon.c | 29 void vp9_set_mb_size(int *mb_rows, int *mb_cols, int *mb_num, int mi_rows, in vp9_set_mb_size()
|
H A D | vp9_onyxc_int.h | 167 int mb_rows, mi_rows; member 293 int mb_rows; member
|
H A D | vp9_postproc.c | 256 const int mb_rows = cm->mb_rows; in vp9_deblock() local
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | lookahead.c | 96 int mb_rows = (src->y_height + 15) >> 4; in vp8_lookahead_push() local
|
H A D | temporal_filter.c | 195 int mb_rows = cpi->common.mb_rows; in vp8_temporal_filter_iterate_c() local
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | alloccommon.c | 36 const int mb_rows = ROUND_POWER_OF_TWO(mi_rows, 2); in av1_get_MBs() local
|
H A D | av1_common_int.h | 513 int mb_rows; member
|
/aosp_15_r20/external/libvpx/vp8/ |
H A D | vp8_cx_iface.c | 651 int mb_rows = ((cfg->g_w + 15) >> 4); in vp8e_mr_alloc_mem() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_temporal_filter.c | 860 int mb_rows = (frames[alt_ref_index]->y_crop_height + BH - 1) >> BH_LOG2; in vp9_temporal_filter_iterate_row_c() local
|
H A D | vp9_encoder.h | 1347 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { in get_token_alloc()
|