OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:denoising
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/
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/
configure
61
${toggle_temporal_denoising} enable temporal
denoising
and disable the spatial denoiser
63
enable vp9 temporal
denoising
/external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc
407
bool
denoising
;
local
410
denoising
= false;
414
denoising
= options.video_noise_reduction.value_or(false);
420
// VP8
denoising
is enabled by default.
422
codec_default_denoising ? true :
denoising
;
428
// VP9
denoising
is disabled by default.
430
codec_default_denoising ? false :
denoising
;
[
all
...]
Completed in 129 milliseconds