Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c3802 int zero_flag[2]; in vp9_idct32x32_1024_add_sse2() local
3880 zero_flag[0] = _mm_cvtsi128_si32(zero_idx[1]); in vp9_idct32x32_1024_add_sse2()
3881 zero_flag[1] = _mm_cvtsi128_si32(zero_idx[2]); in vp9_idct32x32_1024_add_sse2()
3883 if (!zero_flag[0] && !zero_flag[1]) { in vp9_idct32x32_1024_add_sse2()