Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h467 __m256i s3_22_0 = _mm256_cmpgt_epi16(kZero, step2[22]); in FDCT32x32_2D_AVX2() local
500 step2[22] = _mm256_sub_epi16(step2[22], s3_22_0); in FDCT32x32_2D_AVX2()
974 const __m256i s3_22_0 = _mm256_unpacklo_epi16(step2[22], step2[25]); in FDCT32x32_2D_AVX2() local
982 const __m256i s3_22_2 = _mm256_madd_epi16(s3_22_0, k__cospi_m12_m20); in FDCT32x32_2D_AVX2()
984 const __m256i s3_25_2 = _mm256_madd_epi16(s3_22_0, k__cospi_m20_p12); in FDCT32x32_2D_AVX2()
Dfwd_dct32x32_impl_sse2.h503 __m128i s3_22_0 = _mm_cmplt_epi16(step2[22], kZero); in FDCT32x32_2D() local
536 step2[22] = SUB_EPI16(step2[22], s3_22_0); in FDCT32x32_2D()
1112 const __m128i s3_22_0 = _mm_unpacklo_epi16(step2[22], step2[25]); in FDCT32x32_2D() local
1120 const __m128i s3_22_2 = _mm_madd_epi16(s3_22_0, k__cospi_m12_m20); in FDCT32x32_2D()
1122 const __m128i s3_25_2 = _mm_madd_epi16(s3_22_0, k__cospi_m20_p12); in FDCT32x32_2D()