/frameworks/base/media/libstagefright/codecs/aacdec/ |
apply_tns.cpp | 26 coef = Array of input coefficients. 64 coef[] = TNS altered data. 85 The input, coef, should use all 32-bits, else the scaling by tns_ar_filter 172 Int32 coef[], 194 Int32 *pCoef = coef; 319 * Set up the pointers so we can index into coef[]
|
pulse_nc.cpp | 43 coef[] = Array of quantized spectral coefficents. 58 max = Pointer to the maximum value of coef[] 70 coef[] = coefficient contents are modified by the encoded pulse 138 pCoef = &(Coef[index]); 225 Int16 coef[], 263 pCoef = &(coef[index]);
|
q_normalize.cpp | 67 coef[] = Array of the spectral coefficients for one channel. [ Int32 ] 79 coef[] = Array of spectral data, now normalized to one q-format. 114 pCoef = &(coef[0]); 134 pCoef = &(coef[0]); 241 Int32 coef[]) 292 pCoef = &(coef[0]);
|
s_frameinfo.h | 102 Int coef_per_frame; /* coef's per block */ 104 Int coef_per_win[MAX_WIN]; /* coef's per SB */ 107 Int16 *win_sfb_top[MAX_WIN]; /* top coef per sfb per SB */
|
s_tnsfilt.h | 32 take on a new meaning after this function. (coef index, rather than 40 coefficients passed via "coef."
|
tns_decode_coef.cpp | 161 (Real)sin( coef[i] / ((coef[i] >= 0) ? iqfac : iqfac_m) ); 241 * if a coef is negative, it is multiplied by iqfac_m
|
/frameworks/base/core/java/android/widget/ |
OverScroller.java | 609 float x, tx, coef; typedefs 612 coef = 3.0f * x * (1.0f - x); 613 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x; 618 SPLINE_POSITION[i] = coef * ((1.0f - x) * START_TENSION + x) + x * x * x; 624 coef = 3.0f * y * (1.0f - y); 625 dy = coef * ((1.0f - y) * START_TENSION + y) + y * y * y; 630 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y; [all...] |
/external/jpeg/ |
jidctflt.c | 60 #define DEQUANTIZE(coef,quantval) (((FAST_FLOAT) (coef)) * (quantval))
|
jpegint.h | 421 extern const int jpeg_zigzag_order[]; /* natural coef order to zigzag order */ 423 extern const int jpeg_natural_order[]; /* zigzag coef order to natural order */
|
jcapistd.c | 153 if (! (*cinfo->coef->compress_data) (cinfo, data)) {
|
jdphuff.c | 34 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */ 541 if (s != 1) /* size of new coef should always be 1 */ 545 s = p1; /* newly nonzero coef is positive */ 547 s = m1; /* newly nonzero coef is negative */
|
jidctint.c | 140 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
|
jidctred.c | 109 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
|
jcmaster.c | 419 (*cinfo->coef->start_pass) (cinfo, 438 (*cinfo->coef->start_pass) (cinfo, JBUF_CRANK_DEST); 457 (*cinfo->coef->start_pass) (cinfo, JBUF_CRANK_DEST);
|
jchuff.c | 32 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */ 437 /* If the last coef(s) were zero, emit an end-of-block code */ 633 /* If the last coef(s) were zero, emit an end-of-block code */
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
levinson.c | 119 Word16 Ah[M + 1], Al[M + 1]; /* LPC coef. in double prec. */ 120 Word16 Anh[M + 1], Anl[M + 1]; /* LPC coef.for next iteration in double prec. */
|
/external/opencv/ml/src/ |
mlsvm.cpp | 150 else if( param_id == CvSVM::COEF ) 1613 double gamma = 0, C = 0, degree = 0, coef = 0, p = 0, nu = 0; local [all...] |
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_QPD_Process.c | 80 /* Filter's coef */
|
/frameworks/base/media/libstagefright/codecs/aacenc/src/ |
tns.c | 415 tnsInfo->coef, 419 Index2Parcor(tnsInfo->coef, 460 &tnsInfo->coef[subBlockNumber*TNS_MAX_ORDER_SHORT], 464 Index2Parcor(&tnsInfo->coef[subBlockNumber*TNS_MAX_ORDER_SHORT], [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
armVCM4P10_DecodeCoeffsToPair.c | 236 DEBUG_PRINTF_2("Coef[%d] = %d\n", CoeffNum, Level);
|
/external/skia/gpu/src/ |
GrDrawTarget.cpp | 531 // If the src coef will always be 1... 537 // ...and the dst coef is always 0...
|
/frameworks/base/media/libeffects/testlibs/ |
AudioBiquadFilter.h | 151 // coefs, while keeping a smooth change rate. Whenever a coef reaches its
|
/external/srec/srec/cfront/ |
frontobj.c | 496 double coef; local 501 coef = 0.54 - 0.46 * cos(f * (double)i); 502 ham[i] = (fftdata) fixed_point_convert((float)coef,
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_wtsynth.c | [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_wtsynth.c | [all...] |