HomeSort by relevance Sort by last modified time
    Searched refs:decInOut (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACdec/src/
aacdec_hcr.cpp 276 pHcr->decInOut.lengthOfReorderedSpectralData =
279 pHcr->decInOut.lengthOfLongestCodeword =
281 pHcr->decInOut.pQuantizedSpectralCoefficientsBase =
283 pHcr->decInOut.quantizedSpectralCoefficientsIdx = 0;
284 pHcr->decInOut.pCodebook =
286 pHcr->decInOut.pNumLineInSect =
288 pHcr->decInOut.numSection =
290 pHcr->decInOut.errorLog = 0;
295 pHcr->decInOut.bitstreamAnchor = (INT)FDKgetValidBits(bs);
314 pNumLinesInSec = pHcr->decInOut.pNumLineInSect; /* out *
    [all...]
aacdec_hcrs.cpp 451 pHcr->decInOut.quantizedSpectralCoefficientsIdx;
507 pHcr->decInOut.quantizedSpectralCoefficientsIdx =
622 bs, pHcr->decInOut.bitstreamAnchor, &pLeftStartOfSegment[segmentOffset],
678 pHcr->decInOut.errorLog |= STATE_ERROR_BODY_ONLY;
756 bs, pHcr->decInOut.bitstreamAnchor, &pLeftStartOfSegment[segmentOffset],
    [all...]
aacdec_hcr_types.h 424 HCR_INPUT_OUTPUT decInOut;

Completed in 414 milliseconds