HomeSort by relevance Sort by last modified time
    Searched full:coefficient (Results 126 - 150 of 1130) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
DelayAllPass_Sat_32x16To32.c 32 LVM_INT16 coeff, /* All pass filter coefficient */
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Private.h 159 /* Fast coefficient structure */
186 LVREV_FastCoef_st *pFastCoef; /* Fast coefficient memory base address */
226 /* Fast coefficient structure */
255 LVREV_FastCoef_st *pFastCoef; /* Fast coefficient memory base address */
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.h 31 // A mechanism for suppression of artifacts caused by abrupt coefficient changes
100 // The maximum rate of coefficient change, measured in coefficient units per
126 // Maximum coefficient delta per sample.
AudioPeakingFilter.h 35 // using a linear interpolation from a coefficient table, using a
38 // fractional indices into the coefficient table.
144 // A coefficient interpolator, used for mapping the high level parameters to
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Result.java 64 // Get the normalized standard deviation ("standard deviation coefficient")
  /libcore/luni/src/test/java/tests/security/interfaces/
RSAPrivateCrtKeyTest.java 38 assertEquals("invalid CRT coefficient",
  /external/deqp/modules/glshared/
glsCalibration.hpp 42 float coefficient; member in struct:deqp::gls::LineParameters
44 LineParameters (float offset_, float coefficient_) : offset(offset_), coefficient(coefficient_) {}
57 float coefficient; member in struct:deqp::gls::LineParametersWithConfidence
  /external/eigen/Eigen/src/Core/
Select.h 18 * \brief Expression of a coefficient wise version of the C++ ternary operator ?:
24 * This class represents an expression of a coefficient wise version of the C++ ternary operator ?:.
113 /** \returns a matrix where each coefficient (i,j) is equal to \a thenMatrix(i,j)
ArrayBase.h 25 * all operations applied to an array are performed coefficient wise. Furthermore,
198 /** replaces \c *this by \c *this * \a other coefficient wise.
211 /** replaces \c *this by \c *this / \a other coefficient wise.
Visitor.h 92 * // called for the first coefficient
140 * \brief Visitor computing the min coefficient with its value and coordinates
168 * \brief Visitor computing the max coefficient with its value and coordinates
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.c 25 void WebRtcIsacfix_FilterMaLoopNeon(int16_t input0, // Filter coefficient
26 int16_t input1, // Filter coefficient
27 int32_t input2, // Inverse coefficient
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
cnst_vad.h 106 #define COEFF3 13363 /* coefficient for the 3rd order filter */
107 #define COEFF5_1 21955 /* 1st coefficient the for 5th order filter */
108 #define COEFF5_2 6390 /* 2nd coefficient the for 5th order filter */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
wb_vad_c.h 100 #define COEFF3 13363 /* coefficient for the 3rd order filter */
101 #define COEFF5_1 21955 /* 1st coefficient the for 5th order filter */
102 #define COEFF5_2 6390 /* 2nd coefficient the for 5th order filter */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
PearsonsCorrelation.java 134 * where <code>r</code> is the estimated correlation coefficient and
153 * hypothesis that the corresponding correlation coefficient is zero.
217 * Computes the Pearson's product-moment correlation coefficient between the two arrays.
224 * @return Returns Pearson's correlation coefficient for the two arrays
248 * <code>r(&middot,&middot;)</code> is the correlation coefficient and
  /external/libjpeg-turbo/
jdphuff.c 330 /* Section F.2.2.1: decode the DC coefficient difference */
341 /* Scale and output the coefficient (assumes jpeg_natural_order[0]=0) */
409 /* Scale and output coefficient in natural (dezigzagged) order */
539 /* initialize coefficient loop counter to start of band */
569 * if the absolute value of the coefficient must be increased.
585 break; /* reached target zero coefficient */
591 /* Output newly nonzero coefficient */
600 /* Scan any remaining coefficient positions after the end-of-band
601 * (the last newly nonzero coefficient, if any). Append a correction
602 * bit to each already-nonzero coefficient. A correction bit is
    [all...]
jctrans.c 13 * that is, writing raw DCT coefficient arrays to an output JPEG file.
30 * Compression initialization for writing raw-coefficient data.
196 /* We need a special coefficient buffer controller. */
213 * The rest of this file is a special implementation of the coefficient
369 * Initialize coefficient buffer controller.
371 * Each passed coefficient array must be the right size for that
372 * coefficient: width_in_blocks wide and height_in_blocks high,
jccoefct.c 11 * This file contains the coefficient buffer controller for compression.
13 * The coefficient buffer lies between forward-DCT and entropy encoding steps.
21 /* We use a full-image coefficient buffer when doing Huffman optimization,
47 * workspace of C_MAX_BLOCKS_IN_MCU coefficient blocks, and reuse it for each
401 * Initialize coefficient buffer controller.
415 /* Create the coefficient buffer. */
  /external/eigen/doc/
A05_PortingFrom2To3.dox 74 \section CoefficientWiseOperations Coefficient wise operations
76 In Eigen2, coefficient wise operations which have no proper mathematical definition (as a coefficient wise product)
80 Array for which all operations are performed coefficient wise. You can easily view a matrix as an array and vice versa using
88 a permanent conversion to the array world. Therefore, for binary operations such as the coefficient wise product,
90 concatenate multiple coefficient wise operations you only have to do the conversion once, e.g.:
256 it might be useful to explicit request for a lay product, i.e., for a product which will be evaluated one coefficient at once, on request,
  /external/libvpx/libvpx/third_party/libyuv/source/
row_neon64.cc     [all...]
  /external/libyuv/files/source/
row_neon64.cc     [all...]
  /external/libopus/silk/float/
burg_modified_FLP.c 103 /* Calculate nominator and denominator for the next order reflection (parcor) coefficient */
116 /* Calculate the next order reflection (parcor) coefficient */
123 /* Max prediction gain exceeded; set reflection coefficient such that max prediction gain is exactly hit */
  /external/pdfium/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.cpp 184 int32_t coefficient) const {
187 if (coefficient == 0)
193 product[i] = m_field->Multiply(m_coefficients[i], coefficient);
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_cosl.c 28 * simple methods give a minimax polynomial with coefficient for x^2
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_asinf.c 25 /* coefficient for R(x^2) */
  /external/adhd/cras/src/server/
rate_estimator.h 51 * smooth_factor - The coefficient used to calculate moving average

Completed in 860 milliseconds

1 2 3 4 56 7 8 91011>>