HomeSort by relevance Sort by last modified time
    Searched full:coefficients (Results 426 - 450 of 1642) sorted by null

<<11121314151617181920>>

  /external/libjpeg-turbo/
jcdctmgr.c 258 * coefficients multiplied by 8 (to counteract scaling).
281 * coefficients scaled by scalefactor[row]*scalefactor[col], where
328 * coefficients scaled by scalefactor[row]*scalefactor[col], where
404 * Quantize/descale the coefficients, and store into coef_blocks[].
486 * blocks. The quantized coefficients are returned in coef_blocks[].
517 /* Quantize/descale the coefficients, and store into coef_blocks[] */
608 /* Quantize/descale the coefficients, and store into coef_blocks[] */
jcphuff.c 146 /* Only DC coefficients may be interleaved, so cinfo->comps_in_scan = 1
147 * for AC coefficients.
486 /* Encode the AC coefficients per section G.1.2.2, fig. G.3 */
495 /* We must apply the point transform by Al. For AC coefficients this
644 * coefficients' absolute values and the EOB position.
649 /* We must apply the point transform by Al. For AC coefficients this
661 /* Encode the AC coefficients per section G.1.2.3, fig. G.7 */
jdarith.c 233 * arithmetic-compressed coefficients.
234 * The coefficients are reordered from zigzag order into natural array order,
271 /* Sections F.2.4.1 & F.1.4.4.1: Decoding of DC coefficients */
347 /* Sections F.2.4.2 & F.1.4.4.2: Decoding of AC coefficients */
498 * Decode one MCU's worth of arithmetic-compressed coefficients.
527 /* Sections F.2.4.1 & F.1.4.4.1: Decoding of DC coefficients */
573 /* Sections F.2.4.2 & F.1.4.4.2: Decoding of AC coefficients */
jddctmgr.c 247 * coefficients, but are stored as ints to ensure access efficiency.
260 * coefficients scaled by scalefactor[row]*scalefactor[col], where
294 * coefficients scaled by scalefactor[row]*scalefactor[col], where
jidctflt.c 14 * must also perform dequantization of the input coefficients.
68 * Perform dequantization and inverse DCT on one block of coefficients.
95 * coefficients are zero, especially the AC terms. We can exploit this
  /external/libvncserver/common/
zywrletemplate.c 60 Shapiro, JM: Embedded Image Coding Using Zerotrees of Wavelet Coefficients, IEEE Trans. Signal. Process., Vol.41, pp.3445-3462 (1993).
154 /* Tables for Coefficients filtering. */
339 In coefficients array, the famous 'pyramid' decomposition is well used.
423 Coefficients have Gaussian curve and smaller value which is
424 large part of coefficients isn't more important than larger value.
437 In contrast to audio data, larger value is important in wavelet coefficients.
448 Client only decodes coefficients given by encoder.
529 /* Load/Save coefficients stuffs.
530 Coefficients manages as 24 bits little-endian pixel. */
  /external/aac/libAACdec/src/
stereo.h 115 /* The scaling factor can be set to 0 if the coefficients are prescaled
119 /* utilized if the coefficients are stored as FIXP_DBL. (cp. aac_rom.cpp/.h) */
175 *spectralCoeffs[2]; /* spectral coefficients of this channel utilized by
  /external/aac/libFDK/include/
mdct.h 220 * \param wls pointer to the left side overlap window coefficients.
238 * \param wls pointer to the left side overlap window coefficients.
240 * \param wrs pointer to the right side overlap window coefficients of all
  /external/eigen/Eigen/src/Core/
SelfAdjointView.h 21 * \param MatrixType the type of the dense matrix storing the coefficients
25 * with given dense storage of the coefficients. It is the return type of MatrixBase::selfadjointView()
60 /** \brief The type of coefficients in this matrix */
  /external/eigen/Eigen/src/SparseCore/
SparseCompressedBase.h 55 /** \returns the number of non zero coefficients */
109 /** \returns a read-only view of the stored coefficients as a 1D array expression.
116 /** \returns a read-write view of the stored coefficients as a 1D array expression
  /external/eigen/unsupported/Eigen/src/SparseExtra/
RandomSetter.h 113 * // don't use m but w instead with read/write random access to the coefficients:
273 // Note that we have to deal with at most 2^OuterPacketBits unsorted coefficients,
303 /** \returns the number of non zero coefficients
  /external/libavc/common/x86/
ih264_ihadamard_scaling_sse42.c 57 * @brief This function performs a 4x4 inverse hadamard transform on the 4x4 DC coefficients
62 * The DC coefficients pass through a 2-stage inverse hadamard transform.
66 * input 4x4 block of DC coefficients
  /external/libavc/encoder/
irc_rd_model.c 431 * coefficients of a particular pic-type
436 * update the model coefficients at a later point. Right now
476 /* First part of this function updates all the model coefficients */
  /external/neven/Embedded/common/src/b_TensorEm/
RBFMap2D.h 70 /** cluster of rbf coefficients, x and y */
84 /** matrix needed for computation of rbf coefficients */
88 /** arrays needed for computation of rbf coefficients */
  /external/syslinux/com32/lib/jpeg/
jidctflt.c 45 * must also perform dequantization of the input coefficients.
119 * Perform dequantization and inverse DCT on one block of coefficients.
142 * coefficients are zero, especially the AC terms. We can exploit this
  /external/webrtc/webrtc/modules/audio_processing/vad/
vad_audio_proc.cc 120 // Computes |kLpcOrder + 1| correlation coefficients.
135 // Compute |kNum10msSubframes| sets of LPC coefficients, one per 10 ms input.
137 // each 10ms sub-frame. This is equivalent to computing LPC coefficients for the
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
isp_az.c 20 * Description:Compute the LPC coefficients from isp (order=M) *
39 Word16 a[], /* (o) Q12 : predictor coefficients (order = M) */
182 * f[] : the coefficients of F1 or F2 in Q23 *
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_neon_Convolve.S 34 coefficients in the q0, q1 NEON registers */
128 /* Load the coefficients pointer */
131 /* Create the coefficients vector */
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_erf.c 131 * Coefficients for approximation to erf on [0,0.84375]
144 * Coefficients for approximation to erf in [0.84375,1.25]
160 * Coefficients for approximation to erfc in [1.25,1/0.35]
179 * Coefficients for approximation to erfc in [1/.35,28]
  /external/eigen/Eigen/src/Core/products/
SelfadjointRank2Update.h 74 // vice versa, and take the complex conjugate of all coefficients and vector entries.
  /external/eigen/Eigen/src/plugins/
ArrayCwiseBinaryOps.h 90 /** \returns an expression of the coefficients of \c *this rasied to the constant power \a exponent
184 * In order to check for equality between two vectors or matrices with floating-point coefficients, it is
198 * In order to check for equality between two vectors or matrices with floating-point coefficients, it is
250 /** \returns an expression of the constant matrix of value \a scalar decremented by the coefficients of \a expr
  /external/eigen/doc/
InplaceDecomposition.dox 34 The coefficients of \c A have thus been destroyed during the factorization, and replaced by the L and U factors as one can verify:
  /external/eigen/test/
geo_eulerangles.cpp 79 q1.coeffs() = Quaternionx::Coefficients::Random().normalized();
  /external/fdlibm/
s_erf.c 123 * Coefficients for approximation to erf on [0,0.84375]
138 * Coefficients for approximation to erf in [0.84375,1.25]
154 * Coefficients for approximation to erfc in [1.25,1/0.35]
173 * Coefficients for approximation to erfc in [1/.35,28]
  /external/fec/
encode_rs_8.c 74 * These are the low half of the coefficients. Since the generator polynomial is

Completed in 858 milliseconds

<<11121314151617181920>>