Home
last modified time | relevance | path

Searched refs:denoising (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/
Dvp8cx.mk37 VP8_CX_SRCS-$(CONFIG_TEMPORAL_DENOISING) += encoder/denoising.h
38 VP8_CX_SRCS-$(CONFIG_TEMPORAL_DENOISING) += encoder/denoising.c
/external/libvpx/libvpx/test/android/
DREADME5 --enable-temporal-denoising --disable-unit-tests --disable-install-docs \
/external/libvpx/libvpx/
Dconfigure61 ${toggle_temporal_denoising} enable temporal denoising and disable the spatial denoiser
63 enable vp9 temporal denoising
DCHANGELOG183 configuring with --disable-temporal-denoising. The temporal denoiser
/external/libvpx/
DAndroid.bp59 "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/
Dwebrtcvideoengine2.cc407 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()