Home
last modified time | relevance | path

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

12345

/external/aac/libFDK/include/
DFDK_trigFcts.h156 FIXP_DBL *sine, in fixp_sin_cos_residual_inline() argument
206 *sine = (FIXP_DBL)((sl * ssign) << (DFRACT_BITS - FRACT_BITS)); in fixp_sin_cos_residual_inline()
211 *sine = (FIXP_DBL)(sl * ssign) >> 1; in fixp_sin_cos_residual_inline()
230 FIXP_DBL residual, error0, error1, sine, cosine; in inline_fixp_cos_sin() local
231 residual = fixp_sin_cos_residual_inline(x1, scale, &sine, &cosine); in inline_fixp_cos_sin()
232 error0 = fMultDiv2(sine, residual); in inline_fixp_cos_sin()
237 *out++ = sine + (error1 << 1); in inline_fixp_cos_sin()
241 *out++ = SATURATE_LEFT_SHIFT(sine + (error1 << 1), 1, DFRACT_BITS); in inline_fixp_cos_sin()
244 residual = fixp_sin_cos_residual_inline(x2, scale, &sine, &cosine); in inline_fixp_cos_sin()
245 error0 = fMultDiv2(sine, residual); in inline_fixp_cos_sin()
[all …]
/external/aac/libFDK/src/
DFDK_trigFcts.cpp300 FIXP_DBL residual, error, sine, cosine; in fixp_cos() local
302 residual = fixp_sin_cos_residual_inline(x, scale, &sine, &cosine); in fixp_cos()
303 error = fMult(sine, residual); in fixp_cos()
314 FIXP_DBL residual, error, sine, cosine; in fixp_sin() local
316 residual = fixp_sin_cos_residual_inline(x, scale, &sine, &cosine); in fixp_sin()
320 return sine + error; in fixp_sin()
322 return SATURATE_LEFT_SHIFT(sine + error, 1, DFRACT_BITS); in fixp_sin()
327 FIXP_DBL residual, error0, error1, sine, cosine; in fixp_cos_sin() local
329 residual = fixp_sin_cos_residual_inline(x, scale, &sine, &cosine); in fixp_cos_sin()
330 error0 = fMult(sine, residual); in fixp_cos_sin()
[all …]
/external/libxaac/decoder/armv7/
Dixheaacd_eld_decoder_sbr_pre_twiddle.s16 … r6, [r2], #4 @Load and increment pointer *pTwiddles++ Lower - cosine , higher - sine
22 SMULWT r10, r5, r6 @mult32x16in32( Xim , sine)
24 …8, r10, LSL #1 @mac32x16in32_shl( mult32x16in32_shl(Xre, cosine) , mult32x16in32_shl( Xim , sine))@
27 SMULWT r7, r4, r6 @mult32x16in32(Xre, sine)
37 … r14, r9, r7, LSL #1 @sub32(mult32x16in32_shl(Xim, cosine) , mult32x16in32_shl(Xre, sine))
/external/flac/test/
Dtest_streams.sh158 test_file sine${bps}-$b 1 $bps "-0 -l $max_lpc_order --lax -m -e --sample-rate=48000"
161 test_file sine${bps}-$b 1 $bps "-0 -l $max_lpc_order --lax -m -e --sample-rate=96000"
164 test_file sine${bps}-$b 1 $bps "-0 -l $max_lpc_order --lax -m -e"
167 test_file sine${bps}-$b 2 $bps "-0 -l $max_lpc_order --lax -m -e --sample-rate=48000"
170 test_file sine${bps}-$b 2 $bps "-0 -l $max_lpc_order --lax -m -e --sample-rate=96000"
173 test_file sine${bps}-$b 2 $bps "-0 -l $max_lpc_order --lax -m -e"
Dtest_compression.sh30 last_size=$(wc -c < noisy-sine.wav)
35 flac${EXE} -${k} --silent noisy-sine.wav -o ${fname}
/external/python/cpython2/Demo/scripts/
Dmorse.py122 sine(dev, DOT, wave)
124 sine(dev, DAH, wave)
129 def sine(dev, length, wave): function
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Sin.pbtxt3 summary: "Computes sine of x element-wise."
5 Given an input tensor, this function computes sine of every
Dapi_def_Asinh.pbtxt3 summary: "Computes inverse hyperbolic sine of x element-wise."
5 Given an input tensor, this function computes inverse hyperbolic sine
Dapi_def_Sinh.pbtxt3 summary: "Computes hyperbolic sine of x element-wise."
5 Given an input tensor, this function computes hyperbolic sine of every
Dapi_def_Asin.pbtxt3 summary: "Computes the trignometric inverse sine of x element-wise."
9 of sine, i.e [-pi/2, pi/2].
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
DHarmonicCoefficientsGuesser.java269 double sine = FastMath.sin(omegaX); in guessPhi() local
270 fcMean += omega * currentY * cosine - currentYPrime * sine; in guessPhi()
271 fsMean += omega * currentY * sine + currentYPrime * cosine; in guessPhi()
/external/python/cpython2/Mac/Demo/sound/
Dmorse.py166 sine(dev, DOT)
168 sine(dev, DAH)
173 def sine(dev, length): function
/external/tinyalsa_new/tests/src/
Dpcm_loopback_test.cc103 double sine = std::sin(radian) * gain; in GetSample() local
104 if (sine >= 1.0) { in GetSample()
106 } else if (sine <= -1.0) { in GetSample()
109 return static_cast<Type>(sine * PcmFormat<F>::kMax); in GetSample()
/external/skqp/src/effects/
DSkColorMatrix.cpp103 void SkColorMatrix::setSinCos(Axis axis, SkScalar sine, SkScalar cosine) { in setSinCos() argument
115 fMat[index[1]] = sine; in setSinCos()
116 fMat[index[2]] = -sine; in setSinCos()
/external/deqp-deps/glslang/Test/baseResults/
Dswitch.frag.out50 0:28 sine ( global highp float)
75 0:38 sine ( global highp float)
104 0:49 sine ( global highp float)
170 0:73 sine ( global highp float)
223 0:93 sine ( global highp float)
386 0:28 sine ( global highp float)
411 0:38 sine ( global highp float)
440 0:49 sine ( global highp float)
506 0:73 sine ( global highp float)
559 0:93 sine ( global highp float)
D130.vert.out30 0:20 sine ( global float)
96 0:40 hyp. sine ( global float)
104 0:42 arc hyp. sine ( global 4-component vector of float)
180 0:20 sine ( global float)
246 0:40 hyp. sine ( global float)
254 0:42 arc hyp. sine ( global 4-component vector of float)
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dswitch.frag.out50 0:28 sine ( global highp float)
75 0:38 sine ( global highp float)
104 0:49 sine ( global highp float)
170 0:73 sine ( global highp float)
223 0:93 sine ( global highp float)
386 0:28 sine ( global highp float)
411 0:38 sine ( global highp float)
440 0:49 sine ( global highp float)
506 0:73 sine ( global highp float)
559 0:93 sine ( global highp float)
D130.vert.out30 0:20 sine ( global float)
96 0:40 hyp. sine ( global float)
104 0:42 arc hyp. sine ( global 4-component vector of float)
180 0:20 sine ( global float)
246 0:40 hyp. sine ( global float)
254 0:42 arc hyp. sine ( global 4-component vector of float)
/external/oboe/samples/hello-oboe/
DREADME.md3 Creates an output (playback) stream and plays a sine wave when you tap the screen.
11 **Channel count:** Choose the number of audio channels to output. A different pitched sine wave wil…
/external/sonic/samples/
DREADME32 This is just two sine periods, which is too short to hear. However, it's
34 result in one sine period with no distortion.
/external/oboe/apps/OboeTester/docs/
DUsage.md71 It plays a sine wave and then tries to record and lock onto that sine wave.
72 If the actual input does not match the expected sine wave value then it is counted as a glitch.
99 1. Wait a few minutes, quietly, for the test to complete. You will hear some sine tones.
/external/skqp/gm/
Daaa.cpp104 SkScalar sine = SkScalarSinCos(a, &cosine); in DEF_SIMPLE_GM() local
105 path.lineTo(C + R * cosine, C + R * sine); in DEF_SIMPLE_GM()
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/train/
DREADME.md3 This example shows how to train a 2.5 kB model to generate a `sine` wave.
56 The final model used to simulate a sine wave is displayed below. It is a
/external/bc/tests/bc/
Dall.txt32 sine
/external/toybox/tests/
Dbc.test32 run_bc_test sine

12345