Searched refs:pLong (Results 1 - 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_hcr.cpp1546 FIXP_DBL *RESTRICT pLong = SPEC_LONG(hHcr->decInOut.pQuantizedSpectralCoefficientsBase); local
1550 if (pLong[c] == (FIXP_DBL)Q_VALUE_INVALID) {
1552 pLong[c] = (FIXP_DBL)HCR_DIRAC; /* marking */
1554 pLong[c] = FL2FXCONST_DBL(0.0f); /* muting */

Completed in 482 milliseconds