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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter.c624 int idx_32, idx_16, idx_8; local
679 for (idx_32 = 0; idx_32 < 4; mip += offset_32[idx_32], ++idx_32) {
680 const int shift_y = shift_32_y[idx_32];
681 const int shift_uv = shift_32_uv[idx_32];
682 const int mi_32_col_offset = ((idx_32 & 1) << 2);
683 const int mi_32_row_offset = ((idx_32 >> 1) << 2);
706 const int shift_y = shift_32_y[idx_32]
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c624 int idx_32, idx_16, idx_8; local
678 for (idx_32 = 0; idx_32 < 4; mip += offset_32[idx_32], ++idx_32) {
679 const int shift_y = shift_32_y[idx_32];
680 const int shift_uv = shift_32_uv[idx_32];
681 const int mi_32_col_offset = ((idx_32 & 1) << 2);
682 const int mi_32_row_offset = ((idx_32 >> 1) << 2);
705 const int shift_y = shift_32_y[idx_32]
[all...]

Completed in 112 milliseconds