Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Dbrightness_detection.cc55 float prop_high = 0; in ProcessFrame() local
57 prop_high += stats.hist[i]; in ProcessFrame()
59 prop_high /= stats.num_pixels; in ProcessFrame()
61 if (prop_high < 0.4) { in ProcessFrame()
110 prop_high > 0.25) { in ProcessFrame()