Home
last modified time | relevance | path

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

/external/webrtc/modules/video_processing/util/
Dnoise_estimation.cc21 consec_low_var_.reset(new uint32_t[mb_cols * mb_rows]()); in Init()
30 consec_low_var_[mb_index]++; in GetNoise()
32 if (consec_low_var_[mb_index] >= kConsecLowVarFrame && in GetNoise()
44 consec_low_var_[mb_index] = 0; in ResetConsecLowVar()
Dnoise_estimation.h58 std::unique_ptr<uint32_t[]> consec_low_var_; variable