Searched refs:curve (Results 51 - 75 of 88) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DScrollAnimatorNoneTest.cpp325 double ScrollAnimatorNoneTest::attackArea(ScrollAnimatorNone::Curve curve, double startT, double endT) argument
327 return ScrollAnimatorNone::PerAxisData::attackArea(curve, startT, endT);
330 double ScrollAnimatorNoneTest::releaseArea(ScrollAnimatorNone::Curve curve, double startT, double endT) argument
332 return ScrollAnimatorNone::PerAxisData::releaseArea(curve, startT, endT);
335 double ScrollAnimatorNoneTest::attackCurve(ScrollAnimatorNone::Curve curve, double deltaT, double curveT, double startPosition, double attackPosition) argument
337 return ScrollAnimatorNone::PerAxisData::attackCurve(curve, deltaT, curveT, startPosition, attackPosition);
340 double ScrollAnimatorNoneTest::releaseCurve(ScrollAnimatorNone::Curve curve, double deltaT, double curveT, double releasePosition, double desiredPosition) argument
342 return ScrollAnimatorNone::PerAxisData::releaseCurve(curve, deltaT, curveT, releasePosition, desiredPosition);
345 double ScrollAnimatorNoneTest::coastCurve(ScrollAnimatorNone::Curve curve, double factor) argument
347 return ScrollAnimatorNone::PerAxisData::coastCurve(curve, facto
350 curveTestInner(ScrollAnimatorNone::Curve curve, double step, double time) argument
400 curveTest(ScrollAnimatorNone::Curve curve) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioParam.h93 void setValueCurveAtTime(Float32Array* curve, double time, double duration) { m_timeline.setValueCurveAtTime(curve, time, duration); } argument
/external/libvorbis/lib/
H A Dlsp.c44 /* three possible LSP to f curve functions; the exact computation
65 void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m, argument
109 curve[i++]*=q;
140 void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m, argument
236 curve[i]*=amp;
237 while(map[++i]==k)curve[i]*=amp;
248 void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m, argument
278 curve[i]*=q;
279 while(map[++i]==k)curve[i]*=q;
/external/chromium_org/webkit/renderer/compositor_bindings/
H A Dweb_compositor_support_impl.h37 const WebKit::WebAnimationCurve& curve,
/external/tremolo/Tremolo/
H A Dfloor0.c145 void vorbis_lsp_to_curve(ogg_int32_t *curve,int n,int ln, argument
189 memset(curve,0,sizeof(*curve)*n);
315 curve[i]= MULT31_SHIFT15(curve[i],amp);
329 curve[i]= MULT31_SHIFT15(curve[i],amp);
439 /* take the coefficients back to a spectral envelope curve */
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ecc.c134 ECName curve; member in struct:Bits2CurveStr
176 ssl3_ECName2Params(PLArenaPool * arena, ECName curve, SECKEYECParams * params) argument
180 if ((curve <= ec_noName) || (curve >= ec_pastLastName) ||
181 ((oidData = SECOID_FindOIDByTag(ecName2OIDTag[curve])) == NULL)) {
189 * representing the named curve. The actual OID is in
208 * representing a named curve. Here, we strip away everything
209 * before the actual OID and use the OID to look up a named curve.
437 for ( i = 0; bits2curve[i].curve != ec_noName; i++) {
440 if (SSL_IS_CURVE_NEGOTIATED(curvemsk, bits2curve[i].curve)) {
769 ECName curve; local
[all...]
/external/libvorbis/doc/
H A D07-floor1.tex9 encode a spectral envelope curve. The representation plots this curve
20 Floor type one represents a spectral curve as a series of
21 line segments. Synthesis constructs a floor curve using iterative
177 indicating this floor curve (and thus this channel) is unused this
226 An end-of-packet condition during curve decode should be considered a
237 \paragraph{curve computation} \label{vorbis:spec:floor1-synth}
241 values taken from the bitstream. The second step plots the curve
336 \item[step 2: curve synthesis]
340 calling to floor decode). Floor 1 curve synthesi
[all...]
H A D06-floor0.tex10 smooth spectral envelope curve as the frequency response of the LSP
50 Extracting a floor0 curve from an audio packet consists of first
51 decoding the curve amplitude and \varname{[floor0_order]} LSP
53 curve, which is defined as the frequency response of the decoded LSP
91 required for curve computation. For example, if the VQ codebook used
104 \subsubsection{curve computation} \label{vorbis:spec:floor0-synth}
145 The above is used to synthesize the LSP curve on a Bark-scale frequency
147 Similarly, the below calculation synthesizes the output LSP curve \varname{[output]} on a log
H A D01-introduction.tex210 Floor 1 represents the curve as a piecewise linear interpolated
232 once the floor curve has been subtracted out. In simplest terms, it
300 \item generate floor curve from decoded floor data
432 \paragraph{generate floor curve}
434 The decoder may choose to generate the floor curve at any appropriate
435 time. It is reasonable to generate the output curve when the floor
450 multiplies the floor curve and residue vectors element by element,
H A D09-helper.tex129 curve for contiguous piecewise line segments. Note that it has not
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DBCECPrivateKey.java83 ECCurve curve = spec.getParams().getCurve();
86 ellipticCurve = EC5Util.convertCurve(curve, spec.getParams().getSeed());
333 ECCurve curve = EC5Util.convertCurve(ecSpec.getCurve());
336 curve,
337 EC5Util.convertPoint(curve, ecSpec.getGenerator(), withCompression),
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEECPrivateKey.java77 ECCurve curve = spec.getParams().getCurve();
80 ellipticCurve = EC5Util.convertCurve(curve, spec.getParams().getSeed());
312 ECCurve curve = EC5Util.convertCurve(ecSpec.getCurve());
315 curve,
316 EC5Util.convertPoint(curve, ecSpec.getGenerator(), withCompression),
/external/speex/libspeex/
H A Dnb_celp.h70 float *curve; member in struct:EncState
/external/chromium_org/cc/animation/
H A Dlayer_animation_controller.cc162 event.opacity = animation->curve()->ToFloatAnimationCurve()->GetValue(
173 animation->curve()->ToTransformAnimationCurve()->GetValue(
661 active_animations_[i]->curve()->ToTransformAnimationCurve();
670 active_animations_[i]->curve()->ToFloatAnimationCurve();
H A Dkeyframed_animation_curve.cc31 scoped_ptr<AnimationCurve> curve(timing_function->Clone());
33 static_cast<TimingFunction*>(curve.release()));
H A Dlayer_animation_controller_unittest.cc23 scoped_ptr<Animation> CreateAnimation(scoped_ptr<AnimationCurve> curve, argument
26 return Animation::Create(curve.Pass(), 0, id, property);
339 scoped_ptr<KeyframedTransformAnimationCurve> curve(
344 curve->AddKeyframe(TransformKeyframe::Create(
347 curve->AddKeyframe(TransformKeyframe::Create(
351 curve.PassAs<AnimationCurve>(), 1, 0, Animation::Transform));
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
H A DCurvesHelper.java54 * This method converts given curve structure into a list of geometries representing the curve. The list is used here because on object
57 * the curve structure
60 * @return a list of geometries repreenting a single curve object
70 LOGGER.warning("No front face in curve implemented yet!");//TODO: implement front face
73 LOGGER.warning("No back face in curve implemented yet!");//TODO: implement back face
175 if ((type & 0x01) != 0) {//Bezier curve
202 * This method loads the bezier curve.
204 * the translation of the curve
226 //creating the curve objec
388 applyBevelAndTaper(Curve curve, List<Geometry> bevelObject, Curve taperObject, boolean smooth, BlenderContext blenderContext) argument
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp1389 const TTPOLYCURVE* curve = fCurveIter.next(); local
1390 SkASSERT(curve);
1391 fPointIter.set(curve);
1397 const TTPOLYCURVE* curve = fCurveIter.next(); local
1398 if (NULL == curve) {
1402 fPointIter.set(curve);
1466 size_t size_of_TTPOLYCURVE(const TTPOLYCURVE& curve) { argument
1467 return 2*sizeof(WORD) + curve.cpfx*sizeof(POINTFX);
1473 /** Iterates over all of the polygon points in a polygon curve. */
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
H A DObjectHelper.java181 LOGGER.log(Level.INFO, "Importing curve/nurb.");
188 for(Geometry curve : curves) {
189 ((Node)result).attachChild(curve);
/external/skia/src/ports/
H A DSkFontHost_win.cpp1389 const TTPOLYCURVE* curve = fCurveIter.next(); local
1390 SkASSERT(curve);
1391 fPointIter.set(curve);
1397 const TTPOLYCURVE* curve = fCurveIter.next(); local
1398 if (NULL == curve) {
1402 fPointIter.set(curve);
1466 size_t size_of_TTPOLYCURVE(const TTPOLYCURVE& curve) { argument
1467 return 2*sizeof(WORD) + curve.cpfx*sizeof(POINTFX);
1473 /** Iterates over all of the polygon points in a polygon curve. */
/external/chromium_org/cc/layers/
H A Dlayer_unittest.cc965 scoped_ptr<KeyframedFloatAnimationCurve> curve = local
967 curve->AddKeyframe(FloatKeyframe::Create(0.0,
970 curve->AddKeyframe(FloatKeyframe::Create(1.0,
974 Animation::Create(curve.PassAs<AnimationCurve>(),
/external/openssh/
H A Dpacket.c643 packet_put_ecpoint(const EC_GROUP *curve, const EC_POINT *point) argument
645 buffer_put_ecpoint(&active_state->outgoing_packet, curve, point);
1521 packet_get_ecpoint(const EC_GROUP *curve, EC_POINT *point) argument
1523 buffer_get_ecpoint(&active_state->incoming_packet, curve, point);
H A Dssh-agent.c474 char *curve; local
520 curve = buffer_get_string(&e->request, NULL);
521 if (k->ecdsa_nid != key_curve_name_to_nid(curve))
522 fatal("%s: curve names mismatch", __func__);
523 xfree(curve);
H A Dkey.c712 debug("key_read: invalid curve");
755 error("key_read: type mismatch: EC curve mismatch");
1467 char *ktype = NULL, *curve = NULL; local
1533 if ((curve = buffer_get_string_ret(&b, NULL)) == NULL) {
1534 error("key_from_blob: can't read ecdsa curve");
1537 if (key->ecdsa_nid != key_curve_name_to_nid(curve)) {
1538 error("key_from_blob: ecdsa curve doesn't match type");
1580 if (curve != NULL)
1581 xfree(curve);
2051 debug("%s: unsupported EC curve nam
[all...]
/external/smack/src/org/xbill/DNS/
H A DDNSSEC.java378 EllipticCurve curve; field in class:DNSSEC.ECKeyInfo
391 curve = new EllipticCurve(new ECFieldFp(p), a, b);
392 spec = new ECParameterSpec(curve, new ECPoint(gx, gy), n, 1);

Completed in 515 milliseconds

1234