HomeSort by relevance Sort by last modified time
    Searched refs:denoising (Results 1 - 3 of 3) sorted by null

  /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/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h 339 bool denoising() const { return denoising_; } function in class:cricket::FakeWebRtcVideoEngine::Capturer
340 void set_denoising(bool denoising) { denoising_ = denoising; }
436 return capturers_.find(capture_id)->second->denoising();
    [all...]
webrtcvideoengine.cc 3323 bool denoising = !is_screencast && enable_denoising; local
    [all...]

Completed in 89 milliseconds