Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h463 __m256i s3_18_0 = _mm256_cmpgt_epi16(kZero, step1[18]); in FDCT32x32_2D_AVX2() local
496 step1[18] = _mm256_sub_epi16(step1[18], s3_18_0); in FDCT32x32_2D_AVX2()
970 const __m256i s3_18_0 = _mm256_unpacklo_epi16(step2[18], step2[29]); in FDCT32x32_2D_AVX2() local
978 const __m256i s3_18_2 = _mm256_madd_epi16(s3_18_0, k__cospi_m28_m04); in FDCT32x32_2D_AVX2()
988 const __m256i s3_29_2 = _mm256_madd_epi16(s3_18_0, k__cospi_m04_p28); in FDCT32x32_2D_AVX2()
Dfwd_dct32x32_impl_sse2.h499 __m128i s3_18_0 = _mm_cmplt_epi16(step1[18], kZero); in FDCT32x32_2D() local
532 step1[18] = SUB_EPI16(step1[18], s3_18_0); in FDCT32x32_2D()
1108 const __m128i s3_18_0 = _mm_unpacklo_epi16(step2[18], step2[29]); in FDCT32x32_2D() local
1116 const __m128i s3_18_2 = _mm_madd_epi16(s3_18_0, k__cospi_m28_m04); in FDCT32x32_2D()
1126 const __m128i s3_29_2 = _mm_madd_epi16(s3_18_0, k__cospi_m04_p28); in FDCT32x32_2D()