HomeSort by relevance Sort by last modified time
    Searched full:coefficient (Results 201 - 225 of 1130) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddCanonical.decTest 56 -- Finites: declets in coefficient
121 -- Inf: coefficient continuation bits (first, last, and a few others)
168 -- Inf: coefficient continuation bits
278 -- Inf: coefficient continuation bits
325 -- Inf: coefficient continuation bits
dqCanonical.decTest 57 -- Finites: declets in coefficient
136 -- Inf: coefficient continuation bits (first, last, and a few others)
199 -- Inf: coefficient continuation bits
301 -- Inf: coefficient continuation bits
344 -- Inf: coefficient continuation bits
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddCanonical.decTest 56 -- Finites: declets in coefficient
121 -- Inf: coefficient continuation bits (first, last, and a few others)
168 -- Inf: coefficient continuation bits
278 -- Inf: coefficient continuation bits
325 -- Inf: coefficient continuation bits
dqCanonical.decTest 57 -- Finites: declets in coefficient
136 -- Inf: coefficient continuation bits (first, last, and a few others)
199 -- Inf: coefficient continuation bits
301 -- Inf: coefficient continuation bits
344 -- Inf: coefficient continuation bits
  /external/libjpeg-turbo/
structure.txt 24 A "coefficient" is a frequency coefficient (a DCT transform output number).
293 |-- Coefficient controller --|
329 * Coefficient controller: buffer controller for the DCT-coefficient data.
392 |-- Coefficient controller --|
411 * Coefficient controller: buffer controller for the DCT-coefficient data.
422 For progressive JPEG decoding, the coefficient controller supplies the prior
427 buffered by the coefficient controller have NOT been dequantized; w
    [all...]
jcphuff.c 412 /* Encode the DC coefficient difference per section G.1.2.1 */
421 /* Find the number of bits needed for the magnitude of the coefficient */
427 /* Check for out-of-range coefficient values.
524 /* Find the number of bits needed for the magnitude of the coefficient */
528 /* Check for out-of-range coefficient values */
592 /* We simply emit the Al'th bit of the DC coefficient value. */
689 * if k > EOB, which implies that this coefficient is not 1.
jdcoefct.c 13 * This file contains the coefficient buffer controller for decompression.
15 * The coefficient buffer lies between entropy decoding and inverse-DCT steps.
184 * Consume input data and store it in the full-image coefficient buffer.
522 /* Compute coefficient estimates per K.8.
523 * An estimate is applied only if coefficient is still zero,
624 * Initialize coefficient buffer controller.
642 /* Create the coefficient buffer. */
jchuff.c 423 * coefficient block to be larger than the 128-byte unencoded block. For each
521 /* Encode the DC coefficient difference per section F.1.2.1 */
538 /* Find the number of bits needed for the magnitude of the coefficient */
761 /* Encode the DC coefficient difference per section F.1.2.1 */
767 /* Find the number of bits needed for the magnitude of the coefficient */
773 /* Check for out-of-range coefficient values.
796 /* Find the number of bits needed for the magnitude of the coefficient */
800 /* Find the number of bits needed for the magnitude of the coefficient */
804 /* Check for out-of-range coefficient values */
    [all...]
jpeglib.h 74 typedef JBLOCK *JBLOCKROW; /* pointer to one row of coefficient blocks */
75 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */
76 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
84 /* DCT coefficient quantization tables. */
87 /* This array gives the coefficient quantizers in natural array order
91 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
348 /* ptrs to coefficient quantization tables, or NULL if not defined,
423 /* The coefficient controller receives data in units of MCU rows as defined
566 * with which component c's DCT coefficient i (in zigzag order) is known.
568 * transform (shift) value for the most recent scan of the coefficient
    [all...]
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 60 /** \returns the \c x coefficient */
62 /** \returns the \c y coefficient */
64 /** \returns the \c z coefficient */
66 /** \returns the \c w coefficient */
69 /** \returns a reference to the \c x coefficient */
71 /** \returns a reference to the \c y coefficient */
73 /** \returns a reference to the \c z coefficient */
75 /** \returns a reference to the \c w coefficient */
247 * \warning Note the order of the arguments: the real \a w coefficient first,
Homogeneous.h 117 * \returns a vector expression that is one longer than the vector argument, with the value 1 symbolically appended as the last coefficient.
138 * \returns an expression where the value 1 is symbolically appended as the final coefficient to each column (or row) of the matrix.
157 * \returns a vector expression of the N-1 first coefficients of \c *this divided by that last coefficient.
184 * \returns an expression of the first N-1 coefficients of each column (or row) of \c *this divided by the last coefficient of each column (or row).
  /external/aac/libAACdec/src/
usacdec_lpc.h 151 * \brief Generate LPC coefficient sets in case frame loss.
167 * \param A weighted LPC coefficient vector output. The first coeffcient is
169 * \param A LPC coefficient vector. The first coeffcient is implicitly 1.0
  /external/aac/libFDK/include/
FDK_lpc.h 140 * \param lpcCoeff_m the LPC filter coefficient mantissas
141 * \param lpcCoeff_e the LPC filter coefficient exponent
209 * coefficient which is always 1.0 is ommitted.
  /external/autotest/client/cros/audio/
audio_analysis_unittest.py 100 # frequency with coefficient 1, 60Hz is the second dominant frequency
101 # with coefficient 0.3, 0Hz is from Gaussian noise with coefficient
  /external/eigen/Eigen/src/Core/
Array.h 27 * \brief General-purpose arrays with easy API for coefficient-wise operations
32 * %Array class provides easy access to coefficient-wise operations, while the
194 /** constructs an initialized 1x1 Array with the given coefficient */
BooleanRedux.h 100 /** \returns true if at least one coefficient is true
CwiseUnaryOp.h 38 * \brief Generic expression where a coefficient-wise unary operator is applied to an expression
  /external/eigen/Eigen/src/SparseCore/
SparseMap.h 116 // ^^ optimization: let's first check if it is the last coefficient
188 eigen_assert(end>start && "coeffRef cannot be called on a zero coefficient");
191 eigen_assert((*r==inner) && (id<end) && "coeffRef cannot be called on a zero coefficient");
  /external/icu/icu4c/source/i18n/
decNumber.h 84 int32_t digits; /* Count of digits in the coefficient; >0 */
88 /* Coefficient, from least significant unit */
101 /* Each integer of the coefficient (except potentially the last) */
  /external/ipsec-tools/src/racoon/
prsa_par.y 142 %token PRIME1 PRIME2 EXPONENT1 EXPONENT2 COEFFICIENT
304 | COEFFICIENT COLON HEX
305 { if (!rsa_cur->iqmp) rsa_cur->iqmp = $3; else { prsaerror ("Coefficient already defined\n"); YYABORT; } }
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
stateless_random_ops.cc 198 auto coefficient = [&](int i) { local
208 auto p = coefficient(0);
210 p = b->Add(coefficient(i), b->Mul(p, w));
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
arm_math.h 1074 q7_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps.*/
1084 q15_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps.*/
1094 q31_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps. */
1104 float32_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps. */
    [all...]
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
InputController.java 46 * The change in voltage is scaled to a temperature coefficient of 10.0
  /device/google/contexthub/firmware/lib/libm/
ef_asin.c 28 /* coefficient for R(x^2) */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
RombergIntegrator.java 91 // Richardson extrapolation coefficient

Completed in 301 milliseconds

1 2 3 4 5 6 7 891011>>