HomeSort by relevance Sort by last modified time
    Searched full:coefficient (Results 151 - 175 of 333) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/jpeg/
jdinput.c 10 * processing (marker reading and coefficient decoding). The actual input
286 * This is called by the coefficient controller after it's read all
311 * coefficient controller's consume_data routine, depending on whether
jidctred.c 18 * 1x1 is trivial: just take the DC coefficient divided by 8.
104 /* Dequantize a coefficient by multiplying it by the multiplier-table
389 * average pixel value, which is one-eighth of the DC coefficient.
wizard.doc 141 Ss Zigzag index of first coefficient included in scan
142 Se Zigzag index of last coefficient included in scan
143 Ah Zero for first scan of a coefficient, else Al of prior scan
jdhuff.c 75 /* Whether we care about the DC and AC coefficient values for each block */
122 /* Decide whether we really care about the coefficient values */
635 /* Section F.2.2.1: decode the DC coefficient difference */
648 /* Output the DC coefficient (assumes jpeg_natural_order[0] = 0) */
667 /* Output coefficient in natural (dezigzagged) order.
751 /* Section F.2.2.1: decode the DC coefficient difference */
change.log 84 DCT coefficient quantization tables are now stored in normal array order
121 reading and writing of JPEG files as DCT coefficient arrays. This ability
filelist.doc 68 jccoefct.c Buffer controller for DCT coefficient buffer.
85 jdcoefct.c Buffer controller for DCT coefficient buffer.
jddctmgr.c 13 * Note that the IDCT routines are responsible for performing coefficient
188 * coefficient controller's buffer anyway.
jidctflt.c 56 /* Dequantize a coefficient by multiplying it by the multiplier-table
94 * DC coefficient (with scale factor as needed).
  /external/opencv/cv/src/
cvsnakes.cpp 58 // alpha - pointer to coefficient of continuity energy,
59 // beta - pointer to coefficient of curvature energy,
60 // gamma - pointer to coefficient of image energy,
  /frameworks/base/core/java/android/widget/
OverScroller.java 88 * means no bounce. This behavior is no longer supported and this coefficient has no effect.
90 * behavior is no longer supported and this coefficient has no effect.
105 * means no bounce. This behavior is no longer supported and this coefficient has no effect.
107 * behavior is no longer supported and this coefficient has no effect.
120 * @param friction A scalar dimension-less value representing the coefficient of
584 // A device specific coefficient adjusted to physical values.
    [all...]
  /external/wpa_supplicant/
rsa.c 34 struct bignum *iqmp; /* 1 / q mod p; CRT coefficient */
173 * coefficient INTEGER -- (inverse of q) mod p
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
rsa.c 34 struct bignum *iqmp; /* 1 / q mod p; CRT coefficient */
174 * coefficient INTEGER -- (inverse of q) mod p
  /external/wpa_supplicant_8/src/tls/
rsa.c 33 struct bignum *iqmp; /* 1 / q mod p; CRT coefficient */
172 * coefficient INTEGER -- (inverse of q) mod p
  /frameworks/base/core/java/android/view/
VelocityTracker.java 253 * First coefficient is position (in pixels), second is velocity (in pixels per second),
278 * Confidence (coefficient of determination), between 0 (no fit) and 1 (perfect fit).
  /frameworks/base/graphics/java/android/renderscript/
ProgramStore.java 92 * BlendSrcFunc describes how the coefficient used to scale the
117 * BlendDstFunc describes how the coefficient used to scale the
  /frameworks/base/media/libeffects/lvm/lib/Reverb/src/
LVREV_GetInstanceHandle.c 146 * Set the data, coefficient and temporary memory pointers
202 pLVREV_Private->pFastCoef = InstAlloc_AddMember(&FastCoef, sizeof(LVREV_FastCoef_st)); /* Fast coefficient memory base address */
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_lib.h 45 \param "coef_cost" "Pointer to the coefficient cost to be filled in and returned."
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8.c 33 * [in] leftStep Step of left coefficient buffer
95 * [in] leftStep Step of left coefficient buffer
  /external/icu4c/i18n/
decNumber.c 166 /* lsd -- least significant digit (of coefficient) */
167 /* lsu -- least significant Unit (of coefficient) */
168 /* msd -- most significant digit (of coefficient) */
170 /* msu -- most significant Unit (of coefficient) */
489 /* The length of the coefficient and the size of the exponent are */
592 /* good; drop through to convert the integer to coefficient */
    [all...]
  /bionic/libm/src/
e_asin.c 58 /* coefficient for R(x^2) */
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
EllipticCurveTest.java 419 * Assertion: returns coefficient <code>a</code><br>
422 * Expected: must return coefficient <code>a</code> which is equal
449 * Assertion: returns coefficient <code>b</code><br>
452 * Expected: must return coefficient <code>b</code> which is equal
RSAPrivateCrtKeySpecTest.java 100 * Assertion: returns crt coefficient
  /external/chromium/crypto/
rsa_private_key_nss.cc 160 !ReadAttribute(key_, CKA_COEFFICIENT, private_key_info.coefficient())) {
  /external/fdlibm/
e_asin.c 57 /* coefficient for R(x^2) */
  /external/freetype/include/freetype/
tttables.h 153 /* caret_Slope_Rise :: The rise coefficient of the cursor's */
156 /* caret_Slope_Run :: The run coefficient of the cursor's */
274 /* caret_Slope_Rise :: The rise coefficient of the cursor's */
277 /* caret_Slope_Run :: The run coefficient of the cursor's */
    [all...]

Completed in 777 milliseconds

1 2 3 4 5 67 8 91011>>