Home
last modified time | relevance | path

Searched refs:_mm256_mullo_epi16 (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/av1/encoder/x86/
Dav1_quantize_avx2.c119 const __m256i dq = _mm256_mullo_epi16(q, qp[2]); in quantize()
191 __m256i dq = _mm256_mullo_epi16(q, qp[2]); in quantize_32x32()
265 __m256i ql = _mm256_mullo_epi16(q, qp[1]); in quantize_64x64()
270 const __m256i dql = _mm256_srli_epi16(_mm256_mullo_epi16(q, qp[2]), 2); in quantize_64x64()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_avx2.c96 coeff256 = _mm256_mullo_epi16(qcoeff256, dequant256); in vp9_quantize_fp_avx2()
124 coeff256 = _mm256_mullo_epi16(qcoeff256, dequant256); in vp9_quantize_fp_avx2()
/external/libaom/libaom/aom_dsp/x86/
Dbitdepth_conversion_avx2.h27 const __m256i a_lo = _mm256_mullo_epi16(a, one); in store_tran_low()
Dblend_a64_mask_avx2.c925 const __m256i mul0_lows = _mm256_mullo_epi16(*mask0, s0); in highbd_blend_a64_d16_mask_w4_avx2()
933 const __m256i mul1_lows = _mm256_mullo_epi16(mask1, s1); in highbd_blend_a64_d16_mask_w4_avx2()
1043 const __m256i mul0a_lows = _mm256_mullo_epi16(*mask0a, s0a); in highbd_blend_a64_d16_mask_w8_avx2()
1051 const __m256i mul1a_lows = _mm256_mullo_epi16(mask1a, s1a); in highbd_blend_a64_d16_mask_w8_avx2()
1059 const __m256i mul0b_lows = _mm256_mullo_epi16(*mask0b, s0b); in highbd_blend_a64_d16_mask_w8_avx2()
1064 const __m256i mul1b_lows = _mm256_mullo_epi16(mask1b, s1b); in highbd_blend_a64_d16_mask_w8_avx2()
1179 const __m256i mul0a_lows = _mm256_mullo_epi16(*mask0a, s0a); in highbd_blend_a64_d16_mask_w16_avx2()
1187 const __m256i mul1a_lows = _mm256_mullo_epi16(mask1a, s1a); in highbd_blend_a64_d16_mask_w16_avx2()
1195 const __m256i mul0b_lows = _mm256_mullo_epi16(*mask0b, s0b); in highbd_blend_a64_d16_mask_w16_avx2()
1200 const __m256i mul1b_lows = _mm256_mullo_epi16(mask1b, s1b); in highbd_blend_a64_d16_mask_w16_avx2()
Dintrapred_avx2.c2073 b = _mm256_mullo_epi16(diff, shift); in highbd_dr_prediction_z2_Nx8_avx2()
2395 b = _mm256_mullo_epi16(diff, shift); in highbd_dr_prediction_z2_HxW_avx2()
2409 mul16 = _mm256_min_epu16(_mm256_mullo_epi16(c256, dy256), in highbd_dr_prediction_z2_HxW_avx2()
2439 b = _mm256_mullo_epi16(diff, shifty); in highbd_dr_prediction_z2_HxW_avx2()
3078 b = _mm256_mullo_epi16(diff, shift); in dr_prediction_z1_4xN_internal_avx2()
3805 b = _mm256_mullo_epi16(diff, shift); in dr_prediction_z2_Nx8_avx2()
3925 b = _mm256_mullo_epi16(diff, shift); in dr_prediction_z2_HxW_avx2()
3940 mul16 = _mm256_min_epu16(_mm256_mullo_epi16(c256, dy256), in dr_prediction_z2_HxW_avx2()
3971 b = _mm256_mullo_epi16(diff, shifty); in dr_prediction_z2_HxW_avx2()
/external/libvpx/libvpx/vpx_dsp/x86/
Dbitdepth_conversion_avx2.h35 const __m256i a_lo = _mm256_mullo_epi16(a, one); in store_tran_low()
/external/clang/test/CodeGen/
Davx2-builtins.c853 return _mm256_mullo_epi16(a, b); in test_mm256_mullo_epi16()
/external/libaom/libaom/aom_dsp/simd/
Dv256_intrinsics_x86.h507 return _mm256_mullo_epi16(a, b); in v256_mullo_s16()
/external/clang/lib/Headers/
Davx2intrin.h463 _mm256_mullo_epi16(__m256i __a, __m256i __b) in _mm256_mullo_epi16() function