Searched refs:denoising (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp8/ |
D | vp8cx.mk | 37 VP8_CX_SRCS-$(CONFIG_TEMPORAL_DENOISING) += encoder/denoising.h 38 VP8_CX_SRCS-$(CONFIG_TEMPORAL_DENOISING) += encoder/denoising.c
|
/external/libvpx/libvpx/test/android/ |
D | README | 5 --enable-temporal-denoising --disable-unit-tests --disable-install-docs \
|
/external/libvpx/libvpx/ |
D | configure | 61 ${toggle_temporal_denoising} enable temporal denoising and disable the spatial denoiser 63 enable vp9 temporal denoising
|
D | CHANGELOG | 183 configuring with --disable-temporal-denoising. The temporal denoiser
|
/external/libvpx/ |
D | Android.bp | 59 "libvpx/vp8/encoder/denoising.c", 252 "libvpx/vp8/encoder/denoising.c", 426 "libvpx/vp8/encoder/denoising.c", 610 "libvpx/vp8/encoder/denoising.c", 769 "libvpx/vp8/encoder/denoising.c", 954 "libvpx/vp8/encoder/denoising.c", 1142 "libvpx/vp8/encoder/denoising.c", 1300 "libvpx/vp8/encoder/denoising.c", 1488 "libvpx/vp8/encoder/denoising.c", 1648 "libvpx/vp8/encoder/denoising.c", [all …]
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoengine2.cc | 407 bool denoising; in ConfigureVideoEncoderSettings() local 410 denoising = false; in ConfigureVideoEncoderSettings() 414 denoising = options.video_noise_reduction.value_or(false); in ConfigureVideoEncoderSettings() 422 codec_default_denoising ? true : denoising; in ConfigureVideoEncoderSettings() 430 codec_default_denoising ? false : denoising; in ConfigureVideoEncoderSettings()
|