/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
armVCM4P10_PredictIntraDC4x4.c | 44 * [in] pSrcLeft Pointer to the buffer of 16 left coefficients: 46 * [in] pSrcAbove Pointer to the buffer of 16 above coefficients:
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_TransRecBlockCoef_inter.c | 43 * Implements DCT, and quantizes the DCT coefficients of the inter block 58 * pDst - pointer to the quantized DCT coefficients buffer; must be aligned
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/ |
matrix.h | 17 * element is 1. The next elements are the unknown coefficients, followed by 18 * the parameter coefficients, then the constant term. For instance, the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/ |
matrix.h | 17 * element is 1. The next elements are the unknown coefficients, followed by 18 * the parameter coefficients, then the constant term. For instance, the
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
resample.c | 28 // interpolation coefficients 438 // sum and accumulate filter coefficients and input samples 441 // sum and accumulate filter coefficients and input samples 444 // sum and accumulate filter coefficients and input samples 447 // sum and accumulate filter coefficients and input samples 450 // sum and accumulate filter coefficients and input samples 486 // sum and accumulate filter coefficients and input samples 489 // sum and accumulate filter coefficients and input samples 492 // sum and accumulate filter coefficients and input samples 495 // sum and accumulate filter coefficients and input sample [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/ |
package.html | 23 were the parameters are the coefficients of a function <code>f</code>
|
/external/ceres-solver/examples/ |
fields_of_experts.h | 61 // coefficients given in the constructor and the scalar parameters passed to it. 66 // filter coefficients passed to the constructor. 88 // This class loads a set of filters and coefficients from file. Then the users 136 // The coefficients in front of each term.
|
/external/eigen/doc/snippets/ |
HouseholderSequence_HouseholderSequence.cpp | 13 cout << "The Householder coefficients are: h = " << h.transpose() << endl;
|
/external/eigen/test/eigen2/ |
eigen2_newstdvector.cpp | 89 typedef typename QuaternionType::Coefficients Coefficients; 90 QuaternionType x(Coefficients::Random()), y(Coefficients::Random());
|
eigen2_qtvector.cpp | 98 typedef typename QuaternionType::Coefficients Coefficients; 99 QuaternionType x(Coefficients::Random()), y(Coefficients::Random());
|
eigen2_stdvector.cpp | 88 typedef typename QuaternionType::Coefficients Coefficients; 89 QuaternionType x(Coefficients::Random()), y(Coefficients::Random());
|
/external/eigen/test/ |
qtvector.cpp | 98 typedef typename QuaternionType::Coefficients Coefficients; 99 QuaternionType x(Coefficients::Random()), y(Coefficients::Random());
|
stdvector.cpp | 88 typedef typename QuaternionType::Coefficients Coefficients; 89 QuaternionType x(Coefficients::Random()), y(Coefficients::Random());
|
stdvector_overload.cpp | 102 typedef typename QuaternionType::Coefficients Coefficients; 103 QuaternionType x(Coefficients::Random()), y(Coefficients::Random());
|
/external/libhevc/common/ |
ihevc_trans_macros.h | 136 /* Reference Inverse Quantization: "pi2_src"(Coefficients) will be clipped to 15 or 14 bits when (qp_div > shift_iq). Spec doesn't have any clip mentioned */ 139 /* No clipping is needed for "pi2_src"(coefficients) */ 155 /* 1. Clip "pi2_src"(coefficients) to 10 bits if "(qp_div >= shift_iq)" or 16 bits if "(qp_div < shift_iq)"*/ 156 /* 2. Increasing precision of "pi2_src"(coefficients) to 64 bits */
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
TJTransformer.java | 72 * buffers. Lossless transforms work by moving the raw coefficients from one 74 * coefficients. While this is typically faster than decompressing the 77 * decoding on all of the coefficients in the source image, regardless of the 81 * read the source coefficients multiple times.
|
/external/libjpeg-turbo/simd/ |
jfdctint-mmx.asm | 137 movq mm4,mm0 ; transpose coefficients(phase 1) 140 movq mm5,mm2 ; transpose coefficients(phase 1) 155 movq mm4,mm6 ; transpose coefficients(phase 1) 158 movq mm2,mm1 ; transpose coefficients(phase 1) 162 movq mm7,mm6 ; transpose coefficients(phase 2) 165 movq mm3,mm2 ; transpose coefficients(phase 2) 181 movq mm7,mm4 ; transpose coefficients(phase 2) 184 movq mm6,mm1 ; transpose coefficients(phase 2) 379 movq mm4,mm0 ; transpose coefficients(phase 1) 382 movq mm5,mm2 ; transpose coefficients(phase 1 [all...] |
/external/libopus/silk/fixed/ |
find_pitch_lags_FIX.c | 67 /* Estimate LPC AR coefficients */ 95 /* Calculate the reflection coefficients using schur */ 101 /* Convert reflection coefficients to prediction coefficients */
|
/external/libpng/contrib/tools/ |
sRGB.h | 44 /* Use the sRGB (rounded) coefficients for Rlinear, Glinear, Blinear to get
|
/external/speex/libspeex/ |
lpc.c | 64 * The next two functions calculate linear prediction coefficients 65 * and/or the related reflection coefficients from the first P_MAX+1 74 spx_coef_t *lpc, /* out: [0...p-1] LPC coefficients */ 101 /* Update LPC coefficients and total error */
|
lsp.c | 11 Coefficients (LPC) to Line Spectral Pair (LSP) and back. Note that the 12 LSP coefficients are not in radians format but in the x domain of the 50 LSPs are used to encode the LPC filter coefficients {ak} for 55 A(z) is a polynomial of order lpcrdr with {ak} as the coefficients. 69 swap coefficients as we find roots. So the process of finding the 207 This function converts LPC coefficients to LSP 208 coefficients. 220 /* float *a lpc coefficients */ 221 /* int lpcrdr order of LPC coefficients (10) */ 250 /* determine P'(z)'s and Q'(z)'s coefficients wher [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
hp_input.h | 26 int16_t *ba, /* (i) B- and A-coefficients (2:nd order)
|
hp_output.h | 26 int16_t *ba, /* (i) B- and A-coefficients (2:nd order)
|
lsf_check.h | 25 * check for stability of lsf coefficients
|
simple_lpc_analysis.h | 29 int16_t *lsf, /* (o) lsf coefficients */
|