Home
last modified time | relevance | path

Searched defs:mb_rows (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/libvpx/vp8/decoder/
H A Derror_concealment.c150 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 Dthreading.c674 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 Dvp8_loopfilter.c270 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 Dpostproc.c121 int mb_rows = cm->mb_rows; in vp8_de_noise() local
H A Donyxc_int.h99 int mb_rows; member
/aosp_15_r20/external/libaom/av1/encoder/
H A Dfirstpass.c151 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 Dtokenize.h105 static inline unsigned int get_token_alloc(int mb_rows, int mb_cols, in get_token_alloc()
H A Dtemporal_filter.h136 int mb_rows; member
H A Dethread.c2238 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 Dtemporal_filter.c1365 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 Dtune_vmaf.c139 const int mb_rows = (frame_height + mb_height - 1) / mb_height; in residual_frame_average_variance() local
H A Dpartition_strategy.c837 const int mb_rows = block_size_high[sb_size] / block_size_high[mb_size]; in av1_get_max_min_partition_features() local
H A Dencoder.h2373 int mb_rows; member
/aosp_15_r20/external/libvpx/test/
H A Dactive_map_refresh_test.cc49 void GenerateMap(int mb_rows, int mb_cols, const vpx_image_t &current, in GenerateMap()
/aosp_15_r20/external/libvpx/vp9/common/
H A Dvp9_alloccommon.c29 void vp9_set_mb_size(int *mb_rows, int *mb_cols, int *mb_num, int mi_rows, in vp9_set_mb_size()
H A Dvp9_onyxc_int.h167 int mb_rows, mi_rows; member
293 int mb_rows; member
H A Dvp9_postproc.c256 const int mb_rows = cm->mb_rows; in vp9_deblock() local
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dlookahead.c96 int mb_rows = (src->y_height + 15) >> 4; in vp8_lookahead_push() local
H A Dtemporal_filter.c195 int mb_rows = cpi->common.mb_rows; in vp8_temporal_filter_iterate_c() local
/aosp_15_r20/external/libaom/av1/common/
H A Dalloccommon.c36 const int mb_rows = ROUND_POWER_OF_TWO(mi_rows, 2); in av1_get_MBs() local
H A Dav1_common_int.h513 int mb_rows; member
/aosp_15_r20/external/libvpx/vp8/
H A Dvp8_cx_iface.c651 int mb_rows = ((cfg->g_w + 15) >> 4); in vp8e_mr_alloc_mem() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c860 int mb_rows = (frames[alt_ref_index]->y_crop_height + BH - 1) >> BH_LOG2; in vp9_temporal_filter_iterate_row_c() local
H A Dvp9_encoder.h1347 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { in get_token_alloc()