Searched
full:coefficient (Results
276 -
300 of
1058) sorted by null
<<11121314151617181920>>
/external/libjpeg-turbo/ |
jchuff.c | 416 * coefficient block to be larger than the 128-byte unencoded block. For each 497 /* Encode the DC coefficient difference per section F.1.2.1 */ 514 /* Find the number of bits needed for the magnitude of the coefficient */ 723 /* Encode the DC coefficient difference per section F.1.2.1 */ 729 /* Find the number of bits needed for the magnitude of the coefficient */ 735 /* Check for out-of-range coefficient values. 758 /* Find the number of bits needed for the magnitude of the coefficient */ 762 /* Find the number of bits needed for the magnitude of the coefficient */ 766 /* Check for out-of-range coefficient values */ [all...] |
jpeglib.h | 73 typedef JBLOCK *JBLOCKROW; /* pointer to one row of coefficient blocks */ 74 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ 75 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */ 83 /* DCT coefficient quantization tables. */ 86 /* This array gives the coefficient quantizers in natural array order 90 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */ 347 /* ptrs to coefficient quantization tables, or NULL if not defined, 422 /* The coefficient controller receives data in units of MCU rows as defined 565 * with which component c's DCT coefficient i (in zigzag order) is known. 567 * transform (shift) value for the most recent scan of the coefficient [all...] |
/external/icu/icu4c/source/i18n/ |
decNumber.h | 82 int32_t digits; /* Count of digits in the coefficient; >0 */ 86 /* Coefficient, from least significant unit */ 99 /* Each integer of the coefficient (except potentially the last) */
|
/external/ipsec-tools/src/racoon/ |
prsa_par.y | 142 %token PRIME1 PRIME2 EXPONENT1 EXPONENT2 COEFFICIENT 304 | COEFFICIENT COLON HEX 305 { if (!rsa_cur->iqmp) rsa_cur->iqmp = $3; else { prsaerror ("Coefficient already defined\n"); YYABORT; } }
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
GeometryUtils.java | 74 * @param a the first coefficient of the quadric equation
75 * @param b the second coefficient of the quadric equation
76 * @param c the third coefficient of the quadric equation
|
/external/opencv3/3rdparty/libjpeg/ |
jpeglib.h | 80 typedef JBLOCK FAR *JBLOCKROW; /* pointer to one row of coefficient blocks */ 81 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ 82 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */ 90 /* DCT coefficient quantization tables. */ 93 /* This array gives the coefficient quantizers in natural array order 97 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */ 331 /* ptrs to coefficient quantization tables, or NULL if not defined, 405 /* The coefficient controller receives data in units of MCU rows as defined 546 * with which component c's DCT coefficient i (in zigzag order) is known. 548 * transform (shift) value for the most recent scan of the coefficient [all...] |
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jcdctmgr.c | 10 * and it performs related housekeeping chores including coefficient 234 /* Divide the coefficient value by qval, ensuring proper rounding. 328 * The maximum coefficient size is +-16K (for 12-bit data), so this
|
jpeglib.h | 173 typedef JBLOCK *JBLOCKROW; /* pointer to one row of coefficient blocks */ 174 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ 175 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */ 183 /* DCT coefficient quantization tables. */ 186 /* This array gives the coefficient quantizers in natural array order 190 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */ 405 /* ptrs to coefficient quantization tables, or NULL if not defined */ 470 /* The coefficient controller receives data in units of MCU rows as defined 607 * with which component c's DCT coefficient i (in zigzag order) is known. 609 * transform (shift) value for the most recent scan of the coefficient [all...] |
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/ |
arm_math.h | 1074 q7_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps.*/
1084 q15_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps.*/
1094 q31_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps. */
1104 float32_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps. */
[all...] |
/art/runtime/ |
profiler_options.h | 142 // Coefficient to exponential backoff.
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_rob_image_homography.h | 83 \param scale Cauchy scale coefficient (see db_ExpCauchyReprojectionError() )
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
InputController.java | 46 * The change in voltage is scaled to a temperature coefficient of 10.0
|
/device/google/contexthub/lib/libm/ |
ef_asin.c | 28 /* coefficient for R(x^2) */
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/ |
RombergIntegrator.java | 91 // Richardson extrapolation coefficient
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
RSAOtherPrimeInfoTest.java | 114 * Assertion: returns CRT coefficient value
|
/external/eigen/Eigen/src/Core/ |
BooleanRedux.h | 98 /** \returns true if at least one coefficient is true
|
CwiseUnaryOp.h | 19 * \brief Generic expression where a coefficient-wise unary operator is applied to an expression
|
/external/eigen/Eigen/src/Core/util/ |
XprHelper.h | 300 * a*d. Evaluating can be beneficial for example if every coefficient access in the resulting expression causes 301 * many coefficient accesses in the nested expressions -- as is the case with matrix product for example. 304 * \param n the number of coefficient accesses in the nested expression for each coefficient access in the bigger expression.
|
/external/libchrome/crypto/ |
rsa_private_key_nss.cc | 128 !ReadAttribute(key_, CKA_COEFFICIENT, private_key_info.coefficient())) {
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
TJCustomFilter.java | 54 * into multiple DCT coefficient buffers and call the callback function once
|
/external/libjpeg-turbo/win/ |
jsimdcfg.inc | 47 ; Representation of a DCT frequency coefficient.
|
/external/libopus/silk/fixed/ |
schur64_FIX.c | 70 /* Get reflection coefficient: divide two Q30 values and get result in Q31 */
|
schur_FIX.c | 82 /* Get reflection coefficient */
|
warped_autocorrelation_FIX.c | 42 const opus_int warping_Q16, /* I Warping coefficient */
|
/external/libopus/silk/float/ |
warped_autocorrelation_FLP.c | 38 const silk_float warping, /* I Warping coefficient */
|
Completed in 667 milliseconds
<<11121314151617181920>>