Home
last modified time | relevance | path

Searched refs:RawDataInfo (Results 1 – 5 of 5) sorted by relevance

/external/aac/libAACdec/src/
Dchannel.cpp154 if (pAacDecoderChannelInfo[L]->pDynData->RawDataInfo.CommonWindow) { in CChannelElement_Decode()
175 pAacDecoderChannelInfo[L]->pDynData->RawDataInfo.CommonWindow ? 1 : 0); in CChannelElement_Decode()
260 pAacDecoderChannelInfo[0]->pDynData->RawDataInfo.CommonWindow = 1; in CChannelElement_Read()
262 …pAacDecoderChannelInfo[1]->pDynData->RawDataInfo.CommonWindow = pAacDecoderChannelInfo[0]->pDynDat… in CChannelElement_Read()
265 …pAacDecoderChannelInfo[1]->pDynData->RawDataInfo.CommonWindow = pAacDecoderChannelInfo[0]->pDynDat… in CChannelElement_Read()
282 …decision_bit = pAacDecoderChannelInfo[ch]->pDynData->RawDataInfo.CommonWindow = FDKreadBits(hBs, 1… in CChannelElement_Read()
284 …pAacDecoderChannelInfo[1]->pDynData->RawDataInfo.CommonWindow = pAacDecoderChannelInfo[0]->pDynDat… in CChannelElement_Read()
294 if (numberOfChannels == 2 && pAacDecoderChannelInfo[0]->pDynData->RawDataInfo.CommonWindow) { in CChannelElement_Read()
320 pAacDecoderChannelInfo[ch]->pDynData->RawDataInfo.GlobalGain = (UCHAR) FDKreadBits(hBs,8); in CChannelElement_Read()
Drvlc.cpp425 SHORT factor = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET; in rvlcDecodeForward()
427 SHORT noisenrg = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET - 90 - 256; in rvlcDecodeForward()
713 …pScfBwd[bnds] = pRvlc->dpcm_noise_nrg + pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain -… in rvlcDecodeBackward()
849 if (pRvlc->firstScf != (pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET) ) in rvlcFinalErrorDetection()
859 …if (pRvlc->firstNrg != (pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain + pRvlc->dpcm_noi… in rvlcFinalErrorDetection()
908 …&& ((pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET - pRvlc->firstScf) < -15) in rvlcFinalErrorDetection()
Dblock.cpp170 …int factor = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain; /* accu for scale factor de… in CBlock_ReadScaleFactorData()
205 …ChannelInfo->pDynData->aScaleFactor, pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain, ban… in CBlock_ReadScaleFactorData()
355 …HCB || sect_cb == INTENSITY_HCB2) && pAacDecoderChannelInfo->pDynData->RawDataInfo.CommonWindow ==… in CBlock_ReadSectionData()
Dchannelinfo.h211 CRawDataInfo RawDataInfo; member
Drvlcconceal.cpp135 *refNrgFwd = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET - 90 - 256; in calcRefValFwd()
136 *refScfFwd = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET; in calcRefValFwd()