Home
last modified time | relevance | path

Searched refs:kConsecLowVarFrame (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/video_processing/util/
Dnoise_estimation.h26 const int kConsecLowVarFrame = 6; variable
Dnoise_estimation.cc32 if (consec_low_var_[mb_index] >= kConsecLowVarFrame && in GetNoise()