Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_loopfilter.c624 int idx_32, idx_16, idx_8; in vp9_setup_mask() local
678 for (idx_32 = 0; idx_32 < 4; mip += offset_32[idx_32], ++idx_32) { in vp9_setup_mask()
679 const int shift_y = shift_32_y[idx_32]; in vp9_setup_mask()
680 const int shift_uv = shift_32_uv[idx_32]; in vp9_setup_mask()
681 const int mi_32_col_offset = ((idx_32 & 1) << 2); in vp9_setup_mask()
682 const int mi_32_row_offset = ((idx_32 >> 1) << 2); in vp9_setup_mask()
705 const int shift_y = shift_32_y[idx_32] + shift_16_y[idx_16]; in vp9_setup_mask()
706 const int shift_uv = shift_32_uv[idx_32] + shift_16_uv[idx_16]; in vp9_setup_mask()
734 const int shift_y = shift_32_y[idx_32] + in vp9_setup_mask()
740 const int shift_y = shift_32_y[idx_32] + in vp9_setup_mask()