Searched refs:vpx_skin_pixel (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | vp8_skin_detection.c | 43 return vpx_skin_pixel(ysource, usource, vsource, motion); in vp8_compute_skin_block() 53 num_skin += vpx_skin_pixel(ysource, usource, vsource, motion); in vp8_compute_skin_block()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | skin_detection.h | 18 int vpx_skin_pixel(const int y, const int cb, const int cr, int motion);
|
D | skin_detection.c | 49 int vpx_skin_pixel(const int y, const int cb, const int cr, int motion) { in vpx_skin_pixel() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_skin_detection.c | 36 return vpx_skin_pixel(ysource, usource, vsource, motion); in vp9_compute_skin_block()
|