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

  /external/webrtc/webrtc/modules/video_processing/
deflickering.h 21 class VPMDeflickering {
23 VPMDeflickering();
24 ~VPMDeflickering();
deflickering.cc 43 const uint16_t VPMDeflickering::prob_uw16_[kNumProbs] = {
52 const uint16_t VPMDeflickering::weight_uw16_[kNumQuants - kMaxOnlyLength] = {
55 VPMDeflickering::VPMDeflickering() {
59 VPMDeflickering::~VPMDeflickering() {}
61 void VPMDeflickering::Reset() {
84 int32_t VPMDeflickering::ProcessFrame(VideoFrame* frame,
253 int32_t VPMDeflickering::PreDetection(
321 int32_t VPMDeflickering::DetectFlicker()
    [all...]
video_processing_impl.h 48 VPMDeflickering deflickering_ GUARDED_BY(mutex_);

Completed in 71 milliseconds