HomeSort by relevance Sort by last modified time
    Searched refs:cbcr_diff_q2 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/
skin_detection.c 40 const int cbcr_diff_q2 = (cbcr_diff_q12 + (1 << 9)) >> 10; local
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 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;

Completed in 67 milliseconds