Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/utility/
Dquality_scaler.cc38 static const int kFramedropPercentThreshold = 60; variable
365 if (drop_rate && *drop_rate >= kFramedropPercentThreshold) { in CheckQp()