Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
Dbrightness_detection.cc83 uint32_t perc05 = 0; in ProcessFrame() local
90 if (sum < pos_perc05) perc05 = i; // 5th perc. in ProcessFrame()
99 if ((std_y < 55) && (perc05 < 50)) { in ProcessFrame()
112 if (median_y > 185 || stats.mean > 185 || perc05 > 140 || in ProcessFrame()