Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dvp8_skin_detection.c17 static int avg_2x2(const uint8_t *s, int p) { in avg_2x2() function
40 const int ysource = avg_2x2(y + 7 * stride + 7, stride); in vp8_compute_skin_block()
41 const int usource = avg_2x2(u + 3 * strideuv + 3, strideuv); in vp8_compute_skin_block()
42 const int vsource = avg_2x2(v + 3 * strideuv + 3, strideuv); in vp8_compute_skin_block()
50 const int ysource = avg_2x2(y + 3 * stride + 3, stride); in vp8_compute_skin_block()
51 const int usource = avg_2x2(u + strideuv + 1, strideuv); in vp8_compute_skin_block()
52 const int vsource = avg_2x2(v + strideuv + 1, strideuv); in vp8_compute_skin_block()