Home
last modified time | relevance | path

Searched refs:_mm256_sign_epi32 (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Dhighbd_adaptive_quantize_avx2.c96 return _mm256_sign_epi32(abs_coeff, qcoeff); in highbd_calculate_dqcoeff_log_scale_avx2()
173 qcoeff0 = _mm256_sign_epi32(qcoeff0, coeff0); in aom_highbd_quantize_b_adaptive_avx2()
174 qcoeff1 = _mm256_sign_epi32(qcoeff1, coeff1); in aom_highbd_quantize_b_adaptive_avx2()
207 qcoeff0 = _mm256_sign_epi32(qcoeff0, coeff0); in aom_highbd_quantize_b_adaptive_avx2()
208 qcoeff1 = _mm256_sign_epi32(qcoeff1, coeff1); in aom_highbd_quantize_b_adaptive_avx2()
355 qcoeff0 = _mm256_sign_epi32(qcoeff0, coeff0); in aom_highbd_quantize_b_32x32_adaptive_avx2()
356 qcoeff1 = _mm256_sign_epi32(qcoeff1, coeff1); in aom_highbd_quantize_b_32x32_adaptive_avx2()
391 qcoeff0 = _mm256_sign_epi32(qcoeff0, coeff0); in aom_highbd_quantize_b_32x32_adaptive_avx2()
392 qcoeff1 = _mm256_sign_epi32(qcoeff1, coeff1); in aom_highbd_quantize_b_32x32_adaptive_avx2()
Dhighbd_quantize_intrin_avx2.c84 q = _mm256_sign_epi32(q, *c); in quantize()
85 dq = _mm256_sign_epi32(dq, *c); in quantize()
/external/libaom/libaom/av1/encoder/x86/
Dav1_highbd_quantize_avx2.c69 q = _mm256_sign_epi32(q, *c); in quantize()
70 dq = _mm256_sign_epi32(dq, *c); in quantize()
/external/gemmlowp/fixedpoint/
Dfixedpoint_avx.h124 return _mm256_sign_epi32(a, _mm256_set1_epi32(-1));
/external/clang/test/CodeGen/
Davx2-builtins.c967 return _mm256_sign_epi32(a, b); in test_mm256_sign_epi32()
/external/llvm-project/clang/test/CodeGen/X86/
Davx2-builtins.c965 return _mm256_sign_epi32(a, b); in test_mm256_sign_epi32()
/external/llvm-project/clang/lib/Headers/
Davx2intrin.h491 _mm256_sign_epi32(__m256i __a, __m256i __b) in _mm256_sign_epi32() function
/external/clang/lib/Headers/
Davx2intrin.h551 _mm256_sign_epi32(__m256i __a, __m256i __b) in _mm256_sign_epi32() function