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

1 2 3 45 6 7 8

  /external/chromium_org/third_party/libwebp/dsp/
upsampling_neon.c 94 static const int16_t coef[4] = { CVR / 4, CUG, CVG / 2, CUB / 4 }; variable
228 const int16x4_t cf16 = vld1_s16(coef); \
  /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;
  /external/jpeg/
jidctflt.c 60 #define DEQUANTIZE(coef,quantval) (((FAST_FLOAT) (coef)) * (quantval))
jpegint.h 421 extern const int jpeg_zigzag_order[]; /* natural coef order to zigzag order */
423 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 */
541 if (s != 1) /* size of new coef should always be 1 */
545 s = p1; /* newly nonzero coef is positive */
547 s = m1; /* newly nonzero coef is negative */
jidctint.c 140 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
  /external/qemu/distrib/jpeg-6b/
jidctflt.c 60 #define DEQUANTIZE(coef,quantval) (((FAST_FLOAT) (coef)) * (quantval))
jpegint.h 421 extern const int jpeg_zigzag_order[]; /* natural coef order to zigzag order */
423 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 */
545 if (s != 1) /* size of new coef should always be 1 */
549 s = p1; /* newly nonzero coef is positive */
551 s = m1; /* newly nonzero coef is negative */
  /external/webp/src/dsp/
upsampling_neon.c 94 static const int16_t coef[4] = { CVR / 4, CUG, CVG / 2, CUB / 4 }; variable
228 const int16x4_t cf16 = vld1_s16(coef); \
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.h 79 /* decode & dequantize LPC Coef */
88 /* quantize & code LPC Coef */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
levinson.c 119 Word16 Ah[M + 1], Al[M + 1]; /* LPC coef. in double prec. */
120 Word16 Anh[M + 1], Anl[M + 1]; /* LPC coef.for next iteration in double prec. */
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 161 static const int16_t coef[4] = { 89858 / 4, 22014, 45773 / 2, 113618 / 4 }; variable
174 const int16x4_t cf16 = vld1_s16(coef);
  /external/aac/libSBRdec/src/
psbitdec.cpp 401 h_ps_d->specificTo.mpeg.coef.aaIidIndexMapped[env][i] = pBsData->aaIidIndex[env][i];
404 h_ps_d->specificTo.mpeg.coef.aaIccIndexMapped[env][i] = pBsData->aaIccIndex[env][i];
417 map34IndexTo20 (h_ps_d->specificTo.mpeg.coef.aaIidIndexMapped[env], NO_HI_RES_IID_BINS);
419 map34IndexTo20 (h_ps_d->specificTo.mpeg.coef.aaIccIndexMapped[env], NO_HI_RES_ICC_BINS);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_fs.c 119 machine->InterpCoefs = quads[0]->coef;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
RawDataTable.java 136 this.stream.print("<tr><td>COEF. VAR</td>");
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 480 int coef = bd->dqcoeff[vp8_default_zig_zag1d[i]]; local
481 sum+= (coef>=0)?coef:-coef;
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 107 counts->coef[tx_size][type][ref];
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_fs.c 119 machine->InterpCoefs = quads[0]->coef;
  /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...]
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Process.c 80 /* Filter's 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/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair.c 236 DEBUG_PRINTF_2("Coef[%d] = %d\n", CoeffNum, Level);

Completed in 469 milliseconds

1 2 3 45 6 7 8