HomeSort by relevance Sort by last modified time
    Searched full:curve (Results 76 - 100 of 674) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterHighlights.java 63 float[][] curve = mSpline.calculatetCurve(256); local
64 float[] luminanceMap = new float[curve.length];
66 luminanceMap[i] = curve[i][1];
FilterCurvesRepresentation.java 18 public static final String SERIALIZATION_NAME = "Curve";
86 FilterCurvesRepresentation curve = local
89 if (!getSpline(i).sameValues(curve.getSpline(i))) {
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ectest.c 67 * The elliptic curve binary polynomial software is originally written by
281 fprintf(stdout, "Curve defined by Weierstrass equation\n y^2 = x^3 + a*x + b (mod 0x");
313 fprintf(stderr, "Point is not on curve: x = 0x");
394 /* Curve secp160r1 (Certicom Research SEC 2 Version 1.0, section 2.4.2, 2000)
395 * -- not a NIST curve, but commonly used */
411 fprintf(stdout, "\nSEC2 curve secp160r1 -- Generator:\n x = 0x");
430 /* Curve P-192 (FIPS PUB 186-2, App. 6) */
445 fprintf(stdout, "\nNIST curve P-192 -- Generator:\n x = 0x");
464 /* Curve P-224 (FIPS PUB 186-2, App. 6) */
479 fprintf(stdout, "\nNIST curve P-224 -- Generator:\n x = 0x")
    [all...]
  /external/openssl/crypto/ec/
ectest.c 67 * The elliptic curve binary polynomial software is originally written by
281 fprintf(stdout, "Curve defined by Weierstrass equation\n y^2 = x^3 + a*x + b (mod 0x");
313 fprintf(stderr, "Point is not on curve: x = 0x");
394 /* Curve secp160r1 (Certicom Research SEC 2 Version 1.0, section 2.4.2, 2000)
395 * -- not a NIST curve, but commonly used */
411 fprintf(stdout, "\nSEC2 curve secp160r1 -- Generator:\n x = 0x");
430 /* Curve P-192 (FIPS PUB 186-2, App. 6) */
445 fprintf(stdout, "\nNIST curve P-192 -- Generator:\n x = 0x");
464 /* Curve P-224 (FIPS PUB 186-2, App. 6) */
479 fprintf(stdout, "\nNIST curve P-224 -- Generator:\n x = 0x")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParamTimeline.h 51 void setValueCurveAtTime(Float32Array* curve, double time, double duration);
79 ParamEvent(Type type, float value, double time, double timeConstant, double duration, PassRefPtr<Float32Array> curve)
85 , m_curve(curve)
94 Float32Array* curve() { return m_curve.get(); } function in class:WebCore::AudioParamTimeline::ParamEvent
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_animation_impl.h 21 const blink::WebAnimationCurve& curve,
  /external/libvorbis/lib/
lsp.h 24 extern void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyPairGeneratorSpi.java 143 ECCurve curve = EC5Util.convertCurve(p.getCurve()); local
144 ECPoint g = EC5Util.convertPoint(curve, p.getGenerator(), false);
146 param = new ECKeyGenerationParameters(new ECDomainParameters(curve, g, p.getOrder(), BigInteger.valueOf(p.getCofactor())), random);
201 throw new InvalidAlgorithmParameterException("unknown curve OID: " + curveName);
206 throw new InvalidAlgorithmParameterException("unknown curve name: " + curveName);
221 ECCurve curve = EC5Util.convertCurve(p.getCurve()); local
222 ECPoint g = EC5Util.convertPoint(curve, p.getGenerator(), false);
224 param = new ECKeyGenerationParameters(new ECDomainParameters(curve, g, p.getOrder(), BigInteger.valueOf(p.getCofactor())), random);
  /external/chromium_org/crypto/
curve25519.h 13 // Curve25519 implements the elliptic curve group known as Curve25519, as
14 // described in "Curve 25519: new Diffie-Hellman Speed Records",
  /external/chromium_org/net/third_party/nss/ssl/
ssl3ecc.c 134 ECName curve; member in struct:Bits2CurveStr
176 ssl3_ECName2Params(PLArenaPool * arena, ECName curve, SECKEYECParams * params)
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/chromium_org/third_party/skia/include/pathops/
SkPathOps.h 29 The curve order is reduced where possible so that cubics may be turned
45 The curve order is reduced where possible so that cubics may
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.h 91 SkDCubic fCurvePart; // the curve from start to end
92 SkDCubic fCurveHalf; // the curve from start to 1 or 0
  /external/libvorbis/doc/
06-floor0.tex 10 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
07-floor1.tex 9 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}
239 Curve computation is split into two logical steps; the first step
241 values taken from the bitstream. The second step plots the curve
336 \item[step 2: curve synthesis
    [all...]
  /external/skia/include/pathops/
SkPathOps.h 29 The curve order is reduced where possible so that cubics may be turned
45 The curve order is reduced where possible so that cubics may
  /external/skia/src/pathops/
SkOpAngle.h 91 SkDCubic fCurvePart; // the curve from start to end
92 SkDCubic fCurveHalf; // the curve from start to 1 or 0
  /libcore/luni/src/main/java/java/security/spec/
ECPrivateKeySpec.java 23 * The parameters specifying an Elliptic Curve (EC) private key.
28 // Elliptic Curve domain parameters associated with this key
  /pdk/apps/CameraITS/tests/
test_param_tonemap_mode.py 37 # TODO: Query the allowable tonemap curve sizes; here, it's hardcoded to
74 # Test 2: that the length of the tonemap curve (i.e. number of control
80 curve = sum([[i/m, i/m] for i in range(size)], [])
83 req["android.tonemap.curveRed"] = curve
84 req["android.tonemap.curveGreen"] = curve
85 req["android.tonemap.curveBlue"] = curve
  /external/chromium_org/third_party/qcms/src/
iccread.c 415 struct curveType *curve = NULL; local
430 invalid_source(src, "curve size too large");
433 curve = malloc(sizeof(struct curveType) + sizeof(uInt16Number)*count);
434 if (!curve)
437 curve->count = count;
438 curve->type = type;
441 curve->data[i] = read_u16(src, offset + 12 + i*2);
452 curve = malloc(sizeof(struct curveType));
453 if (!curve)
456 curve->count = count
478 struct curveType *curve = NULL; local
828 struct curveType *curve; local
853 struct curveType *curve; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 7 * base class for an elliptic curve
34 * Decode a point on this curve from its ASN.1 encoding. The different
100 * Elliptic curve over Fp
143 // curve - run!
230 * The order of the base point of the curve.
235 * The cofactor of the curve.
240 * The point at infinity on this curve.
245 * The parameter <code>&mu;</code> of the elliptic curve if this is
246 * a Koblitz curve.
293 * @param n The order of the main subgroup of the elliptic curve
    [all...]
ECAlgorithms.java 13 throw new IllegalArgumentException("P and Q must be on same curve");
53 throw new IllegalArgumentException("P and Q must be on same curve");
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 227 double attackArea(ScrollAnimatorNone::Curve, double startT, double endT);
228 double releaseArea(ScrollAnimatorNone::Curve, double startT, double endT);
229 double attackCurve(ScrollAnimatorNone::Curve, double deltaT, double curveT, double startPosition, double attackPosition);
230 double releaseCurve(ScrollAnimatorNone::Curve, double deltaT, double curveT, double releasePosition, double desiredPosition);
231 double coastCurve(ScrollAnimatorNone::Curve, double factor);
233 void curveTestInner(ScrollAnimatorNone::Curve, double step, double time);
234 void curveTest(ScrollAnimatorNone::Curve);
325 double ScrollAnimatorNoneTest::attackArea(ScrollAnimatorNone::Curve curve, double startT, double endT)
327 return ScrollAnimatorNone::PerAxisData::attackArea(curve, startT, endT)
    [all...]
  /external/chromium_org/cc/animation/
animation.h 51 static scoped_ptr<Animation> Create(scoped_ptr<AnimationCurve> curve,
82 // curve.
95 AnimationCurve* curve() { return curve_.get(); } function in class:cc::Animation
96 const AnimationCurve* curve() const { return curve_.get(); } function in class:cc::Animation
132 Animation(scoped_ptr<AnimationCurve> curve,
  /external/chromium_org/third_party/freetype/src/cff/
cf2glue.h 69 CF2_PathOpQuadTo = 3, /* quadratic curve */
70 CF2_PathOpCubeTo = 4 /* cubic curve */
98 /* is included for each path element for generality; curve conversions */
  /external/freetype/src/cff/
cf2glue.h 69 CF2_PathOpQuadTo = 3, /* quadratic curve */
70 CF2_PathOpCubeTo = 4 /* cubic curve */
98 /* is included for each path element for generality; curve conversions */

Completed in 1056 milliseconds

1 2 34 5 6 7 8 91011>>