| /external/aac/libSACenc/src/ |
| sacenc_staticgain.h | 164 /* Get Pointer to PostGain-coef */
|
| /external/eigen/bench/btl/ |
| README | 122 *** axpy(real coef, const gene_vector & X, gene_vector & Y, int N)
|
| /external/libxaac/decoder/ |
| ixheaacd_tns.c | 58 WORD16 *ptr_coeff = filter->coef;
|
| ixheaacd_aac_tns.c | 94 *aptr++ = tns_coeff_ptr[filter->coef[i] + ixheaacd_drc_offset];
|
| ixheaacd_spectrum_dec.c | 137 sp = tns_filt->coef;
|
| /external/v4l2_codec2/vda/ |
| vp9_compressed_header_parser.cc | 124 // 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 | 527 const float coef = ndx == 0 ? normWaitCoef : normReadCoef; 531 const bool isOk = behavior == EXPECT_COEF_GREATER_THAN ? coef > threshold : 532 behavior == EXPECT_COEF_LESS_THAN ? coef < threshold : false;
|
| /external/libjpeg-turbo/ |
| 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 | 38 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */ 468 if (*thiscoef) { /* previously nonzero coef */ 477 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/sonivox/arm-wt-22k/lib_src/ |
| eas_wtsynth.c | [all...] |
| /external/libopus/src/ |
| opus_encoder.c | 411 float coef, coef2; local 412 coef = 4.0f*cutoff_Hz/Fs; 413 coef2 = 1-coef; 429 m0 = coef*x0 + VERY_SMALL + coef2*m0; 430 m2 = coef*x1 + VERY_SMALL + coef2*m2; 434 m1 = coef*tmp0 + VERY_SMALL + coef2*m1; 435 m3 = coef*tmp1 + VERY_SMALL + coef2*m3; 453 m0 = coef*x + VERY_SMALL + coef2*m0; 456 m1 = coef*tmp + VERY_SMALL + coef2*m1; [all...] |
| /external/libvpx/libvpx/vp8/encoder/ |
| bitstream.c | 665 /* print coef probability tree */ 729 * they must be equal over the prev coef contexts 769 * to get the equal probabilities across the prev coef 962 * 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/adhd/cras/src/server/ |
| cras_fmt_conv.c | 328 static int16_t multiply_buf_with_coef(float *coef, 336 sum += coef[i] * buf[i];
|
| /frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
| LVM_Init.c | 355 /* Fast Coef */ [all...] |
| /external/aac/libAACdec/src/ |
| conceal.cpp | 2061 FIXP_SGL *coef = pConcealmentInfo->TDNoiseCoef; local [all...] |
| /external/aac/libSBRenc/src/ |
| resampler.cpp | 397 /* Step to next coef set */
|