OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pQuantizedSpectralCoefficientsBase
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACdec/src/
aacdec_hcr.cpp
295
pHcr->decInOut.
pQuantizedSpectralCoefficientsBase
= pAacDecoderChannelInfo->pSpectralCoefficient;
574
SPECTRAL_PTR
pQuantizedSpectralCoefficientsBase
= pHcr->decInOut.
pQuantizedSpectralCoefficientsBase
;
575
FIXP_DBL *pQuantizedSpectralCoefficients = SPEC_LONG(pHcr->decInOut.
pQuantizedSpectralCoefficientsBase
);
644
pOut = SPEC(
pQuantizedSpectralCoefficientsBase
, window, pAacDecoderChannelInfo->granuleLength);
668
pBak = SPEC(
pQuantizedSpectralCoefficientsBase
, window, pAacDecoderChannelInfo->granuleLength);
688
pQuantizedSpectralCoefficients = SPEC_LONG(
pQuantizedSpectralCoefficientsBase
);
[
all
...]
aacdec_hcr_types.h
275
SPECTRAL_PTR
pQuantizedSpectralCoefficientsBase
;
Completed in 315 milliseconds