Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
Dbrightness_detection.cc60 float prop_high = 0; in ProcessFrame() local
62 prop_high += stats.hist[i]; in ProcessFrame()
64 prop_high /= stats.num_pixels; in ProcessFrame()
66 if (prop_high < 0.4) { in ProcessFrame()
113 prop_high > 0.25) { in ProcessFrame()