/external/eigen/doc/examples/ |
Tutorial_simple_example_dynamic_size.cpp | 13 m(i,j) = i+j*m.rows(); // to access matrix coefficients, 19 // to access vector coefficients, use either operator () or operator []
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
poly_to_lsf.c | 25 int16_t *lsf, /* (o) lsf coefficients (Q13) */ 26 int16_t *a /* (i) A coefficients (Q12) */
|
decoder_interpolate_lsf.h | 25 * obtain synthesis and weighting filters form lsf coefficients 29 int16_t *syntdenum, /* (o) synthesis filter coefficients */ 31 coefficients */ 32 int16_t *lsfdeq, /* (i) dequantized lsf coefficients */
|
lsf_interpolate_to_poly_dec.h | 25 * interpolation of lsf coefficients for the decoder 29 int16_t *a, /* (o) lpc coefficients Q12 */ 30 int16_t *lsf1, /* (i) first set of lsf coefficients Q13 */ 31 int16_t *lsf2, /* (i) second set of lsf coefficients Q13 */
|
lsf_interpolate_to_poly_enc.h | 25 * lsf interpolator and conversion from lsf to a coefficients 30 int16_t *a, /* (o) lpc coefficients Q12 */ 31 int16_t *lsf1, /* (i) first set of lsf coefficients Q13 */ 32 int16_t *lsf2, /* (i) second set of lsf coefficients Q13 */
|
simple_interpolate_lsf.h | 35 int16_t *lsf, /* (i) the unquantized lsf coefficients Q13 */ 36 int16_t *lsfdeq, /* (i) the dequantized lsf coefficients Q13 */ 37 int16_t *lsfold, /* (i) the unquantized lsf coefficients of 39 int16_t *lsfdeqold, /* (i) the dequantized lsf coefficients of the
|
lsf_to_poly.h | 25 * Convert from LSF coefficients to A coefficients 29 int16_t *a, /* (o) predictor coefficients (order = 10) in Q12 */
|
simple_interpolate_lsf.c | 35 int16_t *lsf, /* (i) the unquantized lsf coefficients Q13 */ 36 int16_t *lsfdeq, /* (i) the dequantized lsf coefficients Q13 */ 37 int16_t *lsfold, /* (i) the unquantized lsf coefficients of 39 int16_t *lsfdeqold, /* (i) the dequantized lsf coefficients of the 58 lsf coefficients */ 75 set of lsf coefficients */
|
/external/eigen/doc/snippets/ |
HessenbergDecomposition_packedMatrix.cpp | 9 cout << "The vector of Householder coefficients is:" << endl << hc << endl;
|
SparseMatrix_coeffs.cpp | 7 cout << "it has " << A.nonZeros() << " stored non zero coefficients that are: " << A.coeffs().transpose() << endl;
|
/external/skia/src/gpu/effects/ |
GrCustomXfermode.h | 19 * coefficients.
|
/external/skqp/src/gpu/effects/ |
GrCustomXfermode.h | 19 * coefficients.
|
/external/webrtc/webrtc/common_audio/ |
sparse_fir_filter.h | 22 // sparse structure with uniformly distributed non-zero coefficients. 25 // |num_nonzero_coeffs| is the number of non-zero coefficients, 28 // coefficients will be assumed zeros. For example, with sparsity = 3, and 29 // offset = 1 the filter coefficients will be:
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
filter_ar_fast_q12.c | 18 const int16_t* __restrict coefficients, 32 sum += coefficients[j] * data_out[i - j]; 35 output = coefficients[0] * data_in[i];
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
lattice_c.c | 21 /* Filter ar_g_Q0[] and ar_f_Q0[] through an AR filter with coefficients 26 int16_t* cth_Q15, // Filter coefficients 27 int16_t* sth_Q15, // Filter coefficients
|
lpc_tables.h | 14 * header file for coding tables for the LPC coefficients 23 /* indices of KLT coefficients used */ 52 /* initial cdf index for KLT coefficients */ 77 /* code length for all coefficients using different models */ 92 /* means of log gains and LAR coefficients */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
weight_a.c | 20 * Description:Weighting of LPC coefficients * 29 Word16 a[], /* (i) Q12 : a[m+1] LPC coefficients */ 30 Word16 ap[], /* (o) Q12 : Spectral expanded LPC coefficients */
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.cpp | 96 /*Normalized coefficients*/ 98 /*Temporary coefficients*/ 101 /*Cubic polynomial roots, nr of roots and coefficients*/ 120 /*Compute normalized coefficients*/ 125 /*Compute temporary coefficients*/ 130 /*Compute coefficients of cubic*/ 168 /*Normalized coefficients*/ 170 /*Temporary coefficients*/ 173 /*Cubic polynomial roots, nr of roots and coefficients*/ 192 /*Compute normalized coefficients*/ [all...] |
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
LVM_Power10.c | 30 /* the following table of 32-bit integer polynomial coefficients: */ 60 LVM_FLOAT Y,Coefficients[13]={0.999906f, 74 Coefficients, 81 LVM_INT32 Y,Coefficients[13]={ 16775636, 95 Coefficients,
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Headphone_Coeffs.h | 28 /* Stereo Enhancer coefficients for 8000 Hz sample rate, scaled with 0.161258 */ 42 /* Stereo Enhancer coefficients for 11025Hz sample rate, scaled with 0.162943 */ 56 /* Stereo Enhancer coefficients for 12000Hz sample rate, scaled with 0.162191 */ 70 /* Stereo Enhancer coefficients for 16000Hz sample rate, scaled with 0.162371 */ 84 /* Stereo Enhancer coefficients for 22050Hz sample rate, scaled with 0.160781 */ 98 /* Stereo Enhancer coefficients for 24000Hz sample rate, scaled with 0.161882 */ 112 /* Stereo Enhancer coefficients for 32000Hz sample rate, scaled with 0.160322 */ 126 /* Stereo Enhancer coefficients for 44100Hz sample rate, scaled with 0.163834 */ 140 /* Stereo Enhancer coefficients for 48000Hz sample rate, scaled with 0.164402 */ 155 /* Stereo Enhancer coefficients for 96000Hz sample rate, scaled with 0.165* [all...] |
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Control.c | 213 /* Sets the filter coefficients. This uses the type to select single or double */ 214 /* precision coefficients. */ 230 * Set the coefficients for each band by the init function 236 * Check band type for correct initialisation method and recalculate the coefficients 244 PK_FLOAT_Coefs_t Coefficients; 246 * Calculate the single precision coefficients 250 &Coefficients); 252 * Set the coefficients 256 &Coefficients); 262 PK_C32_Coefs_t Coefficients; [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/ |
PolynomialFunctionLagrangeForm.java | 41 * The coefficients of the polynomial, ordered by degree -- i.e. 42 * coefficients[0] is the constant term and coefficients[n] is the 45 private double coefficients[]; field in class:PolynomialFunctionLagrangeForm 58 * Whether the polynomial coefficients are available. 128 * Returns a copy of the coefficients array. 132 * Note that coefficients computation can be ill-conditioned. Use with caution 135 * @return a fresh copy of the coefficients array 141 double[] out = new double[coefficients.length]; 142 System.arraycopy(coefficients, 0, out, 0, coefficients.length) [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
LaguerreSolver.java | 231 double coefficients[] = ((PolynomialFunction) f).getCoefficients(); local 232 Complex c[] = new Complex[coefficients.length]; 233 for (int i = 0; i < coefficients.length; i++) { 234 c[i] = new Complex(coefficients[i], 0.0); 273 * Find all complex roots for the polynomial with the given coefficients, 276 * @param coefficients the polynomial coefficients array 286 public Complex[] solveAll(double coefficients[], double initial) throws 289 Complex c[] = new Complex[coefficients.length]; 292 c[i] = new Complex(coefficients[i], 0.0) [all...] |
/external/libxcam/modules/ocl/ |
cv_edgetaper.cpp | 34 CVEdgetaper::create_weights (const cv::Mat &image, const cv::Mat &psf, cv::Mat &coefficients) 65 coefficients = weights.clone (); 76 cv::Mat coefficients; local 77 create_weights (img, psf, coefficients); 80 result = result.mul (coefficients) + blurred.mul (cv::Scalar (1.0f) - coefficients);
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Control.c | 172 /* Reinitialize some parameters and changes filters' coefficients if */ 206 /* Modifies filters types and coefficients, clear the taps and 333 /* Sets the band pass filter coefficients. This uses the type to select */ 334 /* single or double precision coefficients. */ 353 * Set the coefficients for each band by the init function 362 BP_C32_Coefs_t Coefficients; 365 * Calculate the double precision coefficients 369 &Coefficients); 371 * Set the coefficients 375 &Coefficients); [all...] |