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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c967 const int shift_32_y[] = {0, 4, 32, 36}; local
1003 const int shift_y = shift_32_y[idx_32];
1029 const int shift_y = shift_32_y[idx_32] + shift_16_y[idx_16];
1058 const int shift_y = shift_32_y[idx_32] +
1064 const int shift_y = shift_32_y[idx_32] +

Completed in 82 milliseconds