/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
gamma.tcc | 267 * @brief Return the logarithm of the binomial coefficient. 268 * The binomial coefficient is given by: 273 * @param __n The first argument of the binomial coefficient. 274 * @param __k The second argument of the binomial coefficient. 275 * @return The binomial coefficient. 298 * @brief Return the binomial coefficient. 299 * The binomial coefficient is given by: 304 * @param __n The first argument of the binomial coefficient. 305 * @param __k The second argument of the binomial coefficient. 306 * @return The binomial coefficient [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
gamma.tcc | 267 * @brief Return the logarithm of the binomial coefficient. 268 * The binomial coefficient is given by: 273 * @param __n The first argument of the binomial coefficient. 274 * @param __k The second argument of the binomial coefficient. 275 * @return The binomial coefficient. 298 * @brief Return the binomial coefficient. 299 * The binomial coefficient is given by: 304 * @param __n The first argument of the binomial coefficient. 305 * @param __k The second argument of the binomial coefficient. 306 * @return The binomial coefficient [all...] |
/external/jpeg/ |
jdtrans.c | 9 * that is, reading raw DCT coefficient arrays from an input JPEG file. 23 * Read the coefficient arrays from a JPEG file. 26 * The entire image is read into a set of virtual coefficient-block arrays, 33 * An alternative usage is to simply obtain access to the coefficient arrays 243 /* Always get a full-image coefficient buffer. */
|
jcinit.c | 57 /* Need a full-image coefficient buffer in any multi-pass mode. */
|
/external/ipsec-tools/src/racoon/ |
prsa_par.h | 56 COEFFICIENT = 272, 80 #define COEFFICIENT 272
|
prsa_tok.l | 80 Coefficient { return COEFFICIENT; }
|
/frameworks/base/media/libeffects/lvm/lib/Common/src/ |
BP_1I_D16F16Css_TRC_WRA_01_Init.c | 36 /* pCoef - input, pointer to the coefficient structure */ 37 /* N - M coefficient factor of QM.N */
|
BP_1I_D16F32Cll_TRC_WRA_01_Init.c | 36 /* pCoef - input, pointer to the coefficient structure */ 37 /* N - M coefficient factor of QM.N */
|
BP_1I_D32F32Cll_TRC_WRA_02_Init.c | 35 /* pCoef - input, pointer to the coefficient structure */ 36 /* N - M coefficient factor of QM.N */
|
BQ_1I_D16F16Css_TRC_WRA_01_Init.c | 35 /* pCoef - input, pointer to the coefficient structure */ 36 /* N - M coefficient factor of QM.N */
|
BQ_1I_D16F32Css_TRC_WRA_01_init.c | 36 /* pCoef - input, pointer to the coefficient structure */ 37 /* N - M coefficient factor of QM.N */
|
BQ_2I_D16F16Css_TRC_WRA_01_Init.c | 36 /* pCoef - input, pointer to the coefficient structure */ 37 /* N - M coefficient factor of QM.N */
|
BQ_2I_D16F32Css_TRC_WRA_01_init.c | 35 /* pCoef - input, pointer to the coefficient structure */ 36 /* N - M coefficient factor of QM.N */
|
BQ_2I_D32F32Cll_TRC_WRA_01_Init.c | 35 /* pCoef - input, pointer to the coefficient structure */ 36 /* N - M coefficient factor of QM.N */
|
FO_1I_D16F16Css_TRC_WRA_01_Init.c | 36 /* pCoef - input, pointer to the coefficient structure */ 37 /* N - M coefficient factor of QM.N */
|
FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c | 35 /* pCoef - input, pointer to the coefficient structure */ 36 /* N - M coefficient factor of QM.N */
|
LVM_FO_HPF.c | 32 /* This function calculates the coefficient of first order low pass */ 43 /* Coefficient Value */
|
LVM_FO_LPF.c | 32 /* This function calculates the coefficient of first order low pass */ 43 /* Coefficient Value */
|
LVM_Mixer_TimeConstant.c | 29 /* This function calculates the filter coefficient using the following */ 57 /* Alpha - the filter coefficient Q31 format */
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_TransformDequantChromaDCFromPair.c | 85 * Reconstruct the 2x2 ChromaDC block from coefficient-position pair buffer, 92 * ppSrc - Double pointer to residual coefficient-position pair buffer
|
omxVCM4P10_TransformDequantLumaDCFromPair.c | 101 * Reconstructs the 4x4 LumaDC block from the coefficient-position pair 108 * ppSrc - Double pointer to residual coefficient-position pair buffer
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_DecodeVLCZigzag_IntraACVLC.c | 35 * Coefficient Decoding for the Case of Switched VLC Encoding. 64 * pDst - pointer to the coefficient buffer of current block; must be
|
omxVCM4P2_EncodeVLCZigzag_IntraDCVLC.c | 38 * Coefficient Decoding for the Case of Switched VLC Encoding". 45 * pQDctBlkCoef - pointer to the quantized DCT coefficient
|
/external/freetype/include/freetype/ |
fttypes.h | 373 /* xx :: Matrix coefficient. */ 375 /* xy :: Matrix coefficient. */ 377 /* yx :: Matrix coefficient. */ 379 /* yy :: Matrix coefficient. */ [all...] |
/external/webrtc/src/common_audio/signal_processing_library/main/source/ |
levinson_durbin.c | 32 // Reflection coefficient in high precision 70 // Store first reflection coefficient 162 // Store Reflection coefficient in Q15 174 Compute updated LPC coefficient: Anew[i]
|