Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h459 __m256i s2_14_0 = _mm256_cmpgt_epi16(kZero, step2[14]); in FDCT32x32_2D_AVX2() local
492 step2[14] = _mm256_sub_epi16(step2[14], s2_14_0); in FDCT32x32_2D_AVX2()
Dfwd_dct32x32_impl_sse2.h495 __m128i s2_14_0 = _mm_cmplt_epi16(step2[14], kZero); in FDCT32x32_2D() local
528 step2[14] = SUB_EPI16(step2[14], s2_14_0); in FDCT32x32_2D()