Home
last modified time | relevance | path

Searched refs:_mm256_cvtepu32_epi64 (Results 1 – 6 of 6) sorted by relevance

/external/flac/libFLAC/
Dlpc_intrin_avx2.c779 q0 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[0 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2()
780 q1 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[1 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2()
781 q2 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[2 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2()
782 q3 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[3 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2()
783 q4 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[4 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2()
784 q5 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[5 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2()
785 q6 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[6 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2()
786 q7 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[7 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2()
787 q8 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[8 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2()
788 q9 = _mm256_cvtepu32_epi64(_mm_set1_epi32(qlp_coeff[9 ])); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2()
[all …]
Dstream_encoder_intrin_avx2.c103 __m256i res256 = _mm256_cvtepu32_epi64(res128); in FLAC__precompute_partition_info_sums_intrin_avx2()
/external/libaom/libaom/av1/encoder/x86/
Dpickrst_avx2.c146 const __m256i d0l = _mm256_cvtepu32_epi64(_mm256_extracti128_si256(d0, 0)); in acc_stat_highbd_avx2()
152 const __m256i d0h = _mm256_cvtepu32_epi64(_mm256_extracti128_si256(d0, 1)); in acc_stat_highbd_avx2()
703 _mm256_cvtepu32_epi64(_mm256_castsi256_si128(sum32)); in av1_highbd_pixel_proj_error_avx2()
706 _mm256_cvtepu32_epi64(_mm256_extracti128_si256(sum32, 1)); in av1_highbd_pixel_proj_error_avx2()
780 _mm256_cvtepu32_epi64(_mm256_castsi256_si128(sum32)); in av1_highbd_pixel_proj_error_avx2()
783 _mm256_cvtepu32_epi64(_mm256_extracti128_si256(sum32, 1)); in av1_highbd_pixel_proj_error_avx2()
822 _mm256_cvtepu32_epi64(_mm256_castsi256_si128(sum32)); in av1_highbd_pixel_proj_error_avx2()
825 _mm256_cvtepu32_epi64(_mm256_extracti128_si256(sum32, 1)); in av1_highbd_pixel_proj_error_avx2()
/external/libaom/libaom/aom_dsp/x86/
Dsse_avx2.c50 _mm256_cvtepu32_epi64(_mm256_castsi256_si128(*sum32)); in summary_32_avx2()
52 _mm256_cvtepu32_epi64(_mm256_extracti128_si256(*sum32, 1)); in summary_32_avx2()
/external/clang/test/CodeGen/
Davx2-builtins.c368 return _mm256_cvtepu32_epi64(a); in test_mm256_cvtepu32_epi64()
/external/clang/lib/Headers/
Davx2intrin.h433 _mm256_cvtepu32_epi64(__m128i __V) in _mm256_cvtepu32_epi64() function