OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:denoising
(Results
1 - 24
of
24
) sorted by null
/external/ceres-solver/examples/
CMakeLists.txt
73
ADD_EXECUTABLE(
denoising
74
denoising
.cc
76
TARGET_LINK_LIBRARIES(
denoising
ceres)
denoising.cc
31
//
Denoising
using Fields of Experts and the Ceres minimizer.
33
// Note that for good
denoising
results the weighting between the data term
154
options.function_tolerance = 1e-3; // Enough for
denoising
.
/external/libvpx/libvpx/test/android/
README
5
--enable-temporal-
denoising
--disable-unit-tests --disable-install-docs \
/external/libvpx/libvpx/vp8/
vp8cx.mk
41
VP8_CX_SRCS-$(CONFIG_TEMPORAL_DENOISING) += encoder/
denoising
.h
42
VP8_CX_SRCS-$(CONFIG_TEMPORAL_DENOISING) += encoder/
denoising
.c
/external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c
11
#include "vp8/encoder/
denoising
.h"
/external/libvpx/generic/
libvpx_srcs.txt
85
vp8/encoder/
denoising
.c
86
vp8/encoder/
denoising
.h
/external/libvpx/libvpx/vp8/encoder/
denoising.c
11
#include "
denoising
.h"
232
*
denoising
.
onyx_int.h
33
#include "vp8/encoder/
denoising
.h"
pickinter.c
28
#include "
denoising
.h"
[
all
...]
rdopt.c
38
#include "
denoising
.h"
[
all
...]
/external/libvpx/mips/
libvpx_srcs.txt
85
vp8/encoder/
denoising
.c
86
vp8/encoder/
denoising
.h
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h
346
bool
denoising
() const { return denoising_; }
function in class:cricket::FakeWebRtcVideoEngine::Capturer
347
void set_denoising(bool
denoising
) { denoising_ =
denoising
; }
456
return capturers_.find(capture_id)->second->
denoising
();
[
all
...]
webrtcvideoengine_unittest.cc
[
all
...]
webrtcvideoengine.cc
3575
bool
denoising
= !is_screencast && enable_
denoising
;
local
[
all
...]
/external/libvpx/armv7a/
libvpx_srcs.txt
124
vp8/encoder/
denoising
.c
125
vp8/encoder/
denoising
.h
/external/libvpx/mips-dspr2/
libvpx_srcs.txt
91
vp8/encoder/
denoising
.c
92
vp8/encoder/
denoising
.h
/external/libvpx/armv7a-neon/
libvpx_srcs.txt
162
vp8/encoder/
denoising
.c
163
vp8/encoder/
denoising
.h
/external/ceres-solver/docs/source/
tutorial.rst
701
#. `
denoising
.cc
702
<https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/
denoising
.cc>`_
703
implements image
denoising
using the `Fields of Experts
version_history.rst
356
#. An image
denoising
example using fields of experts. (Petter
/external/libvpx/libvpx/
vp8_multi_resolution_encoder.c
364
/* Enable
denoising
for the highest-resolution encoder. */
CHANGELOG
47
configuring with --disable-temporal-
denoising
. The temporal denoiser
configure
53
${toggle_temporal_denoising} enable temporal
denoising
and disable the spatial denoiser
/external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h
389
// Enable
denoising
?
[
all
...]
/external/speex/libspeex/
preprocess.c
5
Preprocessor with
denoising
based on the algorithm by Ephraim and Malah
[
all
...]
Completed in 818 milliseconds