/external/webrtc/modules/video_processing/ |
D | video_denoiser.cc | 49 for (int mb_col = 0; mb_col < mb_cols_; ++mb_col) { in ShowRect() local 99 int VideoDenoiser::PositionCheck(int mb_row, int mb_col, int noise_level) { in PositionCheck() 119 for (int mb_col = 0; mb_col <= mb_col_stop; ++mb_col) { in ReduceFalseDetection() local 130 for (int mb_col = 0; mb_col <= mb_col_stop; ++mb_col) { in ReduceFalseDetection() local 141 for (int mb_col = mb_cols_ - 1; mb_col >= mb_col_stop; --mb_col) { in ReduceFalseDetection() local 152 for (int mb_col = mb_cols_ - 1; mb_col >= mb_col_stop; --mb_col) { in ReduceFalseDetection() local 164 int mb_col) { in IsTrailingBlock() 185 for (int mb_col = 0; mb_col < mb_cols_; ++mb_col) { in CopySrcOnMOB() local 259 for (int mb_col = 0; mb_col < mb_cols_; ++mb_col) { in DenoiseFrame() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mbgraph.c | 27 int mb_col) { in do_16x16_motion_iteration() 78 int_mv *dst_mv, int mb_row, int mb_col) { in do_16x16_motion_search() 164 int mb_col) { in update_mbgraph_mb_stats() 221 int mb_col, mb_row, offset = 0; in update_mbgraph_frame_stats() local 290 int mb_col, mb_row, offset, i; in separate_arf_mbs() local
|
/external/libvpx/libvpx/vp8/common/ |
D | vp8_loopfilter.c | 171 int mb_col; in vp8_loop_filter_row_normal() local 224 int mb_col; in vp8_loop_filter_row_simple() local 269 int mb_col; in vp8_loop_filter_frame() local 390 int mb_col; in vp8_loop_filter_frame_yonly() local 480 int mb_col; in vp8_loop_filter_partial_frame() local
|
D | debugmodes.c | 17 int mb_col; in vp8_print_modes_and_motion_vectors() local
|
D | vp8_skin_detection.c | 72 int i, j, mb_row, mb_col, num_bl; in vp8_compute_skin_map() local
|
D | threading.h | 198 int mb_col, const vpx_atomic_int *last_row_current_mb_col, in vp8_atomic_spin_wait()
|
D | mfqe.c | 240 int mb_col; in vp8_multiframe_quality_enhance() local
|
/external/libvpx/libvpx/vp8/decoder/ |
D | error_concealment.c | 103 int mb_col, int first_blk_row, in calculate_overlaps_mb() 277 int mb_row, int mb_col, int mb_rows, in calc_prev_mb_overlaps() 295 int mb_row, mb_col; in estimate_missing_mvs() local 361 int mb_row, int mb_col, int mb_rows, in find_neighboring_blocks() 461 void vp8_interpolate_motion(MACROBLOCKD *mb, int mb_row, int mb_col, in vp8_interpolate_motion()
|
D | onyxd_if.c | 417 int mb_row, mb_col; in vp8dx_references_buffer() local
|
D | threading.c | 296 int mb_col; in mt_decode_mb_rows() local
|
D | decodemv.c | 527 int mb_col = -1; in vp8_decode_mode_mvs() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodeframe.c | 104 int mb_row, int mb_col) { in mb_activity_measure() 183 int mb_row, mb_col; in calc_activity_index() local 245 int mb_row, mb_col; in build_activity_map() local 329 int mb_col; in encode_mb_row() local 1121 int mb_row, int mb_col) { in vp8cx_encode_inter_macroblock()
|
D | segmentation.c | 15 int mb_row, mb_col; in vp8_update_gf_useage_maps() local
|
D | mr_dissim.c | 77 int mb_col; in vp8_cal_dissimilarity() local
|
D | ethreading.c | 77 int mb_col; in thread_encoding_proc() local
|
D | pickinter.c | 56 int mb_col, int channel) { in check_dot_artifact_candidate() 397 int mb_col) { in get_lower_res_motion_info() 560 int mb_col) { in vp8_pick_inter_mode()
|
D | temporal_filter.c | 192 int mb_col, mb_row; in vp8_temporal_filter_iterate_c() local
|
D | denoising.c | 473 loop_filter_info_n *lfi_n, int mb_row, int mb_col, in vp8_denoiser_denoise_mb()
|
D | bitstream.c | 446 int mb_col = -1; in pack_inter_mode_mvs() local 585 int mb_col = -1; in write_kfmodes() local
|
/external/libaom/libaom/av1/encoder/ |
D | firstpass.c | 250 int mb_row, int mb_col) { in get_bsize() 370 const TileInfo *const tile, const int mb_row, const int mb_col, in firstpass_intra_prediction() 487 const int mb_row, const int mb_col, in accumulate_mv_stats() 563 const int mb_col, const int recon_yoffset, const int recon_uvoffset, in firstpass_inter_prediction() 966 for (int mb_col = 0; mb_col < mi_params->mb_cols; ++mb_col) { in av1_first_pass() local
|
D | temporal_filter.c | 64 const int mb_col, MV *ref_mv, MV *subblock_mvs, in tf_motion_search() 299 const int mb_col, const int num_planes, in tf_build_predictor() 519 const BLOCK_SIZE block_size, const int mb_row, const int mb_col, in av1_apply_temporal_filter_yuv_c() 655 const BLOCK_SIZE block_size, const int mb_row, const int mb_col, in av1_apply_temporal_filter_planewise_c() 803 const BLOCK_SIZE block_size, const int mb_row, const int mb_col, in av1_apply_temporal_filter_others() 863 const int mb_col, const int num_planes, const uint32_t *accum, in tf_normalize_filtered_frame() 982 for (int mb_col = 0; mb_col < mb_cols; mb_col++) { in tf_do_filtering() local
|
/external/webrtc/modules/video_processing/util/ |
D | skin_detection.cc | 85 const int mb_col) { in MbHasSkinColor()
|
/external/libaom/libaom/test/ |
D | temporal_filter_planewise_test.cc | 133 const int mb_col = 0; in RunTest() local
|
/external/libaom/libaom/av1/encoder/x86/ |
D | temporal_filter_sse2.c | 220 const BLOCK_SIZE block_size, const int mb_row, const int mb_col, in av1_apply_temporal_filter_planewise_sse2()
|
D | temporal_filter_avx2.c | 242 const BLOCK_SIZE block_size, const int mb_row, const int mb_col, in av1_apply_temporal_filter_planewise_avx2()
|