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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_skin_detection.c28 static int evaluate_skin_color_difference(int cb, int cr) { function
48 return (evaluate_skin_color_difference(cb, cr) < skin_threshold);
/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c51 static int evaluate_skin_color_difference(int cb, int cr) function
165 return (evaluate_skin_color_difference(cb, cr) < skin_threshold);

Completed in 120 milliseconds