Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp8/common/
H A 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
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_skin_detection.c31 const uint8_t ysource = y[y_height_shift * stride + y_width_shift]; in vp9_compute_skin_block() local