Searched refs:amplitude (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGComponentTransferFunctionElement.idl41 readonly attribute SVGAnimatedNumber amplitude;
H A DSVGComponentTransferFunctionElement.h42 SVGAnimatedNumber* amplitude() { return m_amplitude.get(); } function in class:blink::SVGComponentTransferFunctionElement
H A DSVGComponentTransferFunctionElement.cpp102 func.amplitude = m_amplitude->currentValue()->value();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEComponentTransfer.h46 , amplitude(0)
56 float amplitude; member in struct:blink::ComponentTransferFunction
H A DFEComponentTransfer.cpp147 double val = 255.0 * (transferFunction.amplitude * pow((i / 255.0), exponent) + transferFunction.offset);
260 << "\" amplitude=\"" << function.amplitude
/external/libvorbis/doc/
H A D06-floor0.tex51 decoding the curve amplitude and \varname{[floor0_order]} LSP
58 1) [amplitude] = read an unsigned integer of [floor0_amplitude_bits] bits
59 2) if ( [amplitude] is greater than zero ) \{
78 \item An \varname{[amplitude]} value of zero must result in a return code that indicates this channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Several later stages of decode don't occur for an unused channel.
82 \varname{[amplitude]} value had read zero at the beginning of decode.
106 Given an \varname{[amplitude]} integer and \varname{[coefficients]}
113 If the value \varname{[amplitude]} is zero, the return value is a
148 (dB) amplitude scale, mapping it to linear amplitude in the last step:
175 \exp \left( .11512925 \left(\frac{\mathtt{amplitude} \cdo
[all...]
H A D07-floor1.tex11 amplitude axis. The integer plotting algorithm used is similar to
38 amplitude value at x_new so that later refinement is additionally
179 floor that has all points set to minimum representation amplitude,
240 derives final Y amplitude values from the encoded, wrapped difference
253 \item[step 1: amplitude value synthesis]
H A D01-introduction.tex209 representation on a dB amplitude scale and Bark frequency scale.
211 representation on a dB amplitude scale and linear frequency scale.
/external/libvorbis/vq/
H A Dmetrics.c26 mean and mean squared amplitude
138 fprintf(stderr,"\tmean sample amplitude: %g\n",
140 fprintf(stderr,"\tmean squared sample amplitude: %g\n\n",
212 float amplitude=0.f; local
217 amplitude=a[j*step]-(b->c->q_sequencep?last:0);
218 meanamplitude_acc+=fabs(amplitude);
219 meanamplitudesq_acc+=amplitude*amplitude;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_estimator_tests.cc49 ValueGenerator(int32_t amplitude) : amplitude_(amplitude), counter_(0) {} argument
/external/kernel-headers/original/uapi/sound/
H A Dsfnt_info.h135 unsigned char amplitude; /* sample volume (127 max) */ member in struct:soundfont_voice_info
/external/chromium_org/third_party/skia/samplecode/
H A DSampleCode.h38 // gives a sinusoidal value between 0 and amplitude
39 static SkScalar GetAnimSinScalar(SkScalar amplitude,
H A DSampleApp.cpp608 SkScalar SampleCode::GetAnimSinScalar(SkScalar amplitude, argument
616 amplitude = SK_ScalarHalf * amplitude;
617 return SkScalarMul(amplitude, SkDoubleToScalar(sin(t))) + amplitude;
/external/skia/samplecode/
H A DSampleCode.h38 // gives a sinusoidal value between 0 and amplitude
39 static SkScalar GetAnimSinScalar(SkScalar amplitude,
H A DSampleApp.cpp610 SkScalar SampleCode::GetAnimSinScalar(SkScalar amplitude, argument
618 amplitude = SK_ScalarHalf * amplitude;
619 return SkScalarMul(amplitude, SkDoubleToScalar(sin(t))) + amplitude;
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DScrollElasticityController.mm70 float amplitude = rubberbandAmplitude;
74 return (initialPosition + (-initialVelocity * elapsedTime * amplitude)) * criticalDampeningFactor;

Completed in 270 milliseconds