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

1 2 3 4 5 6 78 91011>>

  /external/pdfium/third_party/libjpeg/
fpdfapi_jutils.c 47 * "63"s after the real entries. This will cause the extra coefficient
91 * and coefficient-block arrays. This won't work on 80x86 because the arrays
147 /* Copy a row of coefficient blocks from one place to another. */
fpdfapi_jdphuff.c 324 /* Section F.2.2.1: decode the DC coefficient difference */
335 /* Scale and output the coefficient (assumes jpeg_natural_order[0]=0) */
403 /* Scale and output coefficient in natural (dezigzagged) order */
533 /* initialize coefficient loop counter to start of band */
563 * if the absolute value of the coefficient must be increased.
579 break; /* reached target zero coefficient */
585 /* Output newly nonzero coefficient */
594 /* Scan any remaining coefficient positions after the end-of-band
595 * (the last newly nonzero coefficient, if any). Append a correction
596 * bit to each already-nonzero coefficient. A correction bit is
    [all...]
fpdfapi_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. */
fpdfapi_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,
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.c 25 void WebRtcIsacfix_FilterMaLoopNeon(int16_t input0, // Filter coefficient
26 int16_t input1, // Filter coefficient
27 int32_t input2, // Inverse coefficient
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.h 35 // using a linear interpolation from a coefficient table, using a
38 // fractional indices into the coefficient table.
144 // A coefficient interpolator, used for mapping the high level parameters to
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
cnst_vad.h 106 #define COEFF3 13363 /* coefficient for the 3rd order filter */
107 #define COEFF5_1 21955 /* 1st coefficient the for 5th order filter */
108 #define COEFF5_2 6390 /* 2nd coefficient the for 5th order filter */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
wb_vad_c.h 100 #define COEFF3 13363 /* coefficient for the 3rd order filter */
101 #define COEFF5_1 21955 /* 1st coefficient the for 5th order filter */
102 #define COEFF5_2 6390 /* 2nd coefficient the for 5th order filter */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 53 ; * [out] pDst pointer to the coefficient buffer of current
148 ;// Decode DC Coefficient
198 ;// Decode AC Coefficient
omxVCM4P2_QuantInvIntra_I_s.s 109 ;// Perform Inverse Quantization for DC coefficient
124 SMULBB temp,temp,dcScaler ;// dcCoeff = dcScaler * Quantized DC coefficient(from memory)
188 ;// Storing the Inverse Quantized DC coefficient
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 53 ; * [out] pDst pointer to the coefficient buffer of current
148 ;// Decode DC Coefficient
198 ;// Decode AC Coefficient
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
PearsonsCorrelation.java 134 * where <code>r</code> is the estimated correlation coefficient and
153 * hypothesis that the corresponding correlation coefficient is zero.
217 * Computes the Pearson's product-moment correlation coefficient between the two arrays.
224 * @return Returns Pearson's correlation coefficient for the two arrays
248 * <code>r(&middot,&middot;)</code> is the correlation coefficient and
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Fixture.h 76 /// The friction coefficient, usually in the range [0,1].
176 /// Get the coefficient of friction.
179 /// Set the coefficient of friction. This will _not_ change the friction of
183 /// Get the coefficient of restitution.
186 /// Set the coefficient of restitution. This will _not_ change the restitution of
  /external/opencv3/3rdparty/libjpeg/
jpegint.h 76 /* Coefficient buffer control */
102 /* Forward DCT (also controls coefficient quantization) */
168 /* Coefficient buffer control */
175 /* Pointer to array of coefficient virtual arrays, or NULL if none */
340 * and coefficient-block arrays. This won't work on 80x86 because the arrays
jccoefct.c 9 * This file contains the coefficient buffer controller for compression.
11 * The coefficient buffer lies between forward-DCT and entropy encoding steps.
19 /* We use a full-image coefficient buffer when doing Huffman optimization,
45 * workspace of C_MAX_BLOCKS_IN_MCU coefficient blocks, and reuse it for each
48 * when a large coefficient buffer is necessary.)
406 * Initialize coefficient buffer controller.
420 /* Create the coefficient buffer. */
jctrans.c 10 * that is, writing raw DCT coefficient arrays to an output JPEG file.
27 * Compression initialization for writing raw-coefficient data.
179 /* We need a special coefficient buffer controller. */
196 * The rest of this file is a special implementation of the coefficient
352 * Initialize coefficient buffer controller.
354 * Each passed coefficient array must be the right size for that
355 * coefficient: width_in_blocks wide and height_in_blocks high,
  /external/libjpeg-turbo/
jdphuff.c 329 /* Section F.2.2.1: decode the DC coefficient difference */
340 /* Scale and output the coefficient (assumes jpeg_natural_order[0]=0) */
408 /* Scale and output coefficient in natural (dezigzagged) order */
538 /* initialize coefficient loop counter to start of band */
568 * if the absolute value of the coefficient must be increased.
584 break; /* reached target zero coefficient */
590 /* Output newly nonzero coefficient */
599 /* Scan any remaining coefficient positions after the end-of-band
600 * (the last newly nonzero coefficient, if any). Append a correction
601 * bit to each already-nonzero coefficient. A correction bit is
    [all...]
jctrans.c 12 * that is, writing raw DCT coefficient arrays to an output JPEG file.
29 * Compression initialization for writing raw-coefficient data.
195 /* We need a special coefficient buffer controller. */
212 * The rest of this file is a special implementation of the coefficient
368 * Initialize coefficient buffer controller.
370 * Each passed coefficient array must be the right size for that
371 * coefficient: width_in_blocks wide and height_in_blocks high,
  /external/eigen/doc/
A05_PortingFrom2To3.dox 79 \section CoefficientWiseOperations Coefficient wise operations
81 In Eigen2, coefficient wise operations which have no proper mathematical definition (as a coefficient wise product)
85 Array for which all operations are performed coefficient wise. You can easily view a matrix as an array and vice versa using
93 a permanent conversion to the array world. Therefore, for binary operations such as the coefficient wise product,
95 concatenate multiple coefficient wise operations you only have to do the conversion once, e.g.:
261 it might be useful to explicit request for a lay product, i.e., for a product which will be evaluated one coefficient at once, on request,
TutorialReductionsVisitorsBroadcasting.dox 55 These are typically used in conjunction with the coefficient-wise comparison and equality operators provided by Array. For instance, <tt>array > 0</tt> is an %Array of the same size as \c array , with \b true at those positions where the corresponding coefficient of \c array is positive. Thus, <tt>(array > 0).all()</tt> tests whether all coefficients of \c array are positive. This can be seen in the following example:
73 Visitors are useful when one wants to obtain the location of a coefficient inside
77 the location of the greatest or smallest coefficient in a Matrix or
93 Note that both functions also return the value of the minimum or maximum coefficient if needed,
189 can also use the operators <tt>*=</tt>, <tt>/=</tt>, <tt>*</tt> and <tt>/</tt> to perform coefficient-wise
245 this operation is a row-vector where each coefficient is the squared Euclidean distance between each column in <tt>m</tt> and <tt>v</tt>: \f[
  /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/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 210 btScalar m_kLST; // Linear stiffness coefficient [0,1]
211 btScalar m_kAST; // Area/Angular stiffness coefficient [0,1]
212 btScalar m_kVST; // Volume stiffness coefficient [0,1]
568 btScalar kDP; // Damping coefficient [0,1]
569 btScalar kDG; // Drag coefficient [0,+inf]
570 btScalar kLF; // Lift coefficient [0,+inf]
571 btScalar kPR; // Pressure coefficient [-inf,+inf]
572 btScalar kVC; // Volume conversation coefficient [0,+inf]
573 btScalar kDF; // Dynamic friction coefficient [0,1]
574 btScalar kMT; // Pose matching coefficient [0,1]
    [all...]

Completed in 558 milliseconds

1 2 3 4 5 6 78 91011>>