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/fgas/localization/
H A Dfgas_locale.cpp381 int32_t ccf = 0; local
386 while (ccf < iLenf) {
387 if (pStr[ccf] == '\'') {
388 FX_GetLiteralText(pStr, ccf, iLenf);
389 } else if (!bBraceOpen && wsConstChars.Find(pStr[ccf]) == -1) {
390 CFX_WideString wsCategory(pStr[ccf]);
391 ccf++;
393 if (ccf == iLenf) {
396 if (pStr[ccf] == '.' || pStr[ccf]
447 int32_t ccf = 0; local
469 int32_t ccf = 0; local
526 int32_t ccf = 0; local
626 int32_t ccf = 0; local
743 int cc = 0, ccf = 0; local
1451 int cc = 0, ccf = 0; local
1916 int32_t ccf = 0; local
2054 int32_t ccf = 0; local
2272 int32_t ccf = 0; local
2657 int32_t cc = 0, ccf = 0; local
3090 int32_t cc = 0, ccf = 0; local
3713 int32_t ccf = 0; local
3833 int32_t ccf = 0; local
[all...]

Completed in 202 milliseconds