Searched refs:s3_10_0 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct32x32_sse2.c | 406 __m128i s3_10_0 = _mm_cmplt_epi16(step2[10], kZero); in FDCT32x32_2D() local 439 step2[10] = _mm_sub_epi16(step2[10], s3_10_0); in FDCT32x32_2D() 545 const __m128i s3_10_0 = _mm_unpacklo_epi16(step2[13], step2[10]); in FDCT32x32_2D() local 549 const __m128i s3_10_2 = _mm_madd_epi16(s3_10_0, k__cospi_p16_m16); in FDCT32x32_2D() 555 const __m128i s3_13_2 = _mm_madd_epi16(s3_10_0, k__cospi_p16_p16); in FDCT32x32_2D() 1203 const __m128i s3_10_0 = _mm_unpacklo_epi16(step2[13], step2[10]); in FDCT32x32_2D() local 1207 const __m128i s3_10_2 = _mm_madd_epi16(s3_10_0, k__cospi_p16_m16); in FDCT32x32_2D() 1213 const __m128i s3_13_2 = _mm_madd_epi16(s3_10_0, k__cospi_p16_p16); in FDCT32x32_2D()
|
D | vp9_dct32x32_avx2.c | 412 __m256i s3_10_0 = _mm256_cmpgt_epi16(kZero,step2[10]); in FDCT32x32_2D_AVX2() local 445 step2[10] = _mm256_sub_epi16(step2[10], s3_10_0); in FDCT32x32_2D_AVX2() 551 const __m256i s3_10_0 = _mm256_unpacklo_epi16(step2[13], step2[10]); in FDCT32x32_2D_AVX2() local 555 const __m256i s3_10_2 = _mm256_madd_epi16(s3_10_0, k__cospi_p16_m16); in FDCT32x32_2D_AVX2() 561 const __m256i s3_13_2 = _mm256_madd_epi16(s3_10_0, k__cospi_p16_p16); in FDCT32x32_2D_AVX2() 1209 const __m256i s3_10_0 = _mm256_unpacklo_epi16(step2[13], step2[10]); in FDCT32x32_2D_AVX2() local 1213 const __m256i s3_10_2 = _mm256_madd_epi16(s3_10_0, k__cospi_p16_m16); in FDCT32x32_2D_AVX2() 1219 const __m256i s3_13_2 = _mm256_madd_epi16(s3_10_0, k__cospi_p16_p16); in FDCT32x32_2D_AVX2()
|