OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decInOut
(Results
1 - 3
of
3
) sorted by null
/external/aac/libAACdec/src/
aacdec_hcr.cpp
293
pHcr->
decInOut
.lengthOfReorderedSpectralData = pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData;
294
pHcr->
decInOut
.lengthOfLongestCodeword = pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword;
295
pHcr->
decInOut
.pQuantizedSpectralCoefficientsBase = pAacDecoderChannelInfo->pSpectralCoefficient;
296
pHcr->
decInOut
.quantizedSpectralCoefficientsIdx = 0;
297
pHcr->
decInOut
.pCodebook = pAacDecoderChannelInfo->pDynData->specificTo.aac.aCodeBooks4Hcr;
298
pHcr->
decInOut
.pNumLineInSect = pAacDecoderChannelInfo->pDynData->specificTo.aac.aNumLineInSec4Hcr;
299
pHcr->
decInOut
.numSection = pAacDecoderChannelInfo->pDynData->specificTo.aac.numberSection;
300
pHcr->
decInOut
.errorLog = 0;
304
pHcr->
decInOut
.bitstreamIndex = FDKgetBitCnt(bs);
324
pNumLinesInSec = pHcr->
decInOut
.pNumLineInSect; /* out *
[
all
...]
aacdec_hcrs.cpp
402
FIXP_DBL *pQuantizedSpectralCoefficients = SPEC_LONG(pHcr->
decInOut
.pQuantizedSpectralCoefficientsBase);
403
int quantizedSpectralCoefficientsIdx = pHcr->
decInOut
.quantizedSpectralCoefficientsIdx;
445
pHcr->
decInOut
.quantizedSpectralCoefficientsIdx = quantizedSpectralCoefficientsIdx;
599
pHcr->
decInOut
.errorLog |= STATE_ERROR_BODY_ONLY;
[
all
...]
aacdec_hcr_types.h
352
HCR_INPUT_OUTPUT
decInOut
;
Completed in 119 milliseconds