HomeSort by relevance Sort by last modified time
    Searched full:coef (Results 101 - 125 of 234) sorted by null

1 2 3 45 6 7 8 910

  /external/kernel-headers/original/uapi/linux/
joystick.h 81 __s32 coef[8]; member in struct:js_corr
  /external/libjpeg-turbo/
jidctfst.c 132 #define DEQUANTIZE(coef,quantval) (((IFAST_MULT_TYPE) (coef)) * (quantval))
134 #define DEQUANTIZE(coef,quantval) \
135 DESCALE((coef)*(quantval), IFAST_SCALE_BITS-PASS1_BITS)
jdapistd.c 56 /* If file has multiple scans, absorb them all into the coef buffer */
381 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
500 for (y = 0; y < coef->MCU_rows_per_iMCU_row; y++) {
572 if (! (*cinfo->coef->decompress_data) (cinfo, data))
jdinput.c 283 (*cinfo->coef->start_input_pass) (cinfo);
284 cinfo->inputctl->consume_input = cinfo->coef->consume_data;
343 /* Prevent infinite loop in coef ctlr's decompress_data routine
jcapimin.c 183 /* We bypass the main controller and invoke coef controller directly;
186 if (! (*cinfo->coef->compress_data) (cinfo, (JSAMPIMAGE) NULL))
jidctflt.c 64 #define DEQUANTIZE(coef,quantval) (((FAST_FLOAT) (coef)) * (quantval))
jpegint.h 354 extern const int jpeg_zigzag_order[]; /* natural coef order to zigzag order */
356 extern const int jpeg_natural_order[]; /* zigzag coef order to natural order */
  /external/libopus/silk/arm/
arm_silk_map.c 94 const opus_int32 *data0, opus_int32 *data1, const opus_int16 *coef,
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 367 int coef = bd->dqcoeff[vp8_default_zig_zag1d[i]]; local
368 sum += (coef >= 0) ? coef : -coef;
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_idct16x16_add_neon.c     [all...]
  /external/libxaac/decoder/
ixheaacd_arith_dec.c 1989 WORD32 *coef = &usac_data->coef_fix[ch][0]; local
    [all...]
ixheaacd_block.c 1086 void ixheaacd_lap1_512_480(WORD32 *coef, WORD32 *prev, WORD16 *out,
1098 WORD32 *pCoef = &coef[size * 2 - 1 - 0];
1137 VOID ixheaacd_over_lap_add1_dec(WORD32 *coef, WORD32 *prev, WORD16 *out,
    [all...]
  /external/speex/libspeex/
filters.h 68 /* Apply bandwidth expansion on LPC coef */
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filterbanks.c 111 [tmp1(N2+LA:-1:LA+1, 1), state1] = filter(Q.coef, Q.coef(end:-1:1), in(N:-2:2));
112 tmp1(LA:-1:1) = filter(Q.coef, Q.coef(end:-1:1), Q.LookAheadBuf1, state1);
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Private.h 64 #define LVDBE_PERSISTENT_COEF_ALIGN 4 /* 32-bit alignment for coef */
LVDBE_Init.c 93 * Coef memory
233 * Set pointer to data and coef memory
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java 79 float x, tx, coef; external variable declarations
82 coef = 3.0f * x * (1.0f - x);
83 tx = coef * ((1.0f - x) * START_TENSION + x * END_TENSION) + x * x * x;
88 final float d = coef + x * x * x;
OverScroller.java 610 float x, tx, coef; external variable declarations
613 coef = 3.0f * x * (1.0f - x);
614 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
619 SPLINE_POSITION[i] = coef * ((1.0f - x) * START_TENSION + x) + x * x * x;
625 coef = 3.0f * y * (1.0f - y);
626 dy = coef * ((1.0f - y) * START_TENSION + y) + y * y * y;
631 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
joystick.h 80 __s32 coef[8]; member in struct:js_corr
  /external/aac/libAACdec/src/
pulsedata.h 143 * \param coef pointer to the spectral data were pulse data should be applied
148 const short *pScaleFactorBandOffsets, FIXP_DBL *coef);
  /external/eigen/bench/btl/libs/STL/
STL_interface.hh 182 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int N){
184 Y[i]+=coef*X[i];
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Process.c 85 /* Filter's coef */
205 /* Filter's coef */
  /frameworks/base/core/java/android/widget/
OverScroller.java 611 float x, tx, coef; external variable declarations
614 coef = 3.0f * x * (1.0f - x);
615 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
620 SPLINE_POSITION[i] = coef * ((1.0f - x) * START_TENSION + x) + x * x * x;
626 coef = 3.0f * y * (1.0f - y);
627 dy = coef * ((1.0f - y) * START_TENSION + y) + y * y * y;
632 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 400 const float coef = ndx == 0 ? normWaitCoef : normReadCoef;
404 const bool isOk = behavior == EXPECT_COEF_GREATER_THAN ? coef > threshold :
405 behavior == EXPECT_COEF_LESS_THAN ? coef < threshold : false;
  /external/eigen/bench/btl/libs/eigen3/
eigen3_interface.hh 177 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int /*N*/){
178 Y += coef * X;

Completed in 826 milliseconds

1 2 3 45 6 7 8 910