Home
last modified time | relevance | path

Searched defs:mb_cols (Results 1 – 22 of 22) 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()
278 int mb_cols) { in calc_prev_mb_overlaps()
293 MODE_INFO *prev_mi, int mb_rows, int mb_cols, in estimate_missing_mvs()
362 int mb_cols, int mi_stride) { in find_neighboring_blocks()
462 int mb_rows, int mb_cols) { in vp8_interpolate_motion()
/aosp_15_r20/external/libvpx/vp8/common/
H A Dvp8_loopfilter.c271 int mb_cols = cm->mb_cols; in vp8_loop_filter_frame() local
481 int mb_cols = post->y_width >> 4; in vp8_loop_filter_partial_frame() local
H A Dpostproc.c122 int mb_cols = cm->mb_cols; in vp8_de_noise() local
H A Donyxc_int.h100 int mb_cols; member
/aosp_15_r20/external/libaom/av1/encoder/
H A Dfirstpass.c161 static int get_unit_cols(const BLOCK_SIZE fp_block_size, const int mb_cols) { in get_unit_cols()
633 const int mb_rows, const int mb_cols, in accumulate_mv_stats()
1011 int mb_cols) { 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.h140 int mb_cols; member
H A Dtemporal_filter.c1366 const int mb_cols = get_num_blocks(frame_width, mb_width); in init_tf_ctx() local
1391 const int mb_cols = get_num_blocks(frame_width, block_width); in av1_check_show_filtered_frame() local
H A Dtune_vmaf.c140 const int mb_cols = (frame_width + mb_width - 1) / mb_width; in residual_frame_average_variance() local
H A Dpartition_strategy.c838 const int mb_cols = block_size_wide[sb_size] / block_size_wide[mb_size]; in av1_get_max_min_partition_features() local
H A Dencoder.h2374 int mb_cols; 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.h168 int mb_cols, mi_cols; member
294 int mb_cols; member
H A Dvp9_postproc.c257 const int mb_cols = cm->mb_cols; in vp9_deblock() local
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dlookahead.c97 int mb_cols = (src->y_width + 15) >> 4; in vp8_lookahead_push() local
H A Dtemporal_filter.c194 int mb_cols = cpi->common.mb_cols; in vp8_temporal_filter_iterate_c() local
/aosp_15_r20/external/libaom/av1/common/
H A Dalloccommon.c35 const int mb_cols = ROUND_POWER_OF_TWO(mi_cols, 2); in av1_get_MBs() local
H A Dav1_common_int.h518 int mb_cols; member
/aosp_15_r20/external/libvpx/vp8/
H A Dvp8_cx_iface.c652 int mb_cols = ((cfg->g_h + 15) >> 4); in vp8e_mr_alloc_mem() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c859 int mb_cols = (frames[alt_ref_index]->y_crop_width + BW - 1) >> BW_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()