/external/eigen/Eigen/src/QR/ |
ColPivHouseholderQR.h | 244 * \note If this matrix is not invertible, the returned matrix has undefined coefficients. 428 // remember the maximum absolute value of diagonal coefficients
|
FullPivHouseholderQR.h | 264 * \note If this matrix is not invertible, the returned matrix has undefined coefficients. 441 // remember the maximum absolute value of diagonal coefficients
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_interp.c | 345 * setup interpolation coefficients refer to (0,0) which causes 651 * setup interpolation coefficients refer to (0,0) which causes
|
/external/opencv/cv/src/ |
cvundistort.cpp | 160 "Distortion coefficients must be 1x4, 4x1, 1x5 or 5x1 floating-point vector" ); 223 "Distortion coefficients must be 1x4, 4x1, 1x5 or 5x1 floating-point vector" );
|
/external/skia/src/opts/ |
SkBitmapProcState_opts_SSSE3.cpp | 368 // This allows loading the coefficients x0 and x1 and shuffling them to the 373 // _mm_shuffle_epi8 : this allows us to spread the coefficients x[0-3] loaded
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_math.h | 40 coefficients for approximating 49 order polynomial, instead of taking the coefficients from
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_math.h | 40 coefficients for approximating 49 order polynomial, instead of taking the coefficients from
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_math.h | 40 coefficients for approximating 49 order polynomial, instead of taking the coefficients from
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
encode.c | 196 /* find coefficients for perceptual pre-filters */ 348 // scale FFT coefficients to reduce the bit-rate
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
LVM_Control.c | 276 * Load the coefficients 298 * Load the coefficients and enabled the treble boost [all...] |
/frameworks/av/media/libeffects/testlibs/ |
EffectsMath.h | 31 coefficients for approximating 40 order polynomial, instead of taking the coefficients from
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
oversamp_12k8_to_16k.cpp | 125 int16 nb_coef /* number of coefficients */ 278 int16 nb_coef /* number of coefficients */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
dcac_prediction.cpp | 76 int y_offset, x_offset, x_tab, y_tab, z_tab; /* speedup coefficients */ 246 int y_offset, x_offset, x_tab, y_tab; /* speedup coefficients */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastcodemb.cpp | 36 /* video->outputMB Quantized DCT coefficients. */ 265 /* video->outputMB Quantized DCT coefficients. */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_transform.c | 239 inverse scaling for a luma DC coefficients block 343 chroma DC coefficients block
|
/external/llvm/lib/Analysis/ |
DependenceAnalysis.cpp | [all...] |
/external/svox/pico/lib/ |
picocep.c | 77 #define PICOCEP_OUT_DATA_FORMAT PICODATA_ITEMINFO1_FRAME_PAR_DATA_FORMAT_FIXED /* we output coefficients as fixed point values */ 212 /*---------------------- coefficients --------------------------------------*/ 213 /* output coefficients buffer */ 804 * initializes the coefficients to calculate delta and delta-delta values and the squares of the coefficients [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_setup.c | 529 * the plane coefficients (a0, dadx, dady). [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
GenerateResults.java | 670 stream.print("<title>Summary of Elapsed Process Variation Coefficients</title></head>\n"); 671 stream.print("<body><h3>Summary of Elapsed Process Variation Coefficients</h3>\n"); 688 stream.print("variation coefficients (CVs) are in columns to the left for baseline and current\n"); [all...] |
/external/eigen/Eigen/src/SparseCore/ |
SparseMatrix.h | 32 * \tparam _Scalar the scalar type, i.e. the type of the coefficients 239 /** \returns the number of non zero coefficients */ 539 /** \returns a const expression of the diagonal coefficients */ [all...] |
/external/jpeg/ |
jpeglib.h | 61 /* Data structures for images (arrays of samples and of DCT coefficients). 70 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */ [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_setup.c | 529 * the plane coefficients (a0, dadx, dady). [all...] |
/external/qemu/distrib/jpeg-6b/ |
jpeglib.h | 61 /* Data structures for images (arrays of samples and of DCT coefficients). 70 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */ [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
gain_q.cpp | 534 /* calculate energy coefficients for quantization 595 /* calculate energy coefficients for quantization */ 676 /* calculate energy coefficients for quantization */
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
YuvImageTest.java | 41 // Coefficients are taken from jcolor.c in libjpeg.
|