Searched defs:ccf (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACenc/src/
H A Daacenc_pns.cpp500 FIXP_DBL ccf; local
512 ccf = FL2FXCONST_DBL(0.0f);
518 ccf = CalcLdData(accu) + FL2FXCONST_DBL((float)1.0f/(float)LD_DATA_SCALING) - quot; /* ld(accu*2) = ld(accu) + 1 */
519 ccf = (ccf>=FL2FXCONST_DBL(0.0)) ? ((FIXP_DBL)MAXVAL_DBL) : (sign) ? -CalcInvLdData(ccf) : CalcInvLdData(ccf);
522 pNoiseEnergyCorrelationL[sfb] = ccf;
523 pNoiseEnergyCorrelationR[sfb] = ccf;
/external/pdfium/xfa/src/fgas/src/localization/
H A Dfx_locale.cpp666 int32_t ccf = 0; local
670 while (ccf < iLenf) {
671 if (pStr[ccf] == '\'') {
672 FX_GetLiteralText(pStr, ccf, iLenf);
673 } else if (!bBraceOpen && FX_Local_Find(gs_wsConstChars, pStr[ccf]) < 0) {
674 CFX_WideString wsCategory(pStr[ccf]);
675 ccf++;
677 if (ccf == iLenf) {
680 if (pStr[ccf] == '.' || pStr[ccf]
732 int32_t ccf = 0; local
754 int32_t ccf = 0; local
810 int32_t ccf = 0; local
909 int32_t ccf = 0; local
1027 int cc = 0, ccf = 0; local
1793 int cc = 0, ccf = 0; local
2267 int32_t ccf = 0; local
2404 int32_t ccf = 0; local
2621 int32_t ccf = 0; local
3015 int32_t cc = 0, ccf = 0; local
3448 int32_t cc = 0, ccf = 0; local
4073 int32_t ccf = 0; local
4192 int32_t ccf = 0; local
[all...]

Completed in 495 milliseconds