HomeSort by relevance Sort by last modified time
    Searched full:coefficient (Results 251 - 275 of 1058) sorted by null

<<11121314151617181920>>

  /external/libvorbis/lib/
lpc.c 18 /* Some of these routines (autocorrelator, LPC coefficient estimator)
90 /* Sum up this iteration's reflection coefficient; note that in
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Private.h 109 /* Fast coefficient structure */
136 LVREV_FastCoef_st *pFastCoef; /* Fast coefficient memory base address */
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Control.c 116 /* Use internal coefficient table */
173 /* Use internal coefficient table */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant.cpp 122 Input: coeff=> DCT coefficient
123 Output: qcoeff=> quantized coefficient
124 rcoeff=> reconstructed coefficient
145 8/3/01, , add clipping to the reconstructed coefficient [-2047,2047]
533 Input: coeff=> DCT coefficient
534 Output: qcoeff=> quantized coefficient
535 rcoeff=> reconstructed coefficient
538 8/3/01, add clipping to the reconstructed coefficient [-2048,2047]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair.c 116 * Reconstructs the 4x4 LumaDC block from the coefficient-position pair
123 * ppSrc - Double pointer to residual coefficient-position pair buffer
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC.c 54 * Coefficient Decoding for the Case of Switched VLC Encoding.
86 * pDst - pointer to the coefficient buffer of current block; must be
omxVCM4P2_EncodeVLCZigzag_IntraDCVLC.c 53 * Coefficient Decoding for the Case of Switched VLC Encoding".
60 * pQDctBlkCoef - pointer to the quantized DCT coefficient
  /hardware/bsp/intel/peripheral/libupm/src/mpu9150/
ak8975.h 208 * axis value and a per-device, per-axis adjustment coefficient
212 * @param adj the adjustment coefficient
  /external/opencv/cvaux/src/
cvhmmobs.cpp 47 // coefficient matrix.
188 /* first coefficient */
255 /* first coefficient */
385 /* first coefficient */
452 /* first coefficient */
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 411 /* Encode the DC coefficient difference per section G.1.2.1 */
420 /* Find the number of bits needed for the magnitude of the coefficient */
426 /* Check for out-of-range coefficient values.
523 /* Find the number of bits needed for the magnitude of the coefficient */
527 /* Check for out-of-range coefficient values */
591 /* We simply emit the Al'th bit of the DC coefficient value. */
688 * 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.
183 * Consume input data and store it in the full-image coefficient buffer.
521 /* Compute coefficient estimates per K.8.
522 * An estimate is applied only if coefficient is still zero,
623 * Initialize coefficient buffer controller.
641 /* Create the coefficient buffer. */
  /external/opencv3/3rdparty/libjpeg/
jchuff.c 28 /* The legal range of a DCT coefficient is
575 /* Encode the DC coefficient difference per section G.1.2.1 */
584 /* Find the number of bits needed for the magnitude of the coefficient */
590 /* Check for out-of-range coefficient values.
691 /* Find the number of bits needed for the magnitude of the coefficient */
695 /* Check for out-of-range coefficient values */
759 /* We simply emit the Al'th bit of the DC coefficient value. */
860 * if k > EOB, which implies that this coefficient is not 1.
925 /* Encode the DC coefficient difference per section F.1.2.1 */
936 /* Find the number of bits needed for the magnitude of the coefficient */
    [all...]
jdhuff.c 253 /* Whether we care about the DC and AC coefficient values for each block */
733 /* Section F.2.2.1: decode the DC coefficient difference */
744 /* Scale and output the coefficient (assumes jpeg_natural_order[0]=0) */
816 /* Scale and output coefficient in natural (dezigzagged) order */
949 /* initialize coefficient loop counter to start of band */
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_neon64.cc 162 "movi v20.8h, #56, lsl #0 \n" /* UB/VR coefficient (0.875) / 2 */ \
163 "movi v21.8h, #37, lsl #0 \n" /* UG coefficient (-0.5781) / 2 */ \
164 "movi v22.8h, #19, lsl #0 \n" /* UR coefficient (-0.2969) / 2 */ \
165 "movi v23.8h, #9, lsl #0 \n" /* VB coefficient (-0.1406) / 2 */ \
166 "movi v24.8h, #47, lsl #0 \n" /* VG coefficient (-0.7344) / 2 */ \
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcphuff.c 411 /* Encode the DC coefficient difference per section G.1.2.1 */
420 /* Find the number of bits needed for the magnitude of the coefficient */
426 /* Check for out-of-range coefficient values.
523 /* Find the number of bits needed for the magnitude of the coefficient */
527 /* Check for out-of-range coefficient values */
591 /* We simply emit the Al'th bit of the DC coefficient value. */
688 * if k > EOB, which implies that this coefficient is not 1.
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 59 /** \returns the \c x coefficient */
61 /** \returns the \c y coefficient */
63 /** \returns the \c z coefficient */
65 /** \returns the \c w coefficient */
68 /** \returns a reference to the \c x coefficient */
70 /** \returns a reference to the \c y coefficient */
72 /** \returns a reference to the \c z coefficient */
74 /** \returns a reference to the \c w coefficient */
246 * \warning Note the order of the arguments: the real \a w coefficient first,

Completed in 1031 milliseconds

<<11121314151617181920>>