Searched refs:EvaluateSkinColorDifference (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/util/
H A Dskin_detection.cc28 static int EvaluateSkinColorDifference(int cb, int cr) { function in namespace:webrtc
62 return (EvaluateSkinColorDifference(u_avg, v_avg) < skin_threshold);

Completed in 85 milliseconds