OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cbcr_diff_q2
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_processing/util/
skin_detection.cc
35
const int
cbcr_diff_q2
= (cbcr_diff_q12 + (1 << 9)) >> 10;
local
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;
/external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.c
35
const int
cbcr_diff_q2
= (cbcr_diff_q12 + (1 << 9)) >> 10;
local
38
skin_inv_cov[1] *
cbcr_diff_q2
+
39
skin_inv_cov[2] *
cbcr_diff_q2
+
/external/libvpx/libvpx/vp8/encoder/
pickinter.c
61
const int
cbcr_diff_q2
= (cbcr_diff_q12 + (1 << 9)) >> 10;
local
64
skin_inv_cov[1] *
cbcr_diff_q2
+
65
skin_inv_cov[2] *
cbcr_diff_q2
+
[
all
...]
Completed in 215 milliseconds