Home
last modified time | relevance | path

Searched refs:curr_motion_magn (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dvp8_skin_detection.c31 int curr_motion_magn) { in vp8_compute_skin_block() argument
33 if (consec_zeromv > 60 && curr_motion_magn == 0) { in vp8_compute_skin_block()
37 if (consec_zeromv > 25 && curr_motion_magn == 0) motion = 0; in vp8_compute_skin_block()
Dvp8_skin_detection.h36 int curr_motion_magn);
/external/libvpx/libvpx/vp9/encoder/
Dvp9_skin_detection.c20 int consec_zeromv, int curr_motion_magn) { in vp9_compute_skin_block() argument
22 if (consec_zeromv > 60 && curr_motion_magn == 0) { in vp9_compute_skin_block()
35 if (consec_zeromv > 25 && curr_motion_magn == 0) motion = 0; in vp9_compute_skin_block()
Dvp9_skin_detection.h26 int consec_zeromv, int curr_motion_magn);