OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:std_y
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
brightness_detection.cc
70
float
std_y
= 0;
local
74
std_y
+= (buffer[w + row] - stats.mean) * (buffer[w + row] -
78
std_y
= sqrt(
std_y
/ stats.num_pixels);
99
if ((
std_y
< 55) && (perc05 < 50)) {
111
if ((
std_y
< 52) && (perc95 > 200) && (median_y > 160)) {
Completed in 52 milliseconds