HomeSort by relevance Sort by last modified time
    Searched full:coef (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/jpeg/
jcmainct.c 135 if (! (*cinfo->coef->compress_data) (cinfo, main->buffer)) {
209 if (! (*cinfo->coef->compress_data) (cinfo, main->buffer)) {
jdapistd.c 51 /* If file has multiple scans, absorb them all into the coef buffer */
210 if (! (*cinfo->coef->decompress_data) (cinfo, data))
jdinput.c 259 (*cinfo->coef->start_input_pass) (cinfo);
260 cinfo->inputctl->consume_input = cinfo->coef->consume_data;
319 /* Prevent infinite loop in coef ctlr's decompress_data routine
jidctflt.c 60 #define DEQUANTIZE(coef,quantval) (((FAST_FLOAT) (coef)) * (quantval))
jpegint.h 381 extern const int jpeg_zigzag_order[]; /* natural coef order to zigzag order */
383 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 */
542 if (s != 1) /* size of new coef should always be 1 */
546 s = p1; /* newly nonzero coef is positive */
548 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);
  /external/opencore/codecs_v2/audio/aac/dec/src/
huffspec_fxp.cpp 107 coef[] = array that holds inverse quantized coefs, Int32 QFormat.
130 coef contains the newly inverse quantized 1024 spec coefs,
157 This function should set the content of the array 'coef' with the inverse
304 Int32 coef[],
321 Int stop_idx; /* index of 1st coef in next sfb */
333 Int32 *pCoef; /* ptr to coef[], inverse quantized coefs */
548 /* stop_idx is the index of the 1st coef of next section */
623 pCoef = coef;
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/speech/srec/
UlawEncoderInputStream.java 78 int coef = MAX_ULAW * (1 << SCALE_BITS) / max; local
82 pcm = (pcm * coef) >> SCALE_BITS;
  /frameworks/base/media/libstagefright/codecs/aacdec/
huffspec_fxp.cpp 107 coef[] = array that holds inverse quantized coefs, Int32 QFormat.
130 coef contains the newly inverse quantized 1024 spec coefs,
157 This function should set the content of the array 'coef' with the inverse
304 Int32 coef[],
321 Int stop_idx; /* index of 1st coef in next sfb */
333 Int32 *pCoef; /* ptr to coef[], inverse quantized coefs */
548 /* stop_idx is the index of the 1st coef of next section */
623 pCoef = coef;
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."
  /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,

Completed in 179 milliseconds

12 3 4