Searched refs:cbcr_diff_q2 (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/util/
H A Dskin_detection.cc35 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/
H A Dvp9_skin_detection.c35 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/
H A Dpickinter.c61 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 +

Completed in 128 milliseconds