Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_skin_detection.c55 const int uv_shift = src_uvstride * (mi_row << 2) + (mi_col << 2); in vp9_compute_skin_sb() local
59 src_u += uv_shift; in vp9_compute_skin_sb()
60 src_v += uv_shift; in vp9_compute_skin_sb()