Home
last modified time | relevance | path

Searched refs:cbcr_diff_q12 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dskin_detection.c35 const int cbcr_diff_q12 = in vpx_evaluate_skin_color_difference() local
40 const int cbcr_diff_q2 = (cbcr_diff_q12 + (1 << 9)) >> 10; in vpx_evaluate_skin_color_difference()
/external/webrtc/modules/video_processing/util/
Dskin_detection.cc35 const int cbcr_diff_q12 = in EvaluateSkinColorDifference() local
40 const int cbcr_diff_q2 = (cbcr_diff_q12 + (1 << 9)) >> 10; in EvaluateSkinColorDifference()