Home
last modified time | relevance | path

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

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