HomeSort by relevance Sort by last modified time
    Searched refs:coef (Results 76 - 100 of 106) sorted by null

1 2 34 5

  /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...]
  /external/qemu/distrib/jpeg-6b/
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);
jdmainct.c 354 if (! (*cinfo->coef->decompress_data) (cinfo, main->buffer))
393 if (! (*cinfo->coef->decompress_data) (cinfo,
jcapimin.c 168 /* We bypass the main controller and invoke coef controller directly;
171 if (! (*cinfo->coef->compress_data) (cinfo, (JSAMPIMAGE) NULL))
jdtrans.c 53 /* Absorb whole file into the coef buffer */
83 return cinfo->coef->coef_arrays;
104 /* Absorb whole file into the coef buffer */
166 /* Absorb whole file into the coef buffer */
jpeglib.h 371 JDIMENSION total_iMCU_rows; /* # of iMCU rows to be input to coef ctlr */
402 struct jpeg_c_coef_controller * coef; member in struct:jpeg_compress_struct
518 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
629 struct jpeg_d_coef_controller * coef; member in struct:jpeg_decompress_struct
    [all...]
jdmaster.c 488 (*cinfo->coef->start_output_pass) (cinfo);
  /external/jpeg/
jdmainct.c 354 if (! (*cinfo->coef->decompress_data) (cinfo, main->buffer))
393 if (! (*cinfo->coef->decompress_data) (cinfo,
jcapimin.c 168 /* We bypass the main controller and invoke coef controller directly;
171 if (! (*cinfo->coef->compress_data) (cinfo, (JSAMPIMAGE) NULL))
jdtrans.c 53 /* Absorb whole file into the coef buffer */
83 return cinfo->coef->coef_arrays;
104 /* Absorb whole file into the coef buffer */
166 /* Absorb whole file into the coef buffer */
jpeglib.h 371 JDIMENSION total_iMCU_rows; /* # of iMCU rows to be input to coef ctlr */
402 struct jpeg_c_coef_controller * coef; member in struct:jpeg_compress_struct
518 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
629 struct jpeg_d_coef_controller * coef; member in struct:jpeg_decompress_struct
    [all...]
jdmaster.c 488 (*cinfo->coef->start_output_pass) (cinfo);
  /external/webp/src/dsp/
upsampling_neon.c 92 static const int16_t coef[4] = { CVR / 4, CUG, CVG / 2, CUB / 4 }; variable
226 const int16x4_t cf16 = vld1_s16(coef); \
  /frameworks/av/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],
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve3x3.cpp 69 const void *y2, const short *coef, uint32_t count);
rsCpuIntrinsicConvolve5x5.cpp 121 const short *coef, uint32_t count);
  /frameworks/base/core/java/android/hardware/
SensorManager.java 1150 final float coef = 1.0f \/ 5.255f; local
    [all...]
  /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/qemu/distrib/sdl-1.2.15/src/joystick/linux/
SDL_sysjoystick.c 293 int coef[3]; member in struct:joystick_hwdata::axis_correct
727 joystick->hwdata->abs_correct[i].coef[0] =
729 joystick->hwdata->abs_correct[i].coef[1] =
733 joystick->hwdata->abs_correct[i].coef[2] = (1 << 29) / t;
735 joystick->hwdata->abs_correct[i].coef[2] = 0;
1058 if ( value > correct->coef[0] ) {
1059 if ( value < correct->coef[1] ) {
1062 value -= correct->coef[1];
1064 value -= correct->coef[0];
1066 value *= correct->coef[2]
    [all...]
  /hardware/invensense/mlsdk/mllite/
mlFIFO.c     [all...]
  /external/libmtp/src/
ptp.c 3548 double coef; member in struct:__anon10138
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java 3749 final float coef = 1.0f - (float) duration \/ FADE_OUT_DURATION; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 

Completed in 2696 milliseconds

1 2 34 5