OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skin_threshold
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_processing/util/
skin_detection.cc
21
static const int
skin_threshold
= 1570636; // q18
member in namespace:webrtc
62
return (EvaluateSkinColorDifference(u_avg, v_avg) <
skin_threshold
);
/external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.c
21
static const int
skin_threshold
= 1570636; // q18
variable
48
return (evaluate_skin_color_difference(cb, cr) <
skin_threshold
);
/external/libvpx/libvpx/vp8/encoder/
pickinter.c
50
static const int
skin_threshold
= 1570636; // q18
variable
167
return (evaluate_skin_color_difference(cb, cr) <
skin_threshold
);
[
all
...]
Completed in 109 milliseconds