HomeSort by relevance Sort by last modified time
    Searched full:coefficients (Results 551 - 575 of 1013) sorted by null

<<21222324252627282930>>

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_filter.c 36 /* interpolation coefficients; generated by design_pitch_filter.m */
221 /* Find correct set of coefficients for computing fractional pitch. */
  /external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c 220 // five polynomial approximation. The coefficients have been
297 // polynomial approximation. The coefficients have been estimated
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c 73 * Update the high pass filter coefficients
92 * Update the low pass filter coefficients
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
levinson.h 128 Word16 A[], /* o : A[m] LPC coefficients (m = 10) */
129 Word16 rc[], /* o : rc[4] First 4 reflection coefficients */
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
interpolate_isp.cpp 50 int16 Az[] output: LP coefficients in 4 subframes
119 int16 Az[] /* output: LP coefficients in 4 subframes */
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 79 // Now compute the coefficients. We will store some redundant values to save
94 //Now we need to normalize the weights because all our coefficients need to add up to one
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 260 // With the coefficients A, B, C, D:
352 double[] solution = new double[n]; // returned coefficients
  /external/aac/libSBRdec/src/
lpp_tran.cpp 90 inverse filtering based on LPC coefficients.
209 * LPC coefficients for the filtering. The actual calculation of the LPC coefficients and the implementation
708 * store the unmodified filter coefficients if there is
    [all...]
  /external/aac/libSBRenc/src/
ps_encode.cpp 359 /* Quantize IID coefficients */
370 /* Check if IID coefficients should be used in this frame */
591 /* Quantize ICC coefficients */
596 /* Check if ICC coefficients should be used */
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.h 190 FT_Fixed xx, xy; /* transformation matrix coefficients */
  /external/chromium_org/third_party/mesa/src/docs/
envvars.html 87 <li>MESA_GAMMA - gamma correction coefficients for red, green, blue channels
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_cvt.c 88 * Coefficients are relative to optimized bn_nist.c for most
  /external/chromium_org/third_party/opus/src/silk/fixed/
prefilter_FIX.c 50 const opus_int16 coef_Q13[], /* I Coefficients [order] */
  /external/chromium_org/third_party/opus/src/silk/float/
prefilter_FLP.c 53 const silk_float coef[], /* I Coefficients [order] */
  /external/chromium_org/third_party/opus/src/silk/
resampler_private_down_FIR.c 56 /* Fractional part gives interpolation coefficients */
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawState.h 456 * Sets the blending function coefficients.
508 * coefficients:
565 * Determines what optimizations can be applied based on the blend. The coefficients may have
567 * params that receive the tweaked coefficients. Normally the function looks at the current
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkInterpolator.cpp 247 // Now compute our coefficients from the control points
  /external/eigen/Eigen/src/Core/
ArrayBase.h 102 /** \internal Represents a matrix with all coefficients equal to one another*/
IO.h 38 * - \b coeffSeparator string printed between two coefficients of the same row
Map.h 41 * increment between two consecutive coefficients. Here, we're specifying the inner stride as a compile-time
  /external/eigen/Eigen/src/Eigen2Support/
LeastSquares.h 44 Vector3d coeffs; // will store the coefficients a, b, c
  /external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h 370 * \param hCoeffs returned Householder coefficients
410 // map the matrix coefficients to [-1:1] to avoid over- and underflow.
553 // map the matrix coefficients to [-1:1] to avoid over- and underflow.
687 // map the matrix coefficients to [-1:1] to avoid over- and underflow.
  /external/eigen/doc/
D09_StructHavingEigenMembers.dox 108 Dynamic-size matrices and vectors, such as Eigen::VectorXd, allocate dynamically their own array of coefficients, so they take care of requiring absolute alignment automatically. So they don't cause this issue. The issue discussed here is only with \ref TopicFixedSizeVectorizable "fixed-size vectorizable matrices and vectors".
QuickReference.dox 49 \li \c Scalar is the scalar type of the coefficients (e.g., \c float, \c double, \c bool, \c int, etc.).
87 ArrayWrapper<Matrix4f> m1a(m1); // m1a is an alias for m1.array(), they share the same coefficients
117 By default, the coefficients \n are left uninitialized</td></tr>
469 if((array1 > 0).all()) ... // if all coefficients of array1 are greater than 0 ...
  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 148 //To find the balancing coefficients, if the radix is 2,

Completed in 995 milliseconds

<<21222324252627282930>>