Home
last modified time | relevance | path

Searched refs:_mm256_mullo_epi32 (Results 1 – 15 of 15) sorted by relevance

/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm_avx2.h25 const __m256i in0_w0 = _mm256_mullo_epi32(_in0, ww0); in btf_32_avx2_type0()
26 const __m256i in1_w1 = _mm256_mullo_epi32(_in1, ww1); in btf_32_avx2_type0()
30 const __m256i in0_w1 = _mm256_mullo_epi32(_in0, ww1); in btf_32_avx2_type0()
31 const __m256i in1_w0 = _mm256_mullo_epi32(_in1, ww0); in btf_32_avx2_type0()
44 const __m256i in0_w0 = _mm256_mullo_epi32(_in0, ww0); in btf_32_avx2_type1()
45 const __m256i in1_w1 = _mm256_mullo_epi32(_in1, ww1); in btf_32_avx2_type1()
49 const __m256i in0_w1 = _mm256_mullo_epi32(_in0, ww1); in btf_32_avx2_type1()
50 const __m256i in1_w0 = _mm256_mullo_epi32(_in1, ww0); in btf_32_avx2_type1()
64 const __m256i in0_w0 = _mm256_mullo_epi32(_in0, ww0); in btf_32_avx2_type0_new()
65 const __m256i in1_w1 = _mm256_mullo_epi32(_in1, ww1); in btf_32_avx2_type0_new()
[all …]
Dhighbd_fwd_txfm_avx2.c218 x = _mm256_mullo_epi32(*w0, *n0); in av1_half_btf_avx2()
219 y = _mm256_mullo_epi32(*w1, *n1); in av1_half_btf_avx2()
229 const __m256i in0_w0 = _mm256_mullo_epi32(in0, ww0); \
230 const __m256i in1_w1 = _mm256_mullo_epi32(in1, ww1); \
233 const __m256i in0_w1 = _mm256_mullo_epi32(in0, ww1); \
234 const __m256i in1_w0 = _mm256_mullo_epi32(in1, ww0); \
241 const __m256i in0_w0 = _mm256_mullo_epi32(in0, ww0); \
242 const __m256i in1_w1 = _mm256_mullo_epi32(in1, ww1); \
246 const __m256i in0_w1 = _mm256_mullo_epi32(in0, ww1); \
247 const __m256i in1_w0 = _mm256_mullo_epi32(in1, ww0); \
[all …]
Dpickrst_avx2.c670 const __m256i v0l = _mm256_mullo_epi32(flt0l_subu, xq0); in av1_highbd_pixel_proj_error_avx2()
671 const __m256i v0h = _mm256_mullo_epi32(flt0h_subu, xq0); in av1_highbd_pixel_proj_error_avx2()
672 const __m256i v1l = _mm256_mullo_epi32(flt1l_subu, xq1); in av1_highbd_pixel_proj_error_avx2()
673 const __m256i v1h = _mm256_mullo_epi32(flt1h_subu, xq1); in av1_highbd_pixel_proj_error_avx2()
748 const __m256i flth_xq = _mm256_mullo_epi32(flth, xq_active); in av1_highbd_pixel_proj_error_avx2()
749 const __m256i fltl_xq = _mm256_mullo_epi32(fltl, xq_active); in av1_highbd_pixel_proj_error_avx2()
750 const __m256i d0h_xq = _mm256_mullo_epi32(d0h, xq_inactive); in av1_highbd_pixel_proj_error_avx2()
751 const __m256i d0l_xq = _mm256_mullo_epi32(d0l, xq_inactive); in av1_highbd_pixel_proj_error_avx2()
Dav1_highbd_quantize_avx2.c67 __m256i dq = _mm256_mullo_epi32(q, qp[2]); in quantize()
/external/flac/libFLAC/
Dlpc_intrin_avx2.c435 summ = _mm256_mullo_epi32(q11, _mm256_loadu_si256((const __m256i*)(data+i-12))); in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_avx2()
436 …mull = _mm256_mullo_epi32(q10, _mm256_loadu_si256((const __m256i*)(data+i-11))); summ = _mm256_add… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_avx2()
437 …mull = _mm256_mullo_epi32(q9, _mm256_loadu_si256((const __m256i*)(data+i-10))); summ = _mm256_add… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_avx2()
438 …mull = _mm256_mullo_epi32(q8, _mm256_loadu_si256((const __m256i*)(data+i-9))); summ = _mm256_add… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_avx2()
439 …mull = _mm256_mullo_epi32(q7, _mm256_loadu_si256((const __m256i*)(data+i-8))); summ = _mm256_add… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_avx2()
440 …mull = _mm256_mullo_epi32(q6, _mm256_loadu_si256((const __m256i*)(data+i-7))); summ = _mm256_add… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_avx2()
441 …mull = _mm256_mullo_epi32(q5, _mm256_loadu_si256((const __m256i*)(data+i-6))); summ = _mm256_add… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_avx2()
442 …mull = _mm256_mullo_epi32(q4, _mm256_loadu_si256((const __m256i*)(data+i-5))); summ = _mm256_add… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_avx2()
443 …mull = _mm256_mullo_epi32(q3, _mm256_loadu_si256((const __m256i*)(data+i-4))); summ = _mm256_add… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_avx2()
444 …mull = _mm256_mullo_epi32(q2, _mm256_loadu_si256((const __m256i*)(data+i-3))); summ = _mm256_add… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_avx2()
[all …]
/external/libaom/libaom/av1/common/x86/
Dhighbd_inv_txfm_avx2.c204 x = _mm256_mullo_epi32(*w0, *n0); in half_btf_0_avx2()
215 x = _mm256_mullo_epi32(*w0, *n0); in half_btf_avx2()
216 y = _mm256_mullo_epi32(*w1, *n1); in half_btf_avx2()
478 x = _mm256_mullo_epi32(in[0], cospi32); in idct32_low1_avx2()
1227 in[0] = _mm256_mullo_epi32(in[0], cospi32); in idct16_low1_avx2()
1332 x = _mm256_mullo_epi32(u[0], cospi32); in idct16_low8_avx2()
1354 x = _mm256_mullo_epi32(u[5], cospi32); in idct16_low8_avx2()
1355 y = _mm256_mullo_epi32(u[6], cospi32); in idct16_low8_avx2()
1375 x = _mm256_mullo_epi32(u[10], cospi32); in idct16_low8_avx2()
1376 y = _mm256_mullo_epi32(u[13], cospi32); in idct16_low8_avx2()
[all …]
Dselfguided_avx2.c208 an = _mm256_max_epi32(_mm256_mullo_epi32(a, _mm256_set1_epi32(n)), bb); in compute_p()
211 an = _mm256_mullo_epi32(sum2, _mm256_set1_epi32(n)); in compute_p()
262 _mm256_srli_epi32(_mm256_add_epi32(_mm256_mullo_epi32(p, s), rnd_z), in calc_ab()
277 const __m256i b_int = _mm256_mullo_epi32(a_comp_over_n, sum1); in calc_ab()
399 _mm256_srli_epi32(_mm256_add_epi32(_mm256_mullo_epi32(p, s), rnd_z), in calc_ab_fast()
414 const __m256i b_int = _mm256_mullo_epi32(a_comp_over_n, sum1); in calc_ab_fast()
680 v_0 = _mm256_add_epi32(v_0, _mm256_mullo_epi32(xq0, f1_0)); in apply_selfguided_restoration_avx2()
683 v_1 = _mm256_add_epi32(v_1, _mm256_mullo_epi32(xq0, f1_1)); in apply_selfguided_restoration_avx2()
688 v_0 = _mm256_add_epi32(v_0, _mm256_mullo_epi32(xq1, f2_0)); in apply_selfguided_restoration_avx2()
691 v_1 = _mm256_add_epi32(v_1, _mm256_mullo_epi32(xq1, f2_1)); in apply_selfguided_restoration_avx2()
/external/libaom/libaom/aom_dsp/x86/
Dintrapred_avx2.c1054 b = _mm256_mullo_epi32(diff, shift); in highbd_dr_prediction_z1_4xN_internal_avx2()
1148 b = _mm256_mullo_epi32(diff, shift); in highbd_dr_prediction_z1_8xN_internal_avx2()
1219 b = _mm256_mullo_epi32(diff, shift); in highbd_dr_prediction_z1_16xN_internal_avx2()
1236 b = _mm256_mullo_epi32(diff, shift); in highbd_dr_prediction_z1_16xN_internal_avx2()
1320 b = _mm256_mullo_epi32(diff, shift); in highbd_dr_prediction_z1_32xN_internal_avx2()
1336 b = _mm256_mullo_epi32(diff, shift); in highbd_dr_prediction_z1_32xN_internal_avx2()
1437 b = _mm256_mullo_epi32(diff, shift); in highbd_dr_prediction_z1_64xN_avx2()
1453 b = _mm256_mullo_epi32(diff, shift); in highbd_dr_prediction_z1_64xN_avx2()
1771 b = _mm256_mullo_epi32(diff, shift); in highbd_dr_prediction_z2_Nx4_avx2()
1885 b = _mm256_mullo_epi32(diff, shift); in highbd_dr_prediction_32bit_z2_Nx8_avx2()
[all …]
Dtxfm_common_avx2.h256 const __m256i r1 = _mm256_mullo_epi32(sqrt2, r0); in av1_round_shift_rect_array_32_avx2()
263 const __m256i r1 = _mm256_mullo_epi32(sqrt2, r0); in av1_round_shift_rect_array_32_avx2()
Dhighbd_quantize_intrin_avx2.c82 __m256i dq = _mm256_mullo_epi32(q, qp[3]); in quantize()
Dconvolve_avx2.h417 const __m256i wt0_res = _mm256_mullo_epi32(*data_ref_0, *wt0); in highbd_comp_avg()
418 const __m256i wt1_res = _mm256_mullo_epi32(*res_unsigned, *wt1); in highbd_comp_avg()
/external/libaom/libaom/aom_dsp/simd/
Dv256_intrinsics_x86.h413 v256 r = _mm256_mullo_epi32(a, b); in v256_dotp_s32()
515 return _mm256_mullo_epi32(a, b); in v256_mullo_s32()
/external/eigen/Eigen/src/Core/arch/AVX512/
DPacketMath.h580 Packet8i indices = _mm256_mullo_epi32(stride_vector, stride_multiplier);
601 Packet8i indices = _mm256_mullo_epi32(stride_vector, stride_multiplier);
/external/clang/test/CodeGen/
Davx2-builtins.c859 return _mm256_mullo_epi32(a, b); in test_mm256_mullo_epi32()
/external/clang/lib/Headers/
Davx2intrin.h469 _mm256_mullo_epi32 (__m256i __a, __m256i __b) in _mm256_mullo_epi32() function