Searched refs:s3_10_0 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_dct32x32_impl_avx2.h | 413 __m256i s3_10_0 = _mm256_cmpgt_epi16(kZero,step2[10]); in FDCT32x32_2D_AVX2() local 446 step2[10] = _mm256_sub_epi16(step2[10], s3_10_0); in FDCT32x32_2D_AVX2() 552 const __m256i s3_10_0 = _mm256_unpacklo_epi16(step2[13], step2[10]); in FDCT32x32_2D_AVX2() local 556 const __m256i s3_10_2 = _mm256_madd_epi16(s3_10_0, k__cospi_p16_m16); in FDCT32x32_2D_AVX2() 562 const __m256i s3_13_2 = _mm256_madd_epi16(s3_10_0, k__cospi_p16_p16); in FDCT32x32_2D_AVX2() 1210 const __m256i s3_10_0 = _mm256_unpacklo_epi16(step2[13], step2[10]); in FDCT32x32_2D_AVX2() local 1214 const __m256i s3_10_2 = _mm256_madd_epi16(s3_10_0, k__cospi_p16_m16); in FDCT32x32_2D_AVX2() 1220 const __m256i s3_13_2 = _mm256_madd_epi16(s3_10_0, k__cospi_p16_p16); in FDCT32x32_2D_AVX2()
|
D | fwd_dct32x32_impl_sse2.h | 495 __m128i s3_10_0 = _mm_cmplt_epi16(step2[10], kZero); in FDCT32x32_2D() local 528 step2[10] = SUB_EPI16(step2[10], s3_10_0); in FDCT32x32_2D() 660 const __m128i s3_10_0 = _mm_unpacklo_epi16(step2[13], step2[10]); in FDCT32x32_2D() local 664 const __m128i s3_10_2 = _mm_madd_epi16(s3_10_0, k__cospi_p16_m16); in FDCT32x32_2D() 670 const __m128i s3_13_2 = _mm_madd_epi16(s3_10_0, k__cospi_p16_p16); in FDCT32x32_2D() 1511 const __m128i s3_10_0 = _mm_unpacklo_epi16(step2[13], step2[10]); in FDCT32x32_2D() local 1515 const __m128i s3_10_2 = _mm_madd_epi16(s3_10_0, k__cospi_p16_m16); in FDCT32x32_2D() 1521 const __m128i s3_13_2 = _mm_madd_epi16(s3_10_0, k__cospi_p16_p16); in FDCT32x32_2D()
|