HomeSort by relevance Sort by last modified time
    Searched refs:evaluate_skin_color_difference (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.c 28 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/
pickinter.c 53 static int evaluate_skin_color_difference(int cb, int cr) function
167 return (evaluate_skin_color_difference(cb, cr) < skin_threshold);
    [all...]

Completed in 991 milliseconds