HomeSort by relevance Sort by last modified time
    Searched full:coef (Results 126 - 150 of 250) sorted by null

1 2 3 4 56 7 8 910

  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/linux/
joystick.h 52 __s32 coef[8]; member in struct:js_corr
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/linux/
joystick.h 52 __s32 coef[8]; member in struct:js_corr
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/linux/
joystick.h 52 __s32 coef[8]; member in struct:js_corr
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/linux/
joystick.h 52 __s32 coef[8]; member in struct:js_corr
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/linux/
joystick.h 52 __s32 coef[8]; member in struct:js_corr
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/linux/
joystick.h 52 __s32 coef[8]; member in struct:js_corr
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/linux/
joystick.h 52 __s32 coef[8]; member in struct:js_corr
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/linux/
joystick.h 52 __s32 coef[8]; member in struct:js_corr
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/linux/
joystick.h 52 __s32 coef[8]; member in struct:js_corr
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/
joystick.h 52 __s32 coef[8]; member in struct:js_corr
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/
joystick.h 52 __s32 coef[8]; member in struct:js_corr
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/
joystick.h 52 __s32 coef[8]; member in struct:js_corr
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
joystick.h 52 __s32 coef[8]; member in struct:js_corr
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
joystick.h 52 __s32 coef[8]; member in struct:js_corr
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
joystick.h 52 __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/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];
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcapimin.c 168 /* We bypass the main controller and invoke coef controller directly;
171 if (! (*cinfo->coef->compress_data) (cinfo, (JSAMPIMAGE) NULL))
fpdfapi_jcmainct.c 135 if (! (*cinfo->coef->compress_data) (cinfo, main->buffer)) {
209 if (! (*cinfo->coef->compress_data) (cinfo, main->buffer)) {
fpdfapi_jdapistd.c 51 /* If file has multiple scans, absorb them all into the coef buffer */
211 if (! (*cinfo->coef->decompress_data) (cinfo, data))
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Init.c 93 * Coef memory
233 * Set pointer to data and coef memory
  /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...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
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...]
  /external/libjpeg-turbo/
jdapistd.c 56 /* If file has multiple scans, absorb them all into the coef buffer */
360 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
477 for (y = 0; y < coef->MCU_rows_per_iMCU_row; y++) {
549 if (! (*cinfo->coef->decompress_data) (cinfo, data))

Completed in 851 milliseconds

1 2 3 4 56 7 8 910