HomeSort by relevance Sort by last modified time
    Searched full:idx_16 (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 640 int idx_32, idx_16, idx_8; local
720 for (idx_16 = 0; idx_16 < 4; mip += offset_16[idx_16], ++idx_16) {
721 const int shift_y = shift_32_y[idx_32] + shift_16_y[idx_16];
722 const int shift_uv = shift_32_uv[idx_32] + shift_16_uv[idx_16];
724 ((idx_16 & 1) << 1);
726 ((idx_16 >> 1) << 1);
751 shift_16_y[idx_16]
    [all...]

Completed in 685 milliseconds