Searched defs:curve (Results 1 - 5 of 5) sorted by relevance

/external/speex/libspeex/
H A Dscal.c65 float *curve; member in struct:SpeexDecorrState_
92 st->curve = speex_alloc(frame_size*sizeof(float));
232 compute_curve(st->psy, buff, st->curve);
241 gain = coef*sqrt(.1+st->curve[i]);
245 frame[0] = coef*uni_rand(&st->seed)*sqrt(.1+st->curve[0]);
246 frame[2*st->frame_size-1] = coef*uni_rand(&st->seed)*sqrt(.1+st->curve[st->frame_size-1]);
279 speex_free(st->curve);
H A Dnb_celp.h70 float *curve; member in struct:EncState
/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/webkit/WebCore/platform/graphics/
H A DPathTraversalState.cpp120 static float curveLength(PathTraversalState& traversalState, CurveType curve) argument
123 curveStack.append(curve);
127 float length = curve.approximateDistance();
128 if ((length - distanceLine(curve.start, curve.end)) > kPathSegmentLengthTolerance) {
130 curve.split(left, right);
131 curve = left;
137 traversalState.m_previous = curve.start;
138 traversalState.m_current = curve.end;
142 curve
[all...]
/external/openssl/crypto/ec/
H A Dec_asn1.c175 X9_62_CURVE *curve; member in struct:ec_parameters_st
246 ASN1_SIMPLE(ECPARAMETERS, curve, X9_62_CURVE),
430 static int ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) argument
439 if (!group || !curve || !curve->a || !curve->b)
516 if (!M_ASN1_OCTET_STRING_set(curve->a, a_buf, len_1) ||
517 !M_ASN1_OCTET_STRING_set(curve->b, b_buf, len_2))
526 if (!curve->seed)
527 if ((curve
[all...]

Completed in 79 milliseconds