HomeSort by relevance Sort by last modified time
    Searched full:coefficients (Results 526 - 550 of 1013) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddMinus.decTest 73 -- full coefficients, alternating bits
ddPlus.decTest 73 -- full coefficients, alternating bits
dqAbs.decTest 97 -- full coefficients, alternating bits
dqCopy.decTest 73 -- full coefficients, alternating bits
dqCopyAbs.decTest 73 -- full coefficients, alternating bits
dqCopyNegate.decTest 73 -- full coefficients, alternating bits
dqMinus.decTest 73 -- full coefficients, alternating bits
dqPlus.decTest 73 -- full coefficients, alternating bits
  /external/opencv/cxcore/src/
cxutils.cpp 293 "The matrix of coefficients must be 1-dimensional vector of 3 or 4 elements" );
415 coefficients. The original code has been taken from Ken Turkowski's web
441 * linear and quadratic iterated synthetic division. The coefficients of
443 * the constant term. The coefficients are scaled by dividing them by
483 // Copy polynomial coefficients to working storage
485 h[2 + j] = *a++; // Note reversal of coefficients
661 CV_ERROR(CV_StsUnmatchedFormats, "must have n + 1 coefficients");
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.cpp 440 // The strategy is to use one FIR (different coefficients) for each of r, g, and b.
442 // The FIRs are aligned, and the coefficients reach 5 samples to each side of their 'center'.
449 // Coefficients determined by a gausian where 5 samples = 3 std deviations (0x110 'contrast').
456 static const unsigned int coefficients[LCD_PER_PIXEL][SAMPLES_PER_PIXEL*3] = { local
478 fir[subpxl_index] += coefficients[subpxl_index][coeff_index] * sample_value;
  /external/skia/src/core/
SkScalerContext.cpp 440 // The strategy is to use one FIR (different coefficients) for each of r, g, and b.
442 // The FIRs are aligned, and the coefficients reach 5 samples to each side of their 'center'.
449 // Coefficients determined by a gausian where 5 samples = 3 std deviations (0x110 'contrast').
456 static const unsigned int coefficients[LCD_PER_PIXEL][SAMPLES_PER_PIXEL*3] = { local
478 fir[subpxl_index] += coefficients[subpxl_index][coeff_index] * sample_value;
  /external/chromium_org/chrome/browser/resources/
gesture_config.js 399 label: 'Touchscreen fling deacceleration coefficients',
417 label: 'Touchpad fling deacceleration coefficients',
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
DynamicsCompressorKernel.cpp 263 // All of these coefficients were derived for 4th order polynomial curve fitting where the y values
331 // Normal values for the polynomial coefficients would create a monotonically increasing function.
  /external/chromium_org/third_party/freetype/src/base/
ftbbox.c 424 /* of the range of the original polynomial coefficients. */
431 if ( t1 == 0 ) /* all coefficients are 0! */
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
x86-gf2m.pl 29 # Note that above improvement coefficients are not coefficients for
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 20 * \param MatrixType the type of the dense matrix storing the coefficients
24 * with given dense storage of the coefficients. It is the return type of MatrixBase::selfadjointView()
  /external/eigen/blas/
ctbmv.f 72 * band part of the matrix of coefficients, supplied column by
90 * band part of the matrix of coefficients, supplied column by
dtbmv.f 72 * band part of the matrix of coefficients, supplied column by
90 * band part of the matrix of coefficients, supplied column by
stbmv.f 72 * band part of the matrix of coefficients, supplied column by
90 * band part of the matrix of coefficients, supplied column by
ztbmv.f 72 * band part of the matrix of coefficients, supplied column by
90 * band part of the matrix of coefficients, supplied column by
  /external/freetype/src/base/
ftbitmap.c 390 * coefficients for RGB channels *on the linear colors*.
410 /* Apply coefficients. */
  /external/libvorbis/lib/
lsp.c 404 /* Convert lpc coefficients to lsp coefficients */
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 54 // Quantization pass: All coefficients with index >= zero_flag are
115 // Quantization pass: only process the coefficients selected in
  /external/opencv/cvaux/src/
cveigenobjects.cpp 938 // Purpose: The function calculates all decomposition coefficients for input object
    [all...]
  /external/openssl/crypto/bn/asm/
x86-gf2m.pl 29 # Note that above improvement coefficients are not coefficients for

Completed in 540 milliseconds

<<21222324252627282930>>