HomeSort by relevance Sort by last modified time
    Searched full:coefficients (Results 476 - 500 of 1623) sorted by null

<<11121314151617181920>>

  /external/libjpeg-turbo/
jcphuff.c 145 /* Only DC coefficients may be interleaved, so cinfo->comps_in_scan = 1
146 * for AC coefficients.
485 /* Encode the AC coefficients per section G.1.2.2, fig. G.3 */
494 /* We must apply the point transform by Al. For AC coefficients this
643 * coefficients' absolute values and the EOB position.
648 /* We must apply the point transform by Al. For AC coefficients this
660 /* Encode the AC coefficients per section G.1.2.3, fig. G.7 */
jdarith.c 229 * arithmetic-compressed coefficients.
230 * The coefficients are reordered from zigzag order into natural array order,
267 /* Sections F.2.4.1 & F.1.4.4.1: Decoding of DC coefficients */
343 /* Sections F.2.4.2 & F.1.4.4.2: Decoding of AC coefficients */
494 * Decode one MCU's worth of arithmetic-compressed coefficients.
523 /* Sections F.2.4.1 & F.1.4.4.1: Decoding of DC coefficients */
569 /* Sections F.2.4.2 & F.1.4.4.2: Decoding of AC coefficients */
jddctmgr.c 246 * coefficients, but are stored as ints to ensure access efficiency.
259 * coefficients scaled by scalefactor[row]*scalefactor[col], where
293 * coefficients scaled by scalefactor[row]*scalefactor[col], where
jidctflt.c 13 * must also perform dequantization of the input coefficients.
67 * Perform dequantization and inverse DCT on one block of coefficients.
94 * coefficients are zero, especially the AC terms. We can exploit this
  /external/libvpx/libvpx/vp8/common/arm/armv6/
filter_v6.asm 45 ldr r4, [r11] ; load up packed filter coefficients
135 ldr r4, [r11] ; load up packed filter coefficients
228 ldr r4, [r11] ; load up packed filter coefficients
316 ldr r4, [r11] ; load up packed filter coefficients
387 ldr r4, [r11] ; load up packed filter coefficients
462 ldr r4, [r11] ; load up packed filter coefficients
552 ldr r4, [r11] ; load up packed filter coefficients
  /external/opencv3/3rdparty/libjpeg/
jdarith.c 228 * arithmetic-compressed coefficients.
229 * The coefficients are reordered from zigzag order into natural array order,
266 /* Sections F.2.4.1 & F.1.4.4.1: Decoding of DC coefficients */
345 /* Sections F.2.4.2 & F.1.4.4.2: Decoding of AC coefficients */
505 * Decode one MCU's worth of arithmetic-compressed coefficients.
537 /* Sections F.2.4.1 & F.1.4.4.1: Decoding of DC coefficients */
582 /* Sections F.2.4.2 & F.1.4.4.2: Decoding of AC coefficients */
jddctmgr.c 278 * coefficients, but are stored as ints to ensure access efficiency.
291 * coefficients scaled by scalefactor[row]*scalefactor[col], where
325 * coefficients scaled by scalefactor[row]*scalefactor[col], where
jidctflt.c 11 * must also perform dequantization of the input coefficients.
65 * Perform dequantization and inverse DCT on one block of coefficients.
91 * coefficients are zero, especially the AC terms. We can exploit this
jdhuff.c 674 * Huffman-compressed coefficients.
675 * The coefficients are reordered from zigzag order into natural array order,
684 * coefficients may already have been assigned. This is harmless for
731 /* Decode a single block's worth of coefficients */
942 * nonzero coefficients in the block, because otherwise we'd get confused
943 * next time about which coefficients were already nonzero.
944 * But we need not undo addition of bits to already-nonzero coefficients;
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcphuff.c 143 /* Only DC coefficients may be interleaved, so cinfo->comps_in_scan = 1
144 * for AC coefficients.
485 /* Encode the AC coefficients per section G.1.2.2, fig. G.3 */
494 /* We must apply the point transform by Al. For AC coefficients this
643 * coefficients' absolute values and the EOB position.
648 /* We must apply the point transform by Al. For AC coefficients this
660 /* Encode the AC coefficients per section G.1.2.3, fig. G.7 */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
filter_v6.asm 45 ldr r4, [r11] ; load up packed filter coefficients
135 ldr r4, [r11] ; load up packed filter coefficients
228 ldr r4, [r11] ; load up packed filter coefficients
316 ldr r4, [r11] ; load up packed filter coefficients
387 ldr r4, [r11] ; load up packed filter coefficients
462 ldr r4, [r11] ; load up packed filter coefficients
552 ldr r4, [r11] ; load up packed filter coefficients
  /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/eigen/Eigen/src/Core/
Array.h 157 /** constructs an initialized 2D vector with given coefficients */
161 /** constructs an initialized 3D vector with given coefficients */
170 /** constructs an initialized 4D vector with given coefficients */
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()
62 /** \brief The type of coefficients in this matrix */
  /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/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/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]

Completed in 4302 milliseconds

<<11121314151617181920>>