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

/external/webrtc/webrtc/modules/video_processing/util/
H A Dskin_detection.cc34 const int cb_diff_q2 = (cb_diff_q12 + (1 << 9)) >> 10; local
38 skin_inv_cov[0] * cb_diff_q2 + skin_inv_cov[1] * cbcr_diff_q2 +
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_skin_detection.c34 const int cb_diff_q2 = (cb_diff_q12 + (1 << 9)) >> 10; local
37 const int skin_diff = skin_inv_cov[0] * cb_diff_q2 +
/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c60 const int cb_diff_q2 = (cb_diff_q12 + (1 << 9)) >> 10; local
63 const int skin_diff = skin_inv_cov[0] * cb_diff_q2 +

Completed in 102 milliseconds