Searched refs:shift_32_uv (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter.c646 const int shift_32_uv[] = {0, 2, 8, 10}; local
681 const int shift_uv = shift_32_uv[idx_32];
707 const int shift_uv = shift_32_uv[idx_32] + shift_16_uv[idx_16];
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c646 const int shift_32_uv[] = {0, 2, 8, 10}; local
680 const int shift_uv = shift_32_uv[idx_32];
706 const int shift_uv = shift_32_uv[idx_32] + shift_16_uv[idx_16];

Completed in 171 milliseconds