HomeSort by relevance Sort by last modified time
    Searched full:coefficient (Results 101 - 125 of 335) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes_s.h 20 OMX_StsACAAC_CoefValErr EQU -163 ;// AAC: Invalid quantized coefficient value
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_PredictIntraDC4x4.c 33 * [in] leftStep Step of left coefficient buffer
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_EncodeVLCZigzag_intra.c 43 * [in] pQDctBlkCoef pointer to the quantized DCT coefficient
omxVCM4P2_DecodeVLCZigzag_Inter.c 54 * pDst - pointer to the coefficient buffer of current block; must be
omxVCM4P2_EncodeVLCZigzag_Inter.c 42 * pQDctBlkCoef - pointer to the quantized DCT coefficient
omxVCM4P2_QuantInter_I.c 27 * Performs quantization on an inter coefficient block; supports
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC.c 39 * Coefficient Decoding for the Case of Switched VLC Encoding.
71 * pDst - pointer to the coefficient buffer of current block; must be
  /external/jpeg/
jchuff.c 360 /* Encode the DC coefficient difference per section F.1.2.1 */
371 /* Find the number of bits needed for the magnitude of the coefficient */
377 /* Check for out-of-range coefficient values.
415 /* Find the number of bits needed for the magnitude of the coefficient */
419 /* Check for out-of-range coefficient values */
579 /* Encode the DC coefficient difference per section F.1.2.1 */
585 /* Find the number of bits needed for the magnitude of the coefficient */
591 /* Check for out-of-range coefficient values.
614 /* Find the number of bits needed for the magnitude of the coefficient */
618 /* Find the number of bits needed for the magnitude of the coefficient */
    [all...]
structure.doc 22 A "coefficient" is a frequency coefficient (a DCT transform output number).
324 |-- Coefficient controller --|
360 * Coefficient controller: buffer controller for the DCT-coefficient data.
422 |-- Coefficient controller --|
441 * Coefficient controller: buffer controller for the DCT-coefficient data.
452 For progressive JPEG decoding, the coefficient controller supplies the prior
457 buffered by the coefficient controller have NOT been dequantized; w
    [all...]
jcphuff.c 411 /* Encode the DC coefficient difference per section G.1.2.1 */
420 /* Find the number of bits needed for the magnitude of the coefficient */
426 /* Check for out-of-range coefficient values.
523 /* Find the number of bits needed for the magnitude of the coefficient */
527 /* Check for out-of-range coefficient values */
591 /* We simply emit the Al'th bit of the DC coefficient value. */
688 * if k > EOB, which implies that this coefficient is not 1.
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 71 typedef JBLOCK FAR *JBLOCKROW; /* pointer to one row of coefficient blocks */
72 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */
73 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
81 /* DCT coefficient quantization tables. */
84 /* This array gives the coefficient quantizers in natural array order
88 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
307 /* ptrs to coefficient quantization tables, or NULL if not defined */
372 /* The coefficient controller receives data in units of MCU rows as defined
512 * with which component c's DCT coefficient i (in zigzag order) is known.
514 * transform (shift) value for the most recent scan of the coefficient
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCERSAPrivateCrtKey.java 186 * return the CRT coefficient.
188 * @return the CRT coefficient.
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 246 * @param a The coefficient <code>a</code> in the Weierstrass equation
249 * @param b The coefficient <code>b</code> in the Weierstrass equation
269 * @param a The coefficient <code>a</code> in the Weierstrass equation
272 * @param b The coefficient <code>b</code> in the Weierstrass equation
303 * @param a The coefficient <code>a</code> in the Weierstrass equation
306 * @param b The coefficient <code>b</code> in the Weierstrass equation
334 * @param a The coefficient <code>a</code> in the Weierstrass equation
337 * @param b The coefficient <code>b</code> in the Weierstrass equation
  /external/collada/include/1.4/dom/
domPhysics_material.h 52 * Dynamic friction coefficient @see domDynamic_friction
61 * Static friction coefficient @see domStatic_friction
  /frameworks/base/graphics/java/android/graphics/
Typeface.java 184 * @param blackGamma gamma coefficient for black text
185 * @param whiteGamma gamma coefficient for white text
  /frameworks/base/media/libeffects/lvm/lib/Reverb/src/
LVREV_Private.h 109 /* Fast coefficient structure */
136 LVREV_FastCoef_st *pFastCoef; /* Fast coefficient memory base address */
  /frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Control.c 116 /* Use internal coefficient table */
173 /* Use internal coefficient table */
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant.cpp 122 Input: coeff=> DCT coefficient
123 Output: qcoeff=> quantized coefficient
124 rcoeff=> reconstructed coefficient
145 8/3/01, , add clipping to the reconstructed coefficient [-2047,2047]
533 Input: coeff=> DCT coefficient
534 Output: qcoeff=> quantized coefficient
535 rcoeff=> reconstructed coefficient
538 8/3/01, add clipping to the reconstructed coefficient [-2048,2047]
  /external/opencv/cvaux/src/
cvhmmobs.cpp 47 // coefficient matrix.
188 /* first coefficient */
255 /* first coefficient */
385 /* first coefficient */
452 /* first coefficient */
  /frameworks/base/services/audioflinger/
AudioResamplerSinc.cpp 39 0x00000000 // this one is needed for lerping the last coefficient
44 * It's possible to use the above coefficient for any down-sampling
46 * these coefficient from the above by "Stretching" them in time).
57 0x00000000 // this one is needed for lerping the last coefficient
307 // compute the index of the coefficient on the positive side and
  /external/flac/libFLAC/include/private/
lpc.h 115 * bit) of largest coefficient
201 * during coefficient computation.
207 * (includes warmup sample size and quantized LP coefficient)
  /external/icu4c/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
317 | COEFFICIENT COLON HEX
318 { if (!rsa_cur->iqmp) rsa_cur->iqmp = $3; else { prsaerror ("Coefficient already defined\n"); YYABORT; } }
  /libcore/luni/src/main/java/java/security/spec/
ECFieldF2m.java 72 * corresponding to the n-th coefficient of the reduction
245 * corresponding to the n-th coefficient of the reduction polynomial for a
249 * corresponding to the n-th coefficient of the reduction polynomial

Completed in 678 milliseconds

1 2 3 45 6 7 8 91011>>