/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 27 ; * Contains module for DC/AC coefficient prediction 33 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior 40 ; * [in] pSrcDst pointer to the coefficient buffer which contains the 41 ; * quantized coefficient residuals (PQF) of the current 45 ; * [in] pPredBufRow pointer to the coefficient row buffer; must be aligned 47 ; * [in] pPredBufCol pointer to the coefficient column buffer; must be 62 ; * [out] pSrcDst pointer to the coefficient buffer which contains 65 ; * [out] pPredBufRow pointer to the updated coefficient row buffer 66 ; * [out] pPredBufCol pointer to the updated coefficient column buffer
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/ |
MultiDirectional.java | 36 /** Expansion coefficient. */ 39 /** Contraction coefficient. */ 51 * @param khi expansion coefficient 52 * @param gamma contraction coefficient 112 * @param coeff linear coefficient
|
/external/eigen/Eigen/src/Eigen2Support/ |
Cwise.h | 34 * \brief Pseudo expression providing additional coefficient-wise operations 36 * \param ExpressionType the type of the object on which to do coefficient-wise operations 38 * This class represents an expression with additional coefficient-wise features. 164 /** \returns a Cwise wrapper of *this providing additional coefficient-wise operations 177 /** \returns a Cwise wrapper of *this providing additional coefficient-wise operations
|
/external/libjpeg-turbo/ |
jdtrans.c | 11 * that is, reading raw DCT coefficient arrays from an input JPEG file. 25 * Read the coefficient arrays from a JPEG file. 28 * The entire image is read into a set of virtual coefficient-block arrays, 35 * An alternative usage is to simply obtain access to the coefficient arrays 127 /* Always get a full-image coefficient buffer. */
|
jdcoefct.h | 36 * We allocate a workspace of D_MAX_BLOCKS_IN_MCU coefficient blocks, 52 /* When doing block smoothing, we latch coefficient Al values here */
|
/external/opencv3/3rdparty/libjpeg/ |
jdtrans.c | 10 * that is, reading raw DCT coefficient arrays from an input JPEG file. 24 * Read the coefficient arrays from a JPEG file. 27 * The entire image is read into a set of virtual coefficient-block arrays, 34 * An alternative usage is to simply obtain access to the coefficient arrays 113 /* Always get a full-image coefficient buffer. */
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jdtrans.c | 9 * that is, reading raw DCT coefficient arrays from an input JPEG file. 23 * Read the coefficient arrays from a JPEG file. 26 * The entire image is read into a set of virtual coefficient-block arrays, 33 * An alternative usage is to simply obtain access to the coefficient arrays 116 /* Always get a full-image coefficient buffer. */
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
pitch_filter_armv6.S | 28 @ const int16_t* coefficient, 56 ldr r9, [sp, #48] @ coefficient 66 @ r9: &coefficient[] 74 ldr r4, [r9], #4 @ coefficient[0, 1] 86 ldrh r4, [r9], #-16 @ r9 back to &coefficient[0].
|
pitch_filter_c.c | 25 const int16_t* coefficient, 38 tmpW32 += ubufQQpos2[*index2 + j] * coefficient[j];
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Tables.c | 33 /* Stereo Enhancer coefficient constant tables */ 37 /* Coefficient table for the middle filter */ 76 /* Coefficient table for the side filter */ 138 /* Equaliser coefficient constant tables */ 366 /* Coefficient order: */
|
/external/libyuv/files/source/ |
row_neon.cc | [all...] |
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/ |
FixtureDef.java | 47 * The friction coefficient, usually in the range [0,1]. 112 * The friction coefficient, usually in the range [0,1]. 119 * The friction coefficient, usually in the range [0,1].
|
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/ |
BC_ReedSolomonGF256.cpp | 80 int32_t coefficient,
86 if (coefficient == 0) {
93 coefficients[0] = coefficient;
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
BC_PDF417ECModulusGF.cpp | 68 int32_t coefficient,
75 if (coefficient == 0) {
83 coefficients[0] = coefficient;
|
/libcore/ojluni/src/main/java/java/security/spec/ |
RSAOtherPrimeInfo.java | 31 * This class represents the triplet (prime, exponent, and coefficient) 39 * coefficient INTEGER 68 * coefficient.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
ContinuedFraction.java | 51 * Access the n-th a coefficient of the continued fraction. Since a can be 53 * @param n the coefficient index to retrieve. 55 * @return the n-th a coefficient. 60 * Access the n-th b coefficient of the continued fraction. Since b can be 62 * @param n the coefficient index to retrieve. 64 * @return the n-th b coefficient.
|
/external/dng_sdk/source/ |
dng_misc_opcodes.h | 228 /// f (x) = coefficient [0] + ((x * coefficient [1]) + 229 /// (x^2 * coefficient [2]) + 230 /// (x^3 * coefficient [3]) + 231 /// (x^4 * coefficient [4]) ... 235 const real64 *coefficient);
|
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
crc.h | 48 * @param le If 1, the lowest bit represents the coefficient for the highest 56 * @param poly generator polynomial without the x**bits coefficient, in the
|
/frameworks/av/media/libeffects/lvm/lib/Bass/src/ |
LVDBE_Private.h | 59 #define LVDBE_MEMREGION_PERSISTENT_COEF 2 /* Offset to persistent coefficient region */ 110 /* Data and coefficient pointers */
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
FO_1I_D32F32Cll_TRC_WRA_01_Init.c | 35 /* pCoef - input, pointer to the coefficient structure */ 36 /* N - M coefficient factor of QM.N */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
preemph.c | 30 Word16 mu, /* (i) Q15 : preemphasis coefficient */ 59 Word16 mu, /* (i) Q15 : preemphasis coefficient */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c | 44 * ChromaDCLevel. The decoded coefficients in packed position-coefficient 59 * coefficient-position pair buffer
|
omxVCM4P10_DecodeCoeffsToPairCAVLC.c | 46 * position-coefficient buffer are stored in increasing zigzag order instead 66 * coefficient-position pair buffer
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c | 44 * ChromaDCLevel. The decoded coefficients in packed position-coefficient 59 * coefficient-position pair buffer
|
omxVCM4P10_DecodeCoeffsToPairCAVLC.c | 46 * position-coefficient buffer are stored in increasing zigzag order instead 66 * coefficient-position pair buffer
|