Home
last modified time | relevance | path

Searched refs:VPMDeflickering (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Ddeflickering.cc43 const uint16_t VPMDeflickering::prob_uw16_[kNumProbs] = {
52 const uint16_t VPMDeflickering::weight_uw16_[kNumQuants - kMaxOnlyLength] = {
55 VPMDeflickering::VPMDeflickering() { in VPMDeflickering() function in webrtc::VPMDeflickering
59 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()
Ddeflickering.h21 class VPMDeflickering {
23 VPMDeflickering();
24 ~VPMDeflickering();
Dvideo_processing_impl.h48 VPMDeflickering deflickering_ GUARDED_BY(mutex_);