Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_dct32x32_avx2.c413 __m256i s3_11_0 = _mm256_cmpgt_epi16(kZero,step2[11]); in FDCT32x32_2D_AVX2() local
446 step2[11] = _mm256_sub_epi16(step2[11], s3_11_0); in FDCT32x32_2D_AVX2()
553 const __m256i s3_11_0 = _mm256_unpacklo_epi16(step2[12], step2[11]); in FDCT32x32_2D_AVX2() local
557 const __m256i s3_11_2 = _mm256_madd_epi16(s3_11_0, k__cospi_p16_m16); in FDCT32x32_2D_AVX2()
559 const __m256i s3_12_2 = _mm256_madd_epi16(s3_11_0, k__cospi_p16_p16); in FDCT32x32_2D_AVX2()
1211 const __m256i s3_11_0 = _mm256_unpacklo_epi16(step2[12], step2[11]); in FDCT32x32_2D_AVX2() local
1215 const __m256i s3_11_2 = _mm256_madd_epi16(s3_11_0, k__cospi_p16_m16); in FDCT32x32_2D_AVX2()
1217 const __m256i s3_12_2 = _mm256_madd_epi16(s3_11_0, k__cospi_p16_p16); in FDCT32x32_2D_AVX2()
Dvp9_dct32x32_sse2.c404 __m128i s3_11_0 = _mm_cmplt_epi16(step2[11], kZero); in FDCT32x32_2D() local
437 step2[11] = _mm_sub_epi16(step2[11], s3_11_0); in FDCT32x32_2D()
544 const __m128i s3_11_0 = _mm_unpacklo_epi16(step2[12], step2[11]); in FDCT32x32_2D() local
548 const __m128i s3_11_2 = _mm_madd_epi16(s3_11_0, k__cospi_p16_m16); in FDCT32x32_2D()
550 const __m128i s3_12_2 = _mm_madd_epi16(s3_11_0, k__cospi_p16_p16); in FDCT32x32_2D()
1202 const __m128i s3_11_0 = _mm_unpacklo_epi16(step2[12], step2[11]); in FDCT32x32_2D() local
1206 const __m128i s3_11_2 = _mm_madd_epi16(s3_11_0, k__cospi_p16_m16); in FDCT32x32_2D()
1208 const __m128i s3_12_2 = _mm_madd_epi16(s3_11_0, k__cospi_p16_p16); in FDCT32x32_2D()