OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skin_inv_cov
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_dsp/
skin_detection.c
21
static const int
skin_inv_cov
[4] = { 4107, 1663, 1663, 2157 }; // q16
variable
43
skin_inv_cov
[0] * cb_diff_q2 +
skin_inv_cov
[1] * cbcr_diff_q2 +
44
skin_inv_cov
[2] * cbcr_diff_q2 +
skin_inv_cov
[3] * cr_diff_q2;
/external/webrtc/webrtc/modules/video_processing/util/
skin_detection.cc
20
static const int
skin_inv_cov
[4] = {4107, 1663, 1663, 2157}; // q16
member in namespace:webrtc
38
skin_inv_cov
[0] * cb_diff_q2 +
skin_inv_cov
[1] * cbcr_diff_q2 +
39
skin_inv_cov
[2] * cbcr_diff_q2 +
skin_inv_cov
[3] * cr_diff_q2;
Completed in 266 milliseconds