Searched
full:coefficients (Results
251 -
275 of
1013) sorted by null
<<11121314151617181920>>
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_ReverbGenerator.c | 57 /* 2. The numerator coefficients of the filter are negated to cause an inversion. */ 100 /* Convert incoming coefficients to the required format/ordering */ 179 /* 2. The Gain is combined with the LPF and incorporated in to the coefficients */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_dequant.cpp | 40 * -- VlcDequantMpegBlock -- Decodes the DCT coefficients of one 8x8 block and perform 120 ACpred_flag = 0; /* no of coefficients should not get reset 03/07/2002 */ 129 ACpred_flag = 0; /* no of coefficients should not get reset 03/07/2002 */ 375 * -- VlcDequantMpegInterBlock -- Decodes the DCT coefficients of one 8x8 block and perform 425 sum = 1; /* no of coefficients should not get reset 03/07/2002 */ 437 sum = 1; /* no of coefficients should not get reset 03/07/2002 */ 494 * -- VlcDequantIntraH263Block -- Decodes the DCT coefficients of one 8x8 block and perform 566 ACpred_flag = 0; /* no of coefficients should not get reset 03/07/2002 */ 574 ACpred_flag = 0; /* no of coefficients should not get reset 03/07/2002 */ 951 ACpred_flag = 0; /* no of coefficients should not get reset 03/07/2002 * [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_erff.c | 30 * Coefficients for approximation to erf on [0,0.84375] 45 * Coefficients for approximation to erf in [0.84375,1.25] 61 * Coefficients for approximation to erfc in [1.25,1/0.35] 80 * Coefficients for approximation to erfc in [1/.35,28]
|
/external/chromium_org/skia/ext/ |
convolver_SSE2.cc | 26 // |mask| will be used to decimate all extra filter coefficients that are 45 // We will load and accumulate with four coefficients per iteration. 48 // Load 4 coefficients => duplicate 1st and 2nd of them for all channels. 58 // multiply with coefficients => accumulate the convolution result. 72 // Duplicate 3rd and 4th coefficients for all channels => 73 // unpack the 3rd and 4th pixels to 16 bits => multiply with coefficients 90 // Advance the pixel and coefficients pointers. 155 // |mask| will be used to decimate all extra filter coefficients that are 173 // We will load and accumulate with four coefficients per iteration.
|
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/ |
DownSampler.h | 58 // Computes ideal band-limited half-band filter coefficients.
|
UpSampler.h | 58 // Computes ideal band-limited filter coefficients to sample in between each source sample-frame.
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
BiquadDSPKernel.h | 67 // used. If |forceUpdate| is true, we update the coefficients even
|
BiquadProcessor.h | 88 // so DSP kernels know when to re-compute coefficients
|
/external/chromium_org/third_party/opus/src/silk/float/ |
LTP_analysis_filter_FLP.c | 37 const silk_float B[ LTP_ORDER * MAX_NB_SUBFR ], /* I LTP coefficients for each subframe */
|
levinsondurbin_FLP.c | 36 silk_float A[], /* O prediction coefficients [order] */
|
schur_FLP.c | 35 silk_float refl_coef[], /* O reflection coefficients (length order) */
|
/external/chromium_org/third_party/opus/src/silk/ |
resampler_private_AR2.c | 40 const opus_int16 A_Q14[], /* I AR coefficients, Q14 */
|
resampler_rom.h | 52 /* Tables with IIR and FIR coefficients for fractional downsamplers */
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsCubic.h | 40 static void Coefficients(const double* cubic, double* A, double* B, double* C, double* D);
|
/external/eigen/Eigen/src/plugins/ |
MatrixCwiseUnaryOps.h | 56 * In order to check for equality between two vectors or matrices with floating-point coefficients, it is
|
/external/eigen/doc/ |
C03_TutorialArrayClass.dox | 70 The parenthesis operator is overloaded to provide write and read access to the coefficients of an array, just as with matrices. 125 coefficients. If you have two arrays of the same size, you can call \link ArrayBase::min() .min() \endlink to 126 construct the array whose coefficients are the minimum of the corresponding coefficients of the two given
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
DynamicSparseMatrix.h | 21 * \param _Scalar the scalar type, i.e. the type of the coefficients 119 /** \returns the number of non zero coefficients */ 214 // remove all coefficients with innerCoord>=innerSize 281 * Set the matrix to zero and reserve the memory for \a reserveSize nonzero coefficients. */
|
/external/libgsm/src/ |
short_term.c | 76 /* Computation of the quantized reflection coefficients 85 * coefficients, derived from the previous set of decoded LARs(LARpp(j-1)) 148 * The reflection coefficients, rp[i], are used in the analysis 192 * array (quantized reflection coefficients). As the call of this
|
table.c | 48 /* Table 4.4 Coefficients of the weighting filter
|
/external/skia/src/pathops/ |
SkPathOpsCubic.h | 40 static void Coefficients(const double* cubic, double* A, double* B, double* C, double* D);
|
/external/srec/srec/include/ |
fronttyp.h | 33 #define COEFDATA_SIZE 32 /* coefficients */
|
/external/webrtc/src/common_audio/signal_processing/ |
auto_corr_to_refl_coef.c | 50 // Compute reflection coefficients.
|
/frameworks/av/media/libeffects/lvm/lib/Bass/src/ |
LVDBE_Private.h | 112 LVDBE_Coef_t *pCoef; /* Instance coefficients */
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
dB_to_Lin32.c | 52 * The two coefficients are scaled from 0x40000000 in 96 steps and calculated
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_Tables.c | 54 size parameters. These polynomial coefficients are calculated experimentally.
|
Completed in 399 milliseconds
<<11121314151617181920>>