Searched refs:decInOut (Results 1 – 3 of 3) sorted by relevance
293 …pHcr->decInOut.lengthOfReorderedSpectralData = pAacDecoderChannelInfo->pDynData->specificTo.a… in HcrInit()294 …pHcr->decInOut.lengthOfLongestCodeword = pAacDecoderChannelInfo->pDynData->specificTo.a… in HcrInit()295 pHcr->decInOut.pQuantizedSpectralCoefficientsBase = pAacDecoderChannelInfo->pSpectralCoefficient; in HcrInit()296 pHcr->decInOut.quantizedSpectralCoefficientsIdx = 0; in HcrInit()297 …pHcr->decInOut.pCodebook = pAacDecoderChannelInfo->pDynData->specificTo.a… in HcrInit()298 …pHcr->decInOut.pNumLineInSect = pAacDecoderChannelInfo->pDynData->specificTo.a… in HcrInit()299 …pHcr->decInOut.numSection = pAacDecoderChannelInfo->pDynData->specificTo.a… in HcrInit()300 pHcr->decInOut.errorLog = 0; in HcrInit()304 pHcr->decInOut.bitstreamIndex = FDKgetBitCnt(bs); in HcrInit()324 pNumLinesInSec = pHcr->decInOut.pNumLineInSect; /* out */ in HcrInit()[all …]
402 …FIXP_DBL *pQuantizedSpectralCoefficients = SPEC_LONG(pHcr->decInOut.pQuantizedSpectralCoef… in InitNonPCWSideInformationForCurrentSet()403 …int quantizedSpectralCoefficientsIdx = pHcr->decInOut.quantizedSpectralCoefficientsIdx; in InitNonPCWSideInformationForCurrentSet()445 pHcr->decInOut.quantizedSpectralCoefficientsIdx = quantizedSpectralCoefficientsIdx; in InitNonPCWSideInformationForCurrentSet()599 pHcr->decInOut.errorLog |= STATE_ERROR_BODY_ONLY; in Hcr_State_BODY_ONLY()734 pHcr->decInOut.errorLog |= STATE_ERROR_BODY_SIGN__BODY; in Hcr_State_BODY_SIGN__BODY()831 pHcr->decInOut.errorLog |= STATE_ERROR_BODY_SIGN__SIGN; in Hcr_State_BODY_SIGN__SIGN()970 pHcr->decInOut.errorLog |= STATE_ERROR_BODY_SIGN_ESC__BODY; in Hcr_State_BODY_SIGN_ESC__BODY()1145 pHcr->decInOut.errorLog |= STATE_ERROR_BODY_SIGN_ESC__SIGN; in Hcr_State_BODY_SIGN_ESC__SIGN()1243 pHcr->decInOut.errorLog |= STATE_ERROR_BODY_SIGN_ESC__ESC_PREFIX; in Hcr_State_BODY_SIGN_ESC__ESC_PREFIX()1401 pHcr->decInOut.errorLog |= STATE_ERROR_BODY_SIGN_ESC__ESC_WORD; in Hcr_State_BODY_SIGN_ESC__ESC_WORD()
352 HCR_INPUT_OUTPUT decInOut; member