Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/util/
Dskin_detection.cc21 static const int skin_threshold = 1570636; // q18 variable
62 return (EvaluateSkinColorDifference(u_avg, v_avg) < skin_threshold); in MbHasSkinColor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_skin_detection.c21 static const int skin_threshold = 1570636; // q18 variable
48 return (evaluate_skin_color_difference(cb, cr) < skin_threshold); in vp9_skin_pixel()
/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c50 static const int skin_threshold = 1570636; // q18 variable
167 return (evaluate_skin_color_difference(cb, cr) < skin_threshold); in is_skin_color()