Searched defs:mb_rows (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/webrtc/modules/video_processing/ |
D | video_denoiser.cc | 21 void VideoDenoiser::TrailingReduction(int mb_rows, in TrailingReduction() 81 int mb_rows = height_ >> 4; in DenoiseFrame() local
|
/external/libvpx/libvpx/vp8/decoder/ |
D | error_concealment.c | 172 int mb_rows, int mb_cols, in vp8_calculate_overlaps() 329 int mb_rows, int mb_cols) in calc_prev_mb_overlaps() 350 int mb_rows, int mb_cols, in estimate_missing_mvs() 435 int mb_rows, int mb_cols, in find_neighboring_blocks() 561 int mb_rows, int mb_cols, in vp8_interpolate_motion()
|
D | threading.c | 698 void vp8mt_de_alloc_temp_buffers(VP8D_COMP *pbi, int mb_rows) { in vp8mt_de_alloc_temp_buffers()
|
/external/libvpx/libvpx/test/ |
D | active_map_refresh_test.cc | 48 void GenerateMap(int mb_rows, int mb_cols, const vpx_image_t ¤t, in GenerateMap()
|
/external/libvpx/libvpx/vp8/common/ |
D | vp8_loopfilter.c | 315 int mb_rows = cm->mb_rows; in vp8_loop_filter_frame() local 566 int mb_rows = post->y_height >> 4; in vp8_loop_filter_partial_frame() local
|
D | postproc.c | 399 int mb_rows = cm->mb_rows; in vp8_de_noise() local 860 int mb_rows = post->y_height >> 4; in vp8_post_proc_frame() local 892 int mb_rows = post->y_height >> 4; in vp8_post_proc_frame() local
|
D | onyxc_int.h | 103 int mb_rows; member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | lookahead.c | 113 int mb_rows = (src->y_height + 15) >> 4; in vp8_lookahead_push() local
|
D | temporal_filter.c | 238 int mb_rows = cpi->common.mb_rows; in vp8_temporal_filter_iterate_c() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.c | 101 int mb_rows = (src->y_height + 15) >> 4; in vp9_lookahead_push() local
|
D | vp9_temporal_filter.c | 284 int mb_rows = (frames[alt_ref_index]->y_crop_height + 15) >> 4; in temporal_filter_iterate_c() local
|
D | vp9_encoder.h | 587 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { in get_token_alloc()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 620 int mb_rows = ((cfg->g_w + 15) >>4); in vp8e_mr_alloc_mem() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 179 int mb_rows, mi_rows; member
|