Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h433 __m256i s3_30_0 = _mm256_cmpgt_epi16(kZero,step1[30]); in FDCT32x32_2D_AVX2() local
466 step1[30] = _mm256_sub_epi16(step1[30], s3_30_0); in FDCT32x32_2D_AVX2()
Dfwd_dct32x32_impl_sse2.h515 __m128i s3_30_0 = _mm_cmplt_epi16(step1[30], kZero); in FDCT32x32_2D() local
548 step1[30] = SUB_EPI16(step1[30], s3_30_0); in FDCT32x32_2D()