Home
last modified time | relevance | path

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

12

/external/libaom/libaom/aom_dsp/x86/
Dfft_sse2.c109 _mm_set1_ps, _mm_add_ps, _mm_sub_ps);
111 _mm_set1_ps, _mm_add_ps, _mm_sub_ps, _mm_mul_ps);
113 _mm_set1_ps, _mm_add_ps, _mm_sub_ps, _mm_mul_ps);
115 _mm_set1_ps, _mm_add_ps, _mm_sub_ps, _mm_mul_ps);
139 _mm_set1_ps, _mm_add_ps, _mm_sub_ps);
141 _mm_set1_ps, _mm_add_ps, _mm_sub_ps, _mm_mul_ps);
143 _mm_set1_ps, _mm_add_ps, _mm_sub_ps, _mm_mul_ps);
145 _mm_set1_ps, _mm_add_ps, _mm_sub_ps, _mm_mul_ps);
/external/adhd/cras/src/dsp/
Ddrc_kernel.c723 const __m128 A7 = _mm_set1_ps(-4.3330336920917034149169921875e-3f); in dk_compress_output()
724 const __m128 A5 = _mm_set1_ps(7.9434238374233245849609375e-2f); in dk_compress_output()
725 const __m128 A3 = _mm_set1_ps(-0.645892798900604248046875f); in dk_compress_output()
726 const __m128 A1 = _mm_set1_ps(1.5707910060882568359375f); in dk_compress_output()
789 [base]"x"(_mm_set1_ps(scaled_desired_gain)), in dk_compress_output()
790 [r4]"x"(_mm_set1_ps(r*r*r*r)), in dk_compress_output()
791 [g]"x"(_mm_set1_ps(master_linear_gain)) in dk_compress_output()
798 __m128 A7 = _mm_set1_ps(-4.3330336920917034149169921875e-3f); in dk_compress_output()
799 __m128 A5 = _mm_set1_ps(7.9434238374233245849609375e-2f); in dk_compress_output()
800 __m128 A3 = _mm_set1_ps(-0.645892798900604248046875f); in dk_compress_output()
[all …]
Ddsp_util.c304 [scale_2_n31]"x"(_mm_set1_ps(1.0f/(1<<15)/(1<<16))), in deinterleave_stereo()
305 [scale_2_n15]"x"(_mm_set1_ps(1.0f/(1<<15))) in deinterleave_stereo()
359 [clamp_large]"x"(_mm_set1_ps(32767.0f)) in interleave_stereo()
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_sse2.c87 const __m128 k1e_10f = _mm_set1_ps(1e-10f); in ScaleErrorSignalSSE2()
88 const __m128 kMu = extended_filter_enabled ? _mm_set1_ps(kExtendedMu) in ScaleErrorSignalSSE2()
89 : _mm_set1_ps(normal_mu); in ScaleErrorSignalSSE2()
91 ? _mm_set1_ps(kExtendedErrorThreshold) in ScaleErrorSignalSSE2()
92 : _mm_set1_ps(normal_error_threshold); in ScaleErrorSignalSSE2()
374 const __m128 vec_hNlFb = _mm_set1_ps(hNlFb); in OverdriveAndSuppressSSE2()
375 const __m128 vec_one = _mm_set1_ps(1.0f); in OverdriveAndSuppressSSE2()
376 const __m128 vec_minus_one = _mm_set1_ps(-1.0f); in OverdriveAndSuppressSSE2()
377 const __m128 vec_overDriveSm = _mm_set1_ps(aec->overDriveSm); in OverdriveAndSuppressSSE2()
456 __m128 vec_wfEn = _mm_set1_ps(0.0f); in PartitionDelaySSE2()
[all …]
/external/pdfium/third_party/libopenjpeg20/
D0012-mct_sse.patch59 vrv = _mm_set1_ps(1.402f);
60 vgu = _mm_set1_ps(0.34413f);
Dmct.c397 vrv = _mm_set1_ps(1.402f); in opj_mct_decode_real()
398 vgu = _mm_set1_ps(0.34413f); in opj_mct_decode_real()
399 vgv = _mm_set1_ps(0.71414f); in opj_mct_decode_real()
400 vbu = _mm_set1_ps(1.772f); in opj_mct_decode_real()
Ddwt.c2473 _mm_set1_ps(opj_K)); in opj_v4dwt_decode()
2475 _mm_set1_ps(opj_c13318)); in opj_v4dwt_decode()
2479 _mm_set1_ps(opj_dwt_delta)); in opj_v4dwt_decode()
2483 _mm_set1_ps(opj_dwt_gamma)); in opj_v4dwt_decode()
2487 _mm_set1_ps(opj_dwt_beta)); in opj_v4dwt_decode()
2491 _mm_set1_ps(opj_dwt_alpha)); in opj_v4dwt_decode()
/external/speex/libspeexdsp/
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/libopus/celt/
D_kiss_fft_guts.h161 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) )
162 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) )
163 # define HALF_OF(x) ((x)*_mm_set1_ps(.5f))
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_types.h704 static const __m128 factor = _mm_set1_ps(exp2(127.0f * expden / expnum - 127.0f)
715 ret = _mm_mul_ps(ret, _mm_set1_ps(1.0f * expnum / expden));
736 __m128 xavg = _mm_mul_ps(_mm_set1_ps(1.0f / (3.0f * 0.629960524947437f) * 0.999852f),
757 __m128i CmpToSRGBThresholdMask = TO_M128i(_mm_cmpnlt_ps(_mm_set1_ps(0.0031308f), Src));
768 Result = _mm_mul_ps(Src, _mm_set1_ps(12.92f));
782 f = _mm_mul_ps(f, _mm_set1_ps(1.055f));
783 Result = _mm_sub_ps(f, _mm_set1_ps(0.055f));
788 __m128 Src_0RGB_mul_denorm = _mm_mul_ps(Src, _mm_set1_ps(12.92f));
799 f = _mm_mul_ps(f, _mm_set1_ps(1.055f));
800 f = _mm_sub_ps(f, _mm_set1_ps(0.055f));
Drasterizer.cpp97 __m128 vLineWidth = _mm_set1_ps(pDC->pState->state.rastState.lineWidth); in RasterizeLine()
359 _mm_store_ps(pBuf, _mm_set1_ps(z)); in RasterizeTriPoint()
360 _mm_store_ps(pBuf += 4, _mm_set1_ps(1.0f)); in RasterizeTriPoint()
Drasterizer.h43 __m128 vFixed = _mm_mul_ps(vIn, _mm_set1_ps(FIXED_POINT_SCALE)); in fpToFixedPoint()
Drasterizer_impl.h876 vX = _mm_mul_ps(_mm_cvtepi32_ps(vXi), _mm_set1_ps(1.0f / FIXED_POINT_SCALE));
877 vY = _mm_mul_ps(_mm_cvtepi32_ps(vYi), _mm_set1_ps(1.0f / FIXED_POINT_SCALE));
894 vA = _mm_mul_ps(vA, _mm_set1_ps(-1));
895 vB = _mm_mul_ps(vB, _mm_set1_ps(-1));
Dfrontend.h232 vC = _mm_mul_ps(vC, _mm_set1_ps(-1.0f)); in triangleSetupC()
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.h229 return _mm_set1_ps(pfirst<Packet4f>(a));
235 return _mm_set1_ps(_mm_cvtss_f32(_mm_shuffle_ps(a, a, 1)));
241 return _mm_set1_ps(_mm_cvtss_f32(_mm_shuffle_ps(a, a, 2)));
247 return _mm_set1_ps(_mm_cvtss_f32(_mm_shuffle_ps(a, a, 3)));
/external/skia/include/private/
DSkNx_sse.h34 return _mm_sub_ps(roundtrip, _mm_and_ps(too_big, _mm_set1_ps(1.0f))); in emulate_mm_floor_ps()
43 AI SkNx(float val) : fVec(_mm_set1_ps(val)) {} in SkNx()
76 AI SkNx operator - () const { return _mm_xor_ps(_mm_set1_ps(-0.0f), fVec); }
93 AI SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); } in abs()
133 AI SkNx(float val) : fVec( _mm_set1_ps(val) ) {} in SkNx()
169 AI SkNx operator - () const { return _mm_xor_ps(_mm_set1_ps(-0.0f), fVec); }
186 AI SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); } in abs()
/external/skqp/include/private/
DSkNx_sse.h34 return _mm_sub_ps(roundtrip, _mm_and_ps(too_big, _mm_set1_ps(1.0f))); in emulate_mm_floor_ps()
43 AI SkNx(float val) : fVec(_mm_set1_ps(val)) {} in SkNx()
76 AI SkNx operator - () const { return _mm_xor_ps(_mm_set1_ps(-0.0f), fVec); }
93 AI SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); } in abs()
133 AI SkNx(float val) : fVec( _mm_set1_ps(val) ) {} in SkNx()
169 AI SkNx operator - () const { return _mm_xor_ps(_mm_set1_ps(-0.0f), fVec); }
186 AI SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); } in abs()
/external/swiftshader/src/Device/
DSurface.cpp4259 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 2.0f)); in resolve()
4282 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 4.0f)); in resolve()
4315 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 8.0f)); in resolve()
4368 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 16.0f)); in resolve()
4556 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 2.0f)); in resolve()
4579 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 4.0f)); in resolve()
4612 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 8.0f)); in resolve()
4665 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 16.0f)); in resolve()
4853 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 2.0f)); in resolve()
4876 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 4.0f)); in resolve()
[all …]
/external/swiftshader/src/Renderer/
DSurface.cpp4931 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 2.0f)); in resolve()
4954 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 4.0f)); in resolve()
4987 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 8.0f)); in resolve()
5040 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 16.0f)); in resolve()
5228 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 2.0f)); in resolve()
5251 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 4.0f)); in resolve()
5284 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 8.0f)); in resolve()
5337 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 16.0f)); in resolve()
5527 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 2.0f)); in resolve()
5550 c0 = _mm_mul_ps(c0, _mm_set1_ps(1.0f / 4.0f)); in resolve()
[all …]
/external/clang/lib/Headers/
Dxmmintrin.h1768 _mm_set1_ps(float __w) in _mm_set1_ps() function
1789 return _mm_set1_ps(__w); in _mm_set_ps1()
/external/clang/test/CodeGen/
Dsse-builtins.c624 return _mm_set1_ps(A); in test_mm_set1_ps()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c1021 __m128 pix_offset = _mm_set1_ps(setup->pixel_offset); in calc_fixed_position()
1022 __m128 fixed_one = _mm_set1_ps((float)FIXED_ONE); in calc_fixed_position()
/external/eigen/Eigen/src/Core/arch/SSE/
DComplex.h98 res.v = _mm_loadl_pi(_mm_set1_ps(0.0f), reinterpret_cast<const __m64*>(&from));
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DConvert.h340 __m128 src128 = _mm_set1_ps(src); in ConvertPixelFromFloat()

12