/external/libvpx/libvpx/vp8/decoder/ |
D | error_concealment.c | 150 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/webrtc/modules/video_processing/util/ |
D | noise_estimation.cc | 19 int mb_cols = width >> 4; in Init() local
|
/external/libvpx/libvpx/test/ |
D | active_map_refresh_test.cc | 49 void GenerateMap(int mb_rows, int mb_cols, const vpx_image_t ¤t, in GenerateMap()
|
/external/libvpx/libvpx/vp8/common/ |
D | postproc.c | 122 int mb_cols = cm->mb_cols; in vp8_de_noise() local
|
D | vp8_loopfilter.c | 271 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
|
D | onyxc_int.h | 100 int mb_cols; member
|
/external/libvpx/libvpx/vp9/common/ |
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()
|
D | vp9_postproc.c | 257 const int mb_cols = cm->mb_cols; in vp9_deblock() local
|
D | vp9_onyxc_int.h | 160 int mb_cols, mi_cols; member 265 int mb_cols; member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | lookahead.c | 97 int mb_cols = (src->y_width + 15) >> 4; in vp8_lookahead_push() local
|
D | temporal_filter.c | 194 int mb_cols = cpi->common.mb_cols; in vp8_temporal_filter_iterate_c() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.c | 100 int mb_cols = (src->y_width + 15) >> 4; in vp9_lookahead_push() local
|
D | vp9_temporal_filter.c | 657 int mb_cols = (frames[alt_ref_index]->y_crop_width + BW - 1) >> BW_LOG2; in vp9_temporal_filter_iterate_row_c() local
|
D | vp9_encoder.h | 968 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { in get_token_alloc()
|
/external/libaom/libaom/av1/common/ |
D | alloccommon.c | 29 const int mb_cols = (mi_cols + 2) >> 2; in av1_get_MBs() local
|
D | av1_common_int.h | 392 int mb_cols; member
|
/external/libaom/libaom/av1/encoder/ |
D | temporal_filter.c | 942 const int mb_cols = get_num_blocks(frame_width, mb_width); in tf_do_filtering() local 1306 const int mb_cols = get_num_blocks(frame_width, block_width); in av1_temporal_filter() local
|
D | firstpass.c | 488 const int mb_rows, const int mb_cols, in accumulate_mv_stats()
|
D | partition_strategy.c | 654 const int mb_cols = block_size_wide[sb_size] / block_size_wide[mb_size]; in av1_get_max_min_partition_features() local
|
D | encoder.h | 1048 int mb_cols; member 1565 static INLINE unsigned int get_token_alloc(int mb_rows, int mb_cols, in get_token_alloc()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 607 int mb_cols = ((cfg->g_h + 15) >> 4); in vp8e_mr_alloc_mem() local
|