HomeSort by relevance Sort by last modified time
    Searched full:coefficients (Results 26 - 50 of 1623) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
LinearConstraint.java 45 * The c<sub>i</sub>, l<sub>i</sub> or r<sub>i</sub> are the coefficients of the constraints, the x<sub>i</sub>
56 /** Coefficients of the constraint (left hand side). */
57 private final transient RealVector coefficients; field in class:LinearConstraint
75 * @param coefficients The coefficients of the constraint (left hand side)
79 public LinearConstraint(final double[] coefficients, final Relationship relationship,
81 this(new ArrayRealVector(coefficients), relationship, value);
94 * @param coefficients The coefficients of the constraint (left hand side)
98 public LinearConstraint(final RealVector coefficients, final Relationship relationship
    [all...]
  /external/fec/
dotprod_mmx.c 11 int len; /* Number of coefficients */
13 /* On a MMX or SSE machine, these hold 4 copies of the coefficients,
33 /* Make 4 copies of coefficients, one for each data alignment */
66 * be multiplied by zero coefficients. I can't conceive of any
72 /* Choose one of 4 sets of pre-shifted coefficients. al is both the
74 * that coefficients array for alignment purposes
  /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/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.h 12 CBC_ReedSolomonGF256Poly(CBC_ReedSolomonGF256* field, int32_t coefficients);
31 CFX_Int32Array* coefficients,
  /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 */
  /external/eigen/doc/snippets/
HessenbergDecomposition_packedMatrix.cpp 9 cout << "The vector of Householder coefficients is:" << endl << hc << endl;
  /external/libopus/silk/float/
k2a_FLP.c 34 /* step up function, converts reflection coefficients to prediction coefficients */
36 silk_float *A, /* O prediction coefficients [order] */
37 const silk_float *rc, /* I reflection coefficients [order] */
  /external/skia/include/gpu/effects/
GrCustomXfermode.h 17 * 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:
  /development/perftests/panorama/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...]
  /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/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 28 * H.264 decode coefficients module
45 * Inverse field scan is not supported. The decoded coefficients in packed
55 * [in] sMaxNumCoeff Maximum number of non-zero coefficients in current
58 * AC coefficients of above and left 4x4 blocks. It is
63 * [out] pNumCoeff Pointer to the number of nonzero coefficients in
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 28 * H.264 decode coefficients module
45 * Inverse field scan is not supported. The decoded coefficients in packed
55 * [in] sMaxNumCoeff Maximum number of non-zero coefficients in current
58 * AC coefficients of above and left 4x4 blocks. It is
63 * [out] pNumCoeff Pointer to the number of nonzero coefficients in
  /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 */
172 /* Reverb coefficients for 8000 Hz sample rate, scaled with 1.038030 *
    [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...]

Completed in 390 milliseconds

12 3 4 5 6 7 8 91011>>