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

1 2 3 4 5 6 78 910

  /external/libopus/celt/
celt_decoder.c 184 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *coef,
198 coef0 = coef[0];
208 if (coef[1] != 0)
210 opus_val16 coef1 = coef[1];
211 opus_val16 coef3 = coef[3];
    [all...]
  /external/libjpeg-turbo/
jidctred.c 112 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
jcmaster.c 466 (*cinfo->coef->start_pass) (cinfo,
485 (*cinfo->coef->start_pass) (cinfo, JBUF_CRANK_DEST);
504 (*cinfo->coef->start_pass) (cinfo, JBUF_CRANK_DEST);
jdarith.c 35 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
465 if (*thiscoef) { /* previously nonzero coef */
474 if (arith_decode(cinfo, st + 1)) { /* newly nonzero coef */
jchuff.c 72 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
599 /* If the last coef(s) were zero, emit an end-of-block code */
815 /* If the last coef(s) were zero, emit an end-of-block code */
    [all...]
jpeglib.h 422 JDIMENSION total_iMCU_rows; /* # of iMCU rows to be input to coef ctlr */
459 struct jpeg_c_coef_controller *coef; member in struct:jpeg_compress_struct
572 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
698 struct jpeg_d_coef_controller *coef; member in struct:jpeg_decompress_struct
    [all...]
jdmainct.c 298 if (! (*cinfo->coef->decompress_data) (cinfo, main_ptr->buffer))
337 if (! (*cinfo->coef->decompress_data) (cinfo,
  /external/pdfium/third_party/libjpeg/
fpdfapi_jidctint.c 140 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
fpdfapi_jidctred.c 109 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
fpdfapi_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);
fpdfapi_jchuff.c 31 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
436 /* If the last coef(s) were zero, emit an end-of-block code */
632 /* If the last coef(s) were zero, emit an end-of-block code */
jpeglib.h 469 JDIMENSION total_iMCU_rows; /* # of iMCU rows to be input to coef ctlr */
500 struct jpeg_c_coef_controller * coef; member in struct:jpeg_compress_struct
613 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
723 struct jpeg_d_coef_controller * coef member in struct:jpeg_decompress_struct
    [all...]
  /external/eigen/bench/btl/
README 122 *** axpy(real coef, const gene_vector & X, gene_vector & Y, int N)
  /external/v4l2_codec2/vda/
vp9_compressed_header_parser.cc 123 // 6.3.7 Coef probs syntax
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.h 151 // coefs, while keeping a smooth change rate. Whenever a coef reaches its
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 198 void (*mOptKernel)(void *dst, const void *src, const short *coef, uint32_t count);
454 const short *coef, uint32_t count);
456 const short *coef, uint32_t count);
458 const short *coef, uint32_t count);
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 509 const float coef = ndx == 0 ? normWaitCoef : normReadCoef;
513 const bool isOk = behavior == EXPECT_COEF_GREATER_THAN ? coef > threshold :
514 behavior == EXPECT_COEF_LESS_THAN ? coef < threshold : false;
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.c     [all...]
  /external/aac/libAACenc/src/
aacenc_tns.h 192 INT coef[TRANS_FAC][MAX_NUM_OF_FILTERS][TNS_MAX_ORDER]; member in struct:__anon12984
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 666 /* print coef probability tree */
730 * they must be equal over the prev coef contexts
770 * to get the equal probabilities across the prev coef
963 * over the prev coef contexts.
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 113 coef_counts = counts->coef[tx_size][type][ref];
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
frontend.h 115 // try to reuse our A & B coef's already calculated. factor out a -1 from Py and Qx
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
levinson.cpp 479 Word16 Ah[M + 1], Al[M + 1]; // LPC coef. in double prec.
480 Word16 Anh[M + 1], Anl[M + 1];// LPC coef.for next iteration in double
650 Word16 Ah[M + 1]; /* LPC coef. in double prec. */
652 Word16 Anh[M + 1]; /* LPC coef.for next iteration in */
  /cts/tests/sensor/src/android/hardware/cts/
SensorManagerStaticTest.java 76 final float coef = 1.0f / 5.255f; local
83 float t2 = 44330.f*(1.0f- (float) Math.pow(p/p0, coef));
  /external/aac/libSBRenc/src/
resampler.cpp 420 /* Step to next coef set */
456 /* Step to next coef set */

Completed in 871 milliseconds

1 2 3 4 5 6 78 910