HomeSort by relevance Sort by last modified time
    Searched refs:s2_23_1 (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_dct32x32_impl_avx2.h 338 const __m256i s2_23_1 = _mm256_unpackhi_epi16(step1[24], step1[23]); local
346 const __m256i s2_23_3 = _mm256_madd_epi16(s2_23_1, k__cospi_p16_m16);
348 const __m256i s2_24_3 = _mm256_madd_epi16(s2_23_1, k__cospi_p16_p16);
    [all...]
fwd_dct32x32_impl_sse2.h 408 const __m128i s2_23_1 = _mm_unpackhi_epi16(step1[24], step1[23]); local
416 const __m128i s2_23_3 = _mm_madd_epi16(s2_23_1, k__cospi_p16_m16);
418 const __m128i s2_24_3 = _mm_madd_epi16(s2_23_1, k__cospi_p16_p16);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.c 337 const __m256i s2_23_1 = _mm256_unpackhi_epi16(step1[24], step1[23]); local
345 const __m256i s2_23_3 = _mm256_madd_epi16(s2_23_1, k__cospi_p16_m16);
347 const __m256i s2_24_3 = _mm256_madd_epi16(s2_23_1, k__cospi_p16_p16);
    [all...]
vp9_dct32x32_sse2.c 328 const __m128i s2_23_1 = _mm_unpackhi_epi16(step1[24], step1[23]); local
336 const __m128i s2_23_3 = _mm_madd_epi16(s2_23_1, k__cospi_p16_m16);
338 const __m128i s2_24_3 = _mm_madd_epi16(s2_23_1, k__cospi_p16_p16);
    [all...]

Completed in 88 milliseconds