OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pQuantizedSpectralCoefficients
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACdec/src/
aacdec_hcr.cpp
456
pHcr->decInOut.
pQuantizedSpectralCoefficients
->Long[i] = FL2FXCONST_DBL(0.0f);
458
pHcr->decInOut.
pQuantizedSpectralCoefficients
->Long[i] = (FIXP_DBL)HCR_DIRAC;
575
FIXP_DBL *
pQuantizedSpectralCoefficients
= SPEC_LONG(pHcr->decInOut.pQuantizedSpectralCoefficientsBase);
591
qsc = *
pQuantizedSpectralCoefficients
++;
688
pQuantizedSpectralCoefficients
= SPEC_LONG(pQuantizedSpectralCoefficientsBase);
690
*
pQuantizedSpectralCoefficients
++ = *pBak++;
[
all
...]
aacdec_hcrs.cpp
402
FIXP_DBL *
pQuantizedSpectralCoefficients
= SPEC_LONG(pHcr->decInOut.pQuantizedSpectralCoefficientsBase);
[
all
...]
Completed in 1132 milliseconds