Home
last modified time | relevance | path

Searched refs:_mm_set1_ps (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
Daec_core_sse2.c78 const __m128 k1e_10f = _mm_set1_ps(1e-10f); in ScaleErrorSignalSSE2()
79 const __m128 kMu = aec->extended_filter_enabled ? _mm_set1_ps(kExtendedMu) in ScaleErrorSignalSSE2()
80 : _mm_set1_ps(aec->normal_mu); in ScaleErrorSignalSSE2()
82 ? _mm_set1_ps(kExtendedErrorThreshold) in ScaleErrorSignalSSE2()
83 : _mm_set1_ps(aec->normal_error_threshold); in ScaleErrorSignalSSE2()
362 const __m128 vec_hNlFb = _mm_set1_ps(hNlFb); in OverdriveAndSuppressSSE2()
363 const __m128 vec_one = _mm_set1_ps(1.0f); in OverdriveAndSuppressSSE2()
364 const __m128 vec_minus_one = _mm_set1_ps(-1.0f); in OverdriveAndSuppressSSE2()
365 const __m128 vec_overDriveSm = _mm_set1_ps(aec->overDriveSm); in OverdriveAndSuppressSSE2()
443 __m128 vec_wfEn = _mm_set1_ps(0.0f); in PartitionDelay()
[all …]
/external/webrtc/src/modules/audio_processing/aec/
Daec_core_sse2.c77 const __m128 k1e_10f = _mm_set1_ps(1e-10f); in ScaleErrorSignalSSE2()
78 const __m128 kThresh = _mm_set1_ps(aec->errThresh); in ScaleErrorSignalSSE2()
79 const __m128 kMu = _mm_set1_ps(aec->mu); in ScaleErrorSignalSSE2()
348 const __m128 vec_hNlFb = _mm_set1_ps(hNlFb); in OverdriveAndSuppressSSE2()
349 const __m128 vec_one = _mm_set1_ps(1.0f); in OverdriveAndSuppressSSE2()
350 const __m128 vec_minus_one = _mm_set1_ps(-1.0f); in OverdriveAndSuppressSSE2()
351 const __m128 vec_overDriveSm = _mm_set1_ps(aec->overDriveSm); in OverdriveAndSuppressSSE2()
/external/speex/libspeex/
D_kiss_fft_guts.h137 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) )
138 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) )
139 # define HALF_OF(x) ((x)*_mm_set1_ps(.5))
Dkiss_fftr.c113 freqdata[ncfft].i = freqdata[0].i = _mm_set1_ps(0); in kiss_fftr()
165 st->tmpbuf[ncfft - k].i *= _mm_set1_ps(-1.0); in kiss_fftri()
291 st->tmpbuf[ncfft - k].i *= _mm_set1_ps(-1.0); in kiss_fftri2()
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dmct.c157 vrv = _mm_set1_ps(1.402f); in opj_mct_decode_real()
158 vgu = _mm_set1_ps(0.34413f); in opj_mct_decode_real()
159 vgv = _mm_set1_ps(0.71414f); in opj_mct_decode_real()
160 vbu = _mm_set1_ps(1.772f); in opj_mct_decode_real()
Ddwt.c812 opj_v4dwt_decode_step1_sse(dwt->wavelet+a, dwt->sn, _mm_set1_ps(opj_K)); in opj_v4dwt_decode()
813 opj_v4dwt_decode_step1_sse(dwt->wavelet+b, dwt->dn, _mm_set1_ps(opj_c13318)); in opj_v4dwt_decode()
814 …wavelet+b, dwt->wavelet+a+1, dwt->sn, opj_int_min(dwt->sn, dwt->dn-a), _mm_set1_ps(opj_dwt_delta)); in opj_v4dwt_decode()
815 …wavelet+a, dwt->wavelet+b+1, dwt->dn, opj_int_min(dwt->dn, dwt->sn-b), _mm_set1_ps(opj_dwt_gamma)); in opj_v4dwt_decode()
816 …>wavelet+b, dwt->wavelet+a+1, dwt->sn, opj_int_min(dwt->sn, dwt->dn-a), _mm_set1_ps(opj_dwt_beta)); in opj_v4dwt_decode()
817 …wavelet+a, dwt->wavelet+b+1, dwt->dn, opj_int_min(dwt->dn, dwt->sn-b), _mm_set1_ps(opj_dwt_alpha)); in opj_v4dwt_decode()
/external/chromium_org/third_party/opus/src/celt/
D_kiss_fft_guts.h162 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) )
163 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) )
164 # define HALF_OF(x) ((x)*_mm_set1_ps(.5f))
/external/libopus/celt/
D_kiss_fft_guts.h162 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) )
163 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) )
164 # define HALF_OF(x) ((x)*_mm_set1_ps(.5f))
/external/skia/src/opts/
DSkBitmapFilter_opts_SSE2.cpp86 __m128 weightVector = _mm_set1_ps(combined_weight); in highQualityFilter_SSE2()
94 accum = _mm_add_ps(accum, _mm_set1_ps(0.5f)); in highQualityFilter_SSE2()
152 __m128 weightVector = _mm_set1_ps(combined_weight); in highQualityFilter_ScaleOnly_SSE2()
159 __m128 totalWeightVector = _mm_set1_ps(weight); in highQualityFilter_ScaleOnly_SSE2()
161 accum = _mm_add_ps(accum, _mm_set1_ps(0.5f)); in highQualityFilter_ScaleOnly_SSE2()
/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
DomxSP_FFTFwd_RToCCS_F32_Sfs.c133 __m128 factor = _mm_set1_ps(0.5f); in RevbinPermuteFwdSse()
/external/chromium_org/third_party/skia/src/opts/
DSkBitmapFilter_opts_SSE2.cpp87 __m128 weightVector = _mm_set1_ps(combined_weight); in highQualityFilter_SSE2()
94 accum = _mm_add_ps(accum, _mm_set1_ps(0.5f)); in highQualityFilter_SSE2()
/external/chromium_org/third_party/WebKit/Source/platform/audio/
DDirectConvolver.cpp116 kernelReversed[i] = _mm_set1_ps(kernelP[kernelSize - i - 1]); in process()
DVectorMath.cpp605 __m128 mMask = _mm_set1_ps(*reinterpret_cast<float*>(&mask));
/external/eigen/Eigen/src/Core/arch/SSE/
DPacketMath.h113 template<> EIGEN_STRONG_INLINE Packet4f pset1<Packet4f>(const float& from) { return _mm_set1_ps(fr…
231 __m128 res = _mm_loadl_pi(_mm_set1_ps(0.0f), (const __m64*)(from));
DComplex.h92 res.v = _mm_loadl_pi(_mm_set1_ps(0.0f), reinterpret_cast<const __m64*>(&from));
/external/clang/lib/Headers/
Dxmmintrin.h587 _mm_set1_ps(float __w) in _mm_set1_ps() function
596 return _mm_set1_ps(__w); in _mm_set_ps1()
Davx2intrin.h1155 (__v4sf)_mm_set1_ps((float)(int)-1), (s)); })
1169 (__v4sf)_mm_set1_ps((float)(int)-1), (s)); })
1176 (__v4sf)_mm_set1_ps((float)(int)-1), (s)); })