Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/util/
Dskin_detection.cc25 static const int y_high = 220; variable
59 if (y_avg < y_low || y_avg > y_high) in MbHasSkinColor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_skin_detection.c32 static const int y_high = 220; variable
55 if (y < y_low || y > y_high) { in vp9_skin_pixel()