HomeSort by relevance Sort by last modified time
    Searched full:coefficients (Results 76 - 100 of 1642) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
BQ_2I_D16F32Css_TRC_WRA_01_Private.h 26 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */
36 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */
BQ_2I_D32F32Cll_TRC_WRA_01_Private.h 27 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */
37 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */
FO_1I_D16F16Css_TRC_WRA_01_Private.h 26 LVM_INT16 coefs[3]; /* pointer to the filter coefficients */
36 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */
FO_1I_D32F32Cll_TRC_WRA_01_Private.h 27 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */
36 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */
FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h 27 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */
35 LVM_INT16 coefs[3]; /* pointer to the filter coefficients */
PK_2I_D32F32CssGss_TRC_WRA_01_Private.h 29 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */
37 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */
  /external/pdfium/fxbarcode/common/reedsolomon/
BC_ReedSolomon.cpp 92 const auto& coefficients = remainder->GetCoefficients(); local
94 ecBytes > coefficients.size() ? ecBytes - coefficients.size() : 0;
97 for (size_t y = 0; y < coefficients.size(); y++)
98 (*toEncode)[dataBytes + numZeroCoefficients + y] = coefficients[y];
BC_ReedSolomonGF256Poly.cpp 33 int32_t coefficients) {
38 m_coefficients.push_back(coefficients);
46 const std::vector<int32_t>* coefficients) {
47 if (!coefficients || coefficients->empty())
51 size_t coefficientsLength = coefficients->size();
52 if (coefficientsLength > 1 && coefficients->front() == 0) {
55 (*coefficients)[firstNonZero] == 0) {
63 m_coefficients[j] = (*coefficients)[i];
66 m_coefficients = *coefficients;
    [all...]
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 45 typedef typename internal::traits<Derived>::Coefficients Coefficients;
50 // typedef typename Matrix<Scalar,4,1> Coefficients;
79 EIGEN_DEVICE_FUNC inline const VectorBlock<const Coefficients,3> vec() const { return coeffs().template head<3>(); }
82 EIGEN_DEVICE_FUNC inline VectorBlock<Coefficients,3> vec() { return coeffs().template head<3>(); }
84 /** \returns a read-only vector expression of the coefficients (x,y,z,w) */
85 EIGEN_DEVICE_FUNC inline const typename internal::traits<Derived>::Coefficients& coeffs() const { return derived().coeffs(); }
87 /** \returns a vector expression of the coefficients (x,y,z,w) */
88 EIGEN_DEVICE_FUNC inline typename internal::traits<Derived>::Coefficients& coeffs() { return derived().coeffs(); }
112 /** \returns the squared norm of the quaternion's coefficients
    [all...]
  /external/libopus/silk/
SigProc_FIX.h 101 * slower than biquad() but uses more precise coefficients
102 * can handle (slowly) varying coefficients
106 const opus_int32 *B_Q28, /* I MA coefficients [3] */
107 const opus_int32 *A_Q28, /* I AR coefficients [2] */
115 const opus_int32 *B_Q28, /* I MA coefficients [3] */
116 const opus_int32 *A_Q28, /* I AR coefficients [2] */
126 const opus_int16 *B, /* I MA prediction coefficients, Q12 [order] */
147 /* test if LPC coefficients are stable (all poles within unit circle) */
149 const opus_int16 *A_Q12, /* I Prediction coefficients, Q12 [order] */
200 /* Calculates the reflection coefficients from the correlation sequence *
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
SplineInterpolator.java 100 // cubic spline coefficients -- b is linear, c quadratic, d is cubic (original y's are constants)
115 double coefficients[] = new double[4]; local
117 coefficients[0] = y[i];
118 coefficients[1] = b[i];
119 coefficients[2] = c[i];
120 coefficients[3] = d[i];
121 polynomials[i] = new PolynomialFunction(coefficients);
LinearInterpolator.java 66 final double coefficients[] = new double[2]; local
68 coefficients[0] = y[i];
69 coefficients[1] = m[i];
70 polynomials[i] = new PolynomialFunction(coefficients);
  /external/libhevc/common/
ihevc_inter_pred_filters.c 91 * WORD8 pointer to the filter coefficients
137 * Applies a horizontal filter with coefficients pointed to by 'pi1_coeff'
154 * WORD8 pointer to the filter coefficients
209 * Applies a vertcal filter with coefficients pointed to by 'pi1_coeff' to
226 * WORD8 pointer to the filter coefficients
299 * WORD8 pointer to the filter coefficients
347 * Applies a horizontal filter with coefficients pointed to by 'pi1_coeff'
365 * WORD8 pointer to the filter coefficients
418 * Applies a vertical filter with coefficients pointed to by 'pi1_coeff' to
436 * WORD8 pointer to the filter coefficients
    [all...]
  /external/libopus/silk/float/
SigProc_FLP.h 52 /* test if LPC coefficients are stable (all poles within unit circle) */
55 const silk_float *A, /* I prediction coefficients [order] */
60 silk_float refl_coef[], /* O reflection coefficients (length order) */
66 silk_float *A, /* O prediction coefficients [order] */
67 const silk_float *rc, /* I reflection coefficients [order] */
101 /* Compute reflection coefficients from input signal */
103 silk_float A[], /* O prediction coefficients (length order) */
  /external/webrtc/webrtc/common_audio/signal_processing/
filter_ar_fast_q12_mips.c 16 const int16_t* __restrict coefficients,
35 "lh %[coef0], 0(%[coefficients]) \n\t"
42 " addu %[coefptr], %[coefficients], %[offset] \n\t"
64 "addu %[coefptr], %[coefficients], %[offset] \n\t"
107 "addu %[coefptr], %[coefficients], %[offset] \n\t"
131 : [coefficients] "r" (coefficients), [data_length] "r" (data_length),
  /external/fec/
dotprod_sse2.c 12 int len; /* Number of coefficients */
14 /* On a SSE2 machine, these hold 8 copies of the coefficients,
34 /* Make 8 copies of coefficients, one for each data alignment,
  /external/libavc/encoder/
ih264e_statistics.h 53 * gu4_cavlc_level_bin_lt_4 represents the number coefficients with abs(level) < 4
54 * gu4_cavlc_level_bin_lt_16 represents the number coefficients with 4 < abs(level) < 16
55 * gu4_cavlc_level_bin_lt_32 represents the number coefficients with 16 < abs(level) < 32
  /external/skia/src/gpu/gl/
GrGLPathRendering.cpp 217 float coefficients[3 * 3]; local
220 coefficients[0] = SkScalarToFloat(matrix[SkMatrix::kMScaleX]);
221 coefficients[1] = SkScalarToFloat(matrix[SkMatrix::kMSkewX]);
222 coefficients[2] = SkScalarToFloat(matrix[SkMatrix::kMTransX]);
225 coefficients[3] = SkScalarToFloat(matrix[SkMatrix::kMSkewY]);
226 coefficients[4] = SkScalarToFloat(matrix[SkMatrix::kMScaleY]);
227 coefficients[5] = SkScalarToFloat(matrix[SkMatrix::kMTransY]);
231 coefficients[6] = SkScalarToFloat(matrix[SkMatrix::kMPersp0]);
232 coefficients[7] = SkScalarToFloat(matrix[SkMatrix::kMPersp1]);
233 coefficients[8] = SkScalarToFloat(matrix[SkMatrix::kMPersp2])
    [all...]
  /external/skqp/src/gpu/gl/
GrGLPathRendering.cpp 217 float coefficients[3 * 3]; local
220 coefficients[0] = SkScalarToFloat(matrix[SkMatrix::kMScaleX]);
221 coefficients[1] = SkScalarToFloat(matrix[SkMatrix::kMSkewX]);
222 coefficients[2] = SkScalarToFloat(matrix[SkMatrix::kMTransX]);
225 coefficients[3] = SkScalarToFloat(matrix[SkMatrix::kMSkewY]);
226 coefficients[4] = SkScalarToFloat(matrix[SkMatrix::kMScaleY]);
227 coefficients[5] = SkScalarToFloat(matrix[SkMatrix::kMTransY]);
231 coefficients[6] = SkScalarToFloat(matrix[SkMatrix::kMPersp0]);
232 coefficients[7] = SkScalarToFloat(matrix[SkMatrix::kMPersp1]);
233 coefficients[8] = SkScalarToFloat(matrix[SkMatrix::kMPersp2])
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
lpc_encode.c 31 int16_t *syntdenum, /* (i/o) synthesis filter coefficients
33 int16_t *weightdenum, /* (i/o) weighting denumerator coefficients
53 /* Calculate the synthesis and weighting filter coefficients from
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
spectrum_ar_model_tables.h 14 * This file contains definitions of tables with AR coefficients,
15 * Gain coefficients and cosine tables.
62 /* quantization boundary levels for reflection coefficients */
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
weight_a.h 39 * Purpose : Spectral expansion of LP coefficients. (order==10)
72 Word16 a[], /* (i) : a[m+1] LPC coefficients (m=10) */
74 Word16 a_exp[] /* (o) : Spectral expanded LPC coefficients */
  /external/libopus/silk/fixed/
noise_shape_analysis_FIX.c 36 /* Compute gain to make warped filter coefficients have a zero mean log frequency response on a */
39 /* coefficient in an array of coefficients, for monic filters. */
57 /* Convert warped filter coefficients to monic pseudo-warped coefficients and limit maximum */
58 /* amplitude of monic warped coefficients by using bandwidth expansion on the true coefficients */
70 /* Convert to monic coefficients */
96 /* Coefficients are within range - done */
100 /* Convert back to true warped coefficients */
115 /* Convert to monic warped coefficients */
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
PolynomialFitter.java 27 * estimated coefficients are the polynomial coefficients. They are
35 /** Fitter for the coefficients. */
43 * ie. a n-degree polynomial has n+1 coefficients.</p>
  /external/eigen/test/
stddeque.cpp 79 typedef typename QuaternionType::Coefficients Coefficients;
80 QuaternionType x(Coefficients::Random()), y(Coefficients::Random());

Completed in 392 milliseconds

1 2 34 5 6 7 8 91011>>