Searched refs:s2_09_0 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_dct32x32_impl_avx2.h | 412 __m256i s2_09_0 = _mm256_cmpgt_epi16(kZero,step2[ 9]); in FDCT32x32_2D_AVX2() local 445 step2[ 9] = _mm256_sub_epi16(step2[ 9], s2_09_0); in FDCT32x32_2D_AVX2() 753 const __m256i s2_09_0 = _mm256_unpacklo_epi16(step1[ 9], step1[14]); in FDCT32x32_2D_AVX2() local 757 const __m256i s2_09_2 = _mm256_madd_epi16(s2_09_0, k__cospi_m08_p24); in FDCT32x32_2D_AVX2() 763 const __m256i s2_14_2 = _mm256_madd_epi16(s2_09_0, k__cospi_p24_p08); in FDCT32x32_2D_AVX2()
|
D | fwd_dct32x32_impl_sse2.h | 494 __m128i s2_09_0 = _mm_cmplt_epi16(step2[ 9], kZero); in FDCT32x32_2D() local 527 step2[9] = SUB_EPI16(step2[ 9], s2_09_0); in FDCT32x32_2D() 944 const __m128i s2_09_0 = _mm_unpacklo_epi16(step1[ 9], step1[14]); in FDCT32x32_2D() local 948 const __m128i s2_09_2 = _mm_madd_epi16(s2_09_0, k__cospi_m08_p24); in FDCT32x32_2D() 954 const __m128i s2_14_2 = _mm_madd_epi16(s2_09_0, k__cospi_p24_p08); in FDCT32x32_2D()
|