/frameworks/av/media/libeffects/lvm/lib/Bass/src/ |
LVDBE_Tables.c | 26 #include "LVDBE_Coeffs.h" /* Filter coefficients */ 32 /* Coefficients constant table */ 40 /* Coefficients for 55Hz centre frequency */ 41 {HPF_Fs8000_Fc55_A2, /* 8kS/s coefficients */ 46 {HPF_Fs11025_Fc55_A2, /* 11kS/s coefficients */ 51 {HPF_Fs12000_Fc55_A2, /* 12kS/s coefficients */ 56 {HPF_Fs16000_Fc55_A2, /* 16kS/s coefficients */ 61 {HPF_Fs22050_Fc55_A2, /* 22kS/s coefficients */ 66 {HPF_Fs24000_Fc55_A2, /* 24kS/s coefficients */ 71 {HPF_Fs32000_Fc55_A2, /* 32kS/s coefficients */ [all...] |
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Tables.c | 28 #include "LVCS_Headphone_Coeffs.h" /* Headphone coefficients */ 39 {CS_MIDDLE_8000_A0, /* 8kS/s coefficients */ 43 {CS_MIDDLE_11025_A0, /* 11kS/s coefficients */ 47 {CS_MIDDLE_12000_A0, /* 12kS/s coefficients */ 51 {CS_MIDDLE_16000_A0, /* 16kS/s coefficients */ 55 {CS_MIDDLE_22050_A0, /* 22kS/s coefficients */ 59 {CS_MIDDLE_24000_A0, /* 24kS/s coefficients */ 63 {CS_MIDDLE_32000_A0, /* 32kS/s coefficients */ 67 {CS_MIDDLE_44100_A0, /* 44kS/s coefficients */ 71 {CS_MIDDLE_48000_A0, /* 48kS/s coefficients */ [all...] |
/external/eigen/doc/snippets/ |
MatrixBase_diagonal.cpp | 3 cout << "Here are the coefficients on the main diagonal of m:" << endl
|
MatrixBase_prod.cpp | 3 cout << "Here is the product of all the coefficients:" << endl << m.prod() << endl;
|
MatrixBase_cwiseEqual.cpp | 7 cout << "Number of coefficients that are equal: " << count << endl;
|
MatrixBase_cwiseNotEqual.cpp | 7 cout << "Number of coefficients that are not equal: " << count << endl;
|
MatrixBase_diagonal_int.cpp | 3 cout << "Here are the coefficients on the 1st super-diagonal and 2nd sub-diagonal of m:" << endl
|
MatrixBase_diagonal_template_int.cpp | 3 cout << "Here are the coefficients on the 1st super-diagonal and 2nd sub-diagonal of m:" << endl
|
Tridiagonalization_householderCoefficients.cpp | 6 cout << "The vector of Householder coefficients is:" << endl << hc << endl;
|
HessenbergDecomposition_packedMatrix.cpp | 9 cout << "The vector of Householder coefficients is:" << endl << hc << endl;
|
/external/eigen/doc/special_examples/ |
Tutorial_sparse_example.cpp | 7 void buildProblem(std::vector<T>& coefficients, Eigen::VectorXd& b, int n); 16 std::vector<T> coefficients; // list of non-zeros coefficients local 18 buildProblem(coefficients, b, n); 21 A.setFromTriplets(coefficients.begin(), coefficients.end());
|
Tutorial_sparse_example_details.cpp | 19 void buildProblem(std::vector<T>& coefficients, Eigen::VectorXd& b, int n) 28 insertCoefficient(id, i-1,j, -1, coefficients, b, boundary); 29 insertCoefficient(id, i+1,j, -1, coefficients, b, boundary); 30 insertCoefficient(id, i,j-1, -1, coefficients, b, boundary); 31 insertCoefficient(id, i,j+1, -1, coefficients, b, boundary); 32 insertCoefficient(id, i,j, 4, coefficients, b, boundary);
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
Filters.h | 34 * Biquad with coefficients A0, A1, A2, B1 and B2 coefficients 36 /* Single precision (16-bit) Biquad section coefficients */ 49 * Biquad with coefficients A0, A1 and B1 coefficients 51 /* Single precision (16-bit) Biquad section coefficients */
|
/external/ceres-solver/data/ |
README.foe | 1 The *.foe files contain coefficients provided by Stefan Roth, who agreed to 6 The coefficients in the *.foe files have been obtained by extracting the
|
/external/eigen/doc/examples/ |
Tutorial_simple_example_dynamic_size.cpp | 13 m(i,j) = i+j*m.rows(); // to access matrix coefficients, 19 // to access vector coefficients, use either operator () or operator []
|
/external/chromium_org/third_party/opus/src/silk/float/ |
k2a_FLP.c | 34 /* step up function, converts reflection coefficients to prediction coefficients */ 36 silk_float *A, /* O prediction coefficients [order] */ 37 const silk_float *rc, /* I reflection coefficients [order] */
|
/external/chromium_org/third_party/skia/include/effects/ |
SkBicubicImageFilter.h | 25 @param coefficients The 16 coefficients of the bicubic matrix. 30 SkBicubicImageFilter(const SkSize& scale, const SkScalar coefficients[16],
|
/external/skia/include/effects/ |
SkBicubicImageFilter.h | 25 @param coefficients The 16 coefficients of the bicubic matrix. 30 SkBicubicImageFilter(const SkSize& scale, const SkScalar coefficients[16],
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lattice_c.c | 21 /* Filter ar_g_Q0[] and ar_f_Q0[] through an AR filter with coefficients 26 int16_t* cth_Q15, // Filter coefficients 27 int16_t* sth_Q15, // Filter coefficients
|
lpc_tables.h | 14 * header file for coding tables for the LPC coefficients 24 /* indices of KLT coefficients used */ 53 /* initial cdf index for KLT coefficients */ 78 /* code length for all coefficients using different models */ 93 /* means of log gains and LAR coefficients */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
weight_a.c | 20 * Description:Weighting of LPC coefficients * 29 Word16 a[], /* (i) Q12 : a[m+1] LPC coefficients */ 30 Word16 ap[], /* (o) Q12 : Spectral expanded LPC coefficients */
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.cpp | 96 /*Normalized coefficients*/ 98 /*Temporary coefficients*/ 101 /*Cubic polynomial roots, nr of roots and coefficients*/ 120 /*Compute normalized coefficients*/ 125 /*Compute temporary coefficients*/ 130 /*Compute coefficients of cubic*/ 168 /*Normalized coefficients*/ 170 /*Temporary coefficients*/ 173 /*Cubic polynomial roots, nr of roots and coefficients*/ 192 /*Compute normalized coefficients*/ [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_utilities_poly.cpp | 96 /*Normalized coefficients*/ 98 /*Temporary coefficients*/ 101 /*Cubic polynomial roots, nr of roots and coefficients*/ 120 /*Compute normalized coefficients*/ 125 /*Compute temporary coefficients*/ 130 /*Compute coefficients of cubic*/ 168 /*Normalized coefficients*/ 170 /*Temporary coefficients*/ 173 /*Cubic polynomial roots, nr of roots and coefficients*/ 192 /*Compute normalized coefficients*/ [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.cpp | 96 /*Normalized coefficients*/ 98 /*Temporary coefficients*/ 101 /*Cubic polynomial roots, nr of roots and coefficients*/ 120 /*Compute normalized coefficients*/ 125 /*Compute temporary coefficients*/ 130 /*Compute coefficients of cubic*/ 168 /*Normalized coefficients*/ 170 /*Temporary coefficients*/ 173 /*Cubic polynomial roots, nr of roots and coefficients*/ 192 /*Compute normalized coefficients*/ [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_DecodeCoeffsToPairCAVLC.c | 13 * H.264 decode coefficients module 30 * Inverse field scan is not supported. The decoded coefficients in packed 40 * [in] sMaxNumCoeff Maximum number of non-zero coefficients in current 43 * AC coefficients of above and left 4x4 blocks. It is 48 * [out] pNumCoeff Pointer to the number of nonzero coefficients in
|