Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_skin_detection.c98 const int uv_width_shift = y_width_shift >> 1; in vp9_compute_skin_block() local
101 const uint8_t usource = u[uv_height_shift * strideuv + uv_width_shift]; in vp9_compute_skin_block()
102 const uint8_t vsource = v[uv_height_shift * strideuv + uv_width_shift]; in vp9_compute_skin_block()