HomeSort by relevance Sort by last modified time
    Searched full:coef (Results 51 - 75 of 146) sorted by null

1 23 4 5 6

  /external/jpeg/
jdinput.c 277 (*cinfo->coef->start_input_pass) (cinfo);
278 cinfo->inputctl->consume_input = cinfo->coef->consume_data;
280 cinfo->coef->consume_data_build_huffman_index;
347 /* Prevent infinite loop in coef ctlr's decompress_data routine
jidctfst.c 129 #define DEQUANTIZE(coef,quantval) (((IFAST_MULT_TYPE) (coef)) * (quantval))
131 #define DEQUANTIZE(coef,quantval) \
132 DESCALE((coef)*(quantval), IFAST_SCALE_BITS-PASS1_BITS)
jcapimin.c 168 /* We bypass the main controller and invoke coef controller directly;
171 if (! (*cinfo->coef->compress_data) (cinfo, (JSAMPIMAGE) NULL))
jcmainct.c 135 if (! (*cinfo->coef->compress_data) (cinfo, main->buffer)) {
209 if (! (*cinfo->coef->compress_data) (cinfo, main->buffer)) {
jidctflt.c 60 #define DEQUANTIZE(coef,quantval) (((FAST_FLOAT) (coef)) * (quantval))
  /external/qemu/distrib/jpeg-6b/
jdinput.c 277 (*cinfo->coef->start_input_pass) (cinfo);
278 cinfo->inputctl->consume_input = cinfo->coef->consume_data;
280 cinfo->coef->consume_data_build_huffman_index;
347 /* Prevent infinite loop in coef ctlr's decompress_data routine
jidctfst.c 129 #define DEQUANTIZE(coef,quantval) (((IFAST_MULT_TYPE) (coef)) * (quantval))
131 #define DEQUANTIZE(coef,quantval) \
132 DESCALE((coef)*(quantval), IFAST_SCALE_BITS-PASS1_BITS)
jcapimin.c 168 /* We bypass the main controller and invoke coef controller directly;
171 if (! (*cinfo->coef->compress_data) (cinfo, (JSAMPIMAGE) NULL))
jcmainct.c 135 if (! (*cinfo->coef->compress_data) (cinfo, main->buffer)) {
209 if (! (*cinfo->coef->compress_data) (cinfo, main->buffer)) {
  /external/speex/libspeex/
filters.h 68 /* Apply bandwidth expansion on LPC coef */
  /frameworks/base/core/java/android/widget/
Scroller.java 80 float x, tx, coef; typedefs
83 coef = 3.0f * x * (1.0f - x);
84 tx = coef * ((1.0f - x) * START_TENSION + x * END_TENSION) + x * x * x;
89 final float d = coef + x * x * x;
OverScroller.java 613 float x, tx, coef; typedefs
616 coef = 3.0f * x * (1.0f - x);
617 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
622 SPLINE_POSITION[i] = coef * ((1.0f - x) * START_TENSION + x) + x * x * x;
628 coef = 3.0f * y * (1.0f - y);
629 dy = coef * ((1.0f - y) * START_TENSION + y) + y * y * y;
634 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
    [all...]
  /hardware/invensense/mlsdk/mllite/
mlFIFO.h 112 inv_error_t inv_set_linear_accel_filter_coef(float coef);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
joystick.h 82 __s32 coef[8]; member in struct:js_corr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
joystick.h 82 __s32 coef[8]; member in struct:js_corr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
joystick.h 82 __s32 coef[8]; member in struct:js_corr
  /external/aac/libAACdec/src/
pulsedata.h 137 * \param coef pointer to the spectral data were pulse data should be applied to.
142 FIXP_DBL *coef);
  /external/libvpx/vp8/common/arm/armv6/
bilinearfilter_v6.asm 46 cmp r5, #128 ; if filter coef = 128, then skip the filter
159 cmp r5, #128 ; if filter coef = 128, then skip the filter
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Init.c 89 * Coef memory
214 * Set pointer to data and coef memory
  /frameworks/av/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 */
  /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;

Completed in 2036 milliseconds

1 23 4 5 6