Home
last modified time | relevance | path

Searched defs:ysource (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dvp8_skin_detection.c40 const int ysource = avg_2x2(y + 7 * stride + 7, stride); in vp8_compute_skin_block() local
50 const int ysource = avg_2x2(y + 3 * stride + 3, stride); in vp8_compute_skin_block() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_skin_detection.c31 const uint8_t ysource = y[y_height_shift * stride + y_width_shift]; in vp9_compute_skin_block() local