Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct32x32_sse2.c417 __m128i s3_21_0 = _mm_cmplt_epi16(step2[21], kZero); in FDCT32x32_2D() local
450 step2[21] = _mm_sub_epi16(step2[21], s3_21_0); in FDCT32x32_2D()
855 const __m128i s3_21_0 = _mm_unpacklo_epi16(step2[21], step2[26]); in FDCT32x32_2D() local
863 const __m128i s3_21_2 = _mm_madd_epi16(s3_21_0, k__cospi_m20_p12); in FDCT32x32_2D()
869 const __m128i s3_26_2 = _mm_madd_epi16(s3_21_0, k__cospi_p12_p20); in FDCT32x32_2D()
Dvp9_dct32x32_avx2.c423 __m256i s3_21_0 = _mm256_cmpgt_epi16(kZero,step2[21]); in FDCT32x32_2D_AVX2() local
456 step2[21] = _mm256_sub_epi16(step2[21], s3_21_0); in FDCT32x32_2D_AVX2()
861 const __m256i s3_21_0 = _mm256_unpacklo_epi16(step2[21], step2[26]); in FDCT32x32_2D_AVX2() local
869 const __m256i s3_21_2 = _mm256_madd_epi16(s3_21_0, k__cospi_m20_p12); in FDCT32x32_2D_AVX2()
875 const __m256i s3_26_2 = _mm256_madd_epi16(s3_21_0, k__cospi_p12_p20); in FDCT32x32_2D_AVX2()