Home
last modified time | relevance | path

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

12

/external/aac/libFDK/include/
DFDK_trigFcts.h144 static inline FIXP_DBL fixp_sin_cos_residual_inline(FIXP_DBL x, int scale, FIXP_DBL *sine, FIXP_DBL… in fixp_sin_cos_residual_inline() argument
194 *sine = (FIXP_DBL)((sl * ssign) << (DFRACT_BITS-FRACT_BITS)); in fixp_sin_cos_residual_inline()
197 *sine = (FIXP_DBL)(sl * ssign); in fixp_sin_cos_residual_inline()
215 FIXP_DBL residual, error0, error1, sine, cosine; in inline_fixp_cos_sin() local
216 residual = fixp_sin_cos_residual_inline(x1, scale, &sine, &cosine); in inline_fixp_cos_sin()
217 error0 = fMultDiv2(sine, residual); in inline_fixp_cos_sin()
220 *out++ = sine + (error1<<1); in inline_fixp_cos_sin()
222 residual = fixp_sin_cos_residual_inline(x2, scale, &sine, &cosine); in inline_fixp_cos_sin()
223 error0 = fMultDiv2(sine, residual); in inline_fixp_cos_sin()
226 *out++ = sine + (error1<<1); in inline_fixp_cos_sin()
/external/libopus/celt/
Dmdct.c110 kiss_twiddle_scalar sine; in clt_mdct_forward() local
122 sine = TRIG_UPSCALE*(QCONST16(0.7853981f, 15)+N2)/N; in clt_mdct_forward()
124 sine = (kiss_twiddle_scalar)2*PI*(.125f)/N; in clt_mdct_forward()
179 *yp++ = yr + S_MUL(yi,sine); in clt_mdct_forward()
180 *yp++ = yi - S_MUL(yr,sine); in clt_mdct_forward()
201 *yp1 = yr - S_MUL(yi,sine); in clt_mdct_forward()
202 *yp2 = yi + S_MUL(yr,sine);; in clt_mdct_forward()
216 kiss_twiddle_scalar sine; in clt_mdct_backward() local
226 sine = TRIG_UPSCALE*(QCONST16(0.7853981f, 15)+N2)/N; in clt_mdct_backward()
228 sine = (kiss_twiddle_scalar)2*PI*(.125f)/N; in clt_mdct_backward()
[all …]
/external/chromium_org/third_party/opus/src/celt/
Dmdct.c110 kiss_twiddle_scalar sine; in clt_mdct_forward() local
122 sine = TRIG_UPSCALE*(QCONST16(0.7853981f, 15)+N2)/N; in clt_mdct_forward()
124 sine = (kiss_twiddle_scalar)2*PI*(.125f)/N; in clt_mdct_forward()
179 *yp++ = yr + S_MUL(yi,sine); in clt_mdct_forward()
180 *yp++ = yi - S_MUL(yr,sine); in clt_mdct_forward()
201 *yp1 = yr - S_MUL(yi,sine); in clt_mdct_forward()
202 *yp2 = yi + S_MUL(yr,sine);; in clt_mdct_forward()
216 kiss_twiddle_scalar sine; in clt_mdct_backward() local
226 sine = TRIG_UPSCALE*(QCONST16(0.7853981f, 15)+N2)/N; in clt_mdct_backward()
228 sine = (kiss_twiddle_scalar)2*PI*(.125f)/N; in clt_mdct_backward()
[all …]
/external/aac/libFDK/src/
DFDK_trigFcts.cpp298 FIXP_DBL residual, error, sine, cosine; in fixp_cos() local
300 residual = fixp_sin_cos_residual_inline(x, scale, &sine, &cosine); in fixp_cos()
301 error = fMult(sine, residual); in fixp_cos()
308 FIXP_DBL residual, error, sine, cosine; in fixp_sin() local
310 residual = fixp_sin_cos_residual_inline(x, scale, &sine, &cosine); in fixp_sin()
313 return sine + error; in fixp_sin()
318 FIXP_DBL residual, error0, error1, sine, cosine; in fixp_cos_sin() local
320 residual = fixp_sin_cos_residual_inline(x, scale, &sine, &cosine); in fixp_cos_sin()
321 error0 = fMult(sine, residual); in fixp_cos_sin()
324 *sin = sine + error1; in fixp_cos_sin()
/external/chromium_org/third_party/skia/src/effects/
DSkColorMatrix.cpp41 void SkColorMatrix::setSinCos(Axis axis, SkScalar sine, SkScalar cosine) { in setSinCos() argument
53 fMat[index[1]] = sine; in setSinCos()
54 fMat[index[2]] = -sine; in setSinCos()
/external/skia/src/effects/
DSkColorMatrix.cpp41 void SkColorMatrix::setSinCos(Axis axis, SkScalar sine, SkScalar cosine) { in setSinCos() argument
53 fMat[index[1]] = sine; in setSinCos()
54 fMat[index[2]] = -sine; in setSinCos()
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
Daudio.rst22 generates audio samples using a sine wave with a frequency of 440 Hz. The module
26 for the sine wave and click buttons to start and stop audio playback.
128 audio samples using a sine wave with a frequency of 440 Hz. The module starts
269 sine wave.
275 ``theta_`` (the last angle that was used to compute a sine value in the previous
276 callback; this lets the function generate a smooth sine wave by starting at that
296 // Amount by which to scale up the computed sine value.
314 // Compute the sine value for the current theta_, scale it up,
/external/chromium_org/v8/third_party/fdlibm/
DREADME.v815 For the use in V8, fdlibm has been reduced to include only sine, cosine and
/external/skia/include/effects/
DSkColorMatrix.h45 void setSinCos(Axis, SkScalar sine, SkScalar cosine);
/external/chromium_org/third_party/skia/include/effects/
DSkColorMatrix.h45 void setSinCos(Axis, SkScalar sine, SkScalar cosine);
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DOscillatorNode.idl26 "sine",
/external/eigen/unsupported/Eigen/
DMatrixFunctions41 * - \ref matrixbase_sin "MatrixBase::sin()", for computing the matrix sine
42 * - \ref matrixbase_sinh "MatrixBase::sinh()", for computing the matrix hyperbolic sine
344 Compute the matrix sine.
362 Compute the matrix hyperbolic sine.
/external/chromium_org/media/audio/win/
Daudio_output_win_unittest.cc622 SineWaveAudioSource sine(1, ctx.sine_freq, ctx.sample_rate); in SyncSocketThread() local
631 sine.OnMoreData(audio_bus.get(), buffers_state); in SyncSocketThread()
/external/chromium_org/chrome/common/safe_browsing/
Dclient_model.proto8 // Note: sine the machine learning model is trained on the server-side and then
/external/chromium_org/third_party/icu/source/data/region/
Dln.txt183 PS{"Palɛsine"}
/external/icu/icu4c/source/data/region/
Dln.txt183 PS{"Palɛsine"}
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht4x4_add_neon.asm108 ; Generate sine constants in d1 - d4 for the IADST.
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
Dvp9_iht4x4_add_neon.asm108 ; Generate sine constants in d1 - d4 for the IADST.
/external/eigen/doc/
DTutorialAdvancedInitialization.dox91 with angles in degrees, the corresponding angle in radians, and their sine and cosine.
/external/clang/include/clang/Basic/
DAttrDocs.td227 the appropriate standard function computing the sine of a value with ``float``,
/external/clang/docs/
DAttributeReference.rst600 the appropriate standard function computing the sine of a value with ``float``,
/external/chromium_org/third_party/skia/src/animator/
DSkAnimateSchema.xsd750 <!-- @attribute asin A function that returns the arc sine of its argument. -->
777 <!-- @attribute sin A function that returns the sine of its argument. -->
/external/skia/src/animator/
DSkAnimateSchema.xsd750 <!-- @attribute asin A function that returns the arc sine of its argument. -->
777 <!-- @attribute sin A function that returns the sine of its argument. -->
/external/llvm/docs/
DWritingAnLLVMBackend.rst1369 floating-point sine and cosine trig operations are supported by expansion to
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/
Dit-IT_lexpos.utf977 ADV "sine" "s'i:ne"

12