Searched refs:VPMDeflickering (Results 1 – 3 of 3) sorted by relevance
43 const uint16_t VPMDeflickering::prob_uw16_[kNumProbs] = {52 const uint16_t VPMDeflickering::weight_uw16_[kNumQuants - kMaxOnlyLength] = {55 VPMDeflickering::VPMDeflickering() { in VPMDeflickering() function in webrtc::VPMDeflickering59 VPMDeflickering::~VPMDeflickering() {} in ~VPMDeflickering()61 void VPMDeflickering::Reset() { in Reset()84 int32_t VPMDeflickering::ProcessFrame(VideoFrame* frame, in ProcessFrame()253 int32_t VPMDeflickering::PreDetection( in PreDetection()321 int32_t VPMDeflickering::DetectFlicker() { in DetectFlicker()
21 class VPMDeflickering {23 VPMDeflickering();24 ~VPMDeflickering();
48 VPMDeflickering deflickering_ GUARDED_BY(mutex_);