Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Dvideo_denoiser.cc22 int mb_cols, in TrailingReduction()
80 int mb_cols = width_ >> 4; in DenoiseFrame() local
/external/libvpx/libvpx/vp8/decoder/
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()
/external/libvpx/libvpx/test/
Dactive_map_refresh_test.cc49 void GenerateMap(int mb_rows, int mb_cols, const vpx_image_t &current, in GenerateMap()
/external/libvpx/libvpx/vp8/common/
Dvp8_loopfilter.c275 int mb_cols = cm->mb_cols; in vp8_loop_filter_frame() local
485 int mb_cols = post->y_width >> 4; in vp8_loop_filter_partial_frame() local
Dpostproc.c126 int mb_cols = cm->mb_cols; in vp8_de_noise() local
Donyxc_int.h100 int mb_cols; member
/external/libvpx/libvpx/vp8/encoder/
Dlookahead.c97 int mb_cols = (src->y_width + 15) >> 4; in vp8_lookahead_push() local
Dtemporal_filter.c194 int mb_cols = cpi->common.mb_cols; in vp8_temporal_filter_iterate_c() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.c95 int mb_cols = (src->y_width + 15) >> 4; in vp9_lookahead_push() local
Dvp9_temporal_filter.c600 int mb_cols = (frames[alt_ref_index]->y_crop_width + BW - 1) >> BW_LOG2; in vp9_temporal_filter_iterate_row_c() local
Dvp9_encoder.h957 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { in get_token_alloc()
/external/libaom/libaom/av1/encoder/
Dlookahead.c94 int mb_cols = (src->y_width + 15) >> 4; in av1_lookahead_push() local
Dpartition_strategy.c609 const int mb_cols = block_size_wide[sb_size] / block_size_wide[mb_size]; in av1_get_max_min_partition_features() local
Dtemporal_filter.c789 int mb_cols = (frames[alt_ref_index]->y_crop_width + BW - 1) >> BW_LOG2; in temporal_filter_iterate_c() local
Dencoder.h1156 static INLINE unsigned int get_token_alloc(int mb_rows, int mb_cols, in get_token_alloc()
/external/libaom/libaom/av1/common/
Dalloccommon.c29 const int mb_cols = (mi_cols + 2) >> 2; in av1_get_MBs() local
Donyxc_int.h379 int mb_cols, mi_cols; member
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c256 const int mb_cols = src->y_width / 16; in vp9_deblock() local
Dvp9_onyxc_int.h160 int mb_cols, mi_cols; member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c584 int mb_cols = ((cfg->g_h + 15) >> 4); in vp8e_mr_alloc_mem() local