Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c908 const int shift_16_uv[] = { 0, 1, 4, 5 }; in vp9_setup_mask() local
960 const int shift_uv = shift_32_uv[idx_32] + shift_16_uv[idx_16]; in vp9_setup_mask()