HomeSort by relevance Sort by last modified time
    Searched full:coefficient (Results 151 - 175 of 717) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/qemu/distrib/jpeg-6b/
jccoefct.c 8 * This file contains the coefficient buffer controller for compression.
10 * The coefficient buffer lies between forward-DCT and entropy encoding steps.
18 /* We use a full-image coefficient buffer when doing Huffman optimization,
44 * workspace of C_MAX_BLOCKS_IN_MCU coefficient blocks, and reuse it for each
47 * when a large coefficient buffer is necessary.)
401 * Initialize coefficient buffer controller.
415 /* Create the coefficient buffer. */
jctrans.c 9 * that is, writing raw DCT coefficient arrays to an output JPEG file.
26 * Compression initialization for writing raw-coefficient data.
182 /* We need a special coefficient buffer controller. */
199 * The rest of this file is a special implementation of the coefficient
355 * Initialize coefficient buffer controller.
357 * Each passed coefficient array must be the right size for that
358 * coefficient: width_in_blocks wide and height_in_blocks high,
jdcoefct.c 8 * This file contains the coefficient buffer controller for decompression.
10 * The coefficient buffer lies between entropy decoding and inverse-DCT steps.
40 * We allocate a workspace of D_MAX_BLOCKS_IN_MCU coefficient blocks,
43 * this is to keep the module interfaces unchanged when a large coefficient
56 /* When doing block smoothing, we latch coefficient Al values here */
248 * Consume input data and store it in the full-image coefficient buffer.
355 * Consume input data and store it in the coefficient buffer.
387 * - bitstream offset and DC coefficient to index.
447 * - bitstream offset and DC coefficient to index.
823 /* Compute coefficient estimates per K.8
    [all...]
jpegint.h 75 /* Coefficient buffer control */
101 /* Forward DCT (also controls coefficient quantization) */
169 /* Coefficient buffer control */
178 /* Pointer to array of coefficient virtual arrays, or NULL if none */
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 506 * Calculate the B2 coefficient
520 factor = 0x7fff; /* Initialise to 1.0 for the a0 coefficient */
524 coef = LVPSA_CosCoef[i]; /* Get the nth coefficient */
579 /* 3. The value of the B2 coefficient is only calculated as a single precision value, */
628 * Calculate the B2 coefficient
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h 683 * [ISO14496-2], the input coefficient values should lie within the
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h 683 * [ISO14496-2], the input coefficient values should lie within the
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h 683 * [ISO14496-2], the input coefficient values should lie within the
    [all...]
  /external/jpeg/
jdcoefct.c 8 * This file contains the coefficient buffer controller for decompression.
10 * The coefficient buffer lies between entropy decoding and inverse-DCT steps.
40 * We allocate a workspace of D_MAX_BLOCKS_IN_MCU coefficient blocks,
43 * this is to keep the module interfaces unchanged when a large coefficient
56 /* When doing block smoothing, we latch coefficient Al values here */
248 * Consume input data and store it in the full-image coefficient buffer.
355 * Consume input data and store it in the coefficient buffer.
387 * - bitstream offset and DC coefficient to index.
447 * - bitstream offset and DC coefficient to index.
823 /* Compute coefficient estimates per K.8
    [all...]
jpegint.h 75 /* Coefficient buffer control */
101 /* Forward DCT (also controls coefficient quantization) */
169 /* Coefficient buffer control */
178 /* Pointer to array of coefficient virtual arrays, or NULL if none */
  /external/eigen/Eigen/src/Core/util/
Macros.h 328 typedef typename Base::CoeffReturnType CoeffReturnType; /*!< \brief The return type for coefficient access. \details Depending on whether the object allows direct coefficient access (e.g. for a MatrixXd), this type is either 'const Scalar&' or simply 'Scalar' for objects that do not allow direct coefficient access. */ \
345 typedef typename Base::CoeffReturnType CoeffReturnType; /*!< \brief The return type for coefficient access. \details Depending on whether the object allows direct coefficient access (e.g. for a MatrixXd), this type is either 'const Scalar&' or simply 'Scalar' for objects that do not allow direct coefficient access. */ \
  /external/chromium_org/third_party/opus/src/silk/float/
burg_modified_FLP.c 103 /* Calculate nominator and denominator for the next order reflection (parcor) coefficient */
116 /* Calculate the next order reflection (parcor) coefficient */
123 /* Max prediction gain exceeded; set reflection coefficient such that max prediction gain is exactly hit */
levinsondurbin_FLP.c 58 /* reflection coefficient */
schur_FLP.c 52 /* Get reflection coefficient */
  /external/eigen/Eigen/src/Core/
ArrayBase.h 25 * all operations applied to an array are performed coefficient wise. Furthermore,
198 /** replaces \c *this by \c *this * \a other coefficient wise.
212 /** replaces \c *this by \c *this / \a other coefficient wise.
Visitor.h 63 * // called for the first coefficient
110 * \brief Visitor computing the min coefficient with its value and coordinates
138 * \brief Visitor computing the max coefficient with its value and coordinates
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_asinf.c 25 /* coefficient for R(x^2) */
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 68 /** \returns the \c x coefficient */
70 /** \returns the \c y coefficient */
72 /** \returns the \c z coefficient */
74 /** \returns the \c w coefficient */
77 /** \returns a reference to the \c x coefficient */
79 /** \returns a reference to the \c y coefficient */
81 /** \returns a reference to the \c z coefficient */
83 /** \returns a reference to the \c w coefficient */
104 * \warning Note the order of the arguments: the real \a w coefficient first,
  /external/freetype/include/freetype/
fttypes.h 373 /* xx :: Matrix coefficient. */
375 /* xy :: Matrix coefficient. */
377 /* yx :: Matrix coefficient. */
379 /* yy :: Matrix coefficient. */
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_lag_tables.h 25 /********************* Pitch Filter Lag Coefficient Tables ************************/
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.h 28 * The decoded DFT coefficient can be transformed to time domain by
106 * (excluding first coefficient that is 1).
123 * called. The first A-coefficient which is 1 is not
156 * called. The first A-coefficient which is 1 is not
pitch_lag_tables.h 23 /********************* Pitch Filter Lag Coefficient Tables ************************/
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_Power10.c 32 /* Coefficient Value */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes_s.h 20 OMX_StsACAAC_CoefValErr EQU -163 ;// AAC: Invalid quantized coefficient value
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes_s.h 20 OMX_StsACAAC_CoefValErr EQU -163 ;// AAC: Invalid quantized coefficient value

Completed in 2588 milliseconds

1 2 3 4 5 67 8 91011>>