HomeSort by relevance Sort by last modified time
    Searched full:perc05 (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/video_processing/
brightness_detection.cc 78 uint32_t perc05 = 0; local
86 perc05 = i; // 5th perc.
96 if ((std_y < 55) && (perc05 < 50)) {
109 if (median_y > 185 || stats.mean > 185 || perc05 > 140 ||

Completed in 50 milliseconds