OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RawDataInfo
(Results
1 - 5
of
5
) sorted by null
/external/aac/libAACdec/src/
channel.cpp
154
if (pAacDecoderChannelInfo[L]->pDynData->
RawDataInfo
.CommonWindow) {
175
pAacDecoderChannelInfo[L]->pDynData->
RawDataInfo
.CommonWindow ? 1 : 0);
260
pAacDecoderChannelInfo[0]->pDynData->
RawDataInfo
.CommonWindow = 1;
262
pAacDecoderChannelInfo[1]->pDynData->
RawDataInfo
.CommonWindow = pAacDecoderChannelInfo[0]->pDynData->
RawDataInfo
.CommonWindow;
265
pAacDecoderChannelInfo[1]->pDynData->
RawDataInfo
.CommonWindow = pAacDecoderChannelInfo[0]->pDynData->
RawDataInfo
.CommonWindow;
282
decision_bit = pAacDecoderChannelInfo[ch]->pDynData->
RawDataInfo
.CommonWindow = FDKreadBits(hBs, 1);
284
pAacDecoderChannelInfo[1]->pDynData->
RawDataInfo
.CommonWindow = pAacDecoderChannelInfo[0]->pDynData->
RawDataInfo
.CommonWindow
[
all
...]
channelinfo.h
211
CRawDataInfo
RawDataInfo
;
rvlc.cpp
425
SHORT factor = pAacDecoderChannelInfo->pDynData->
RawDataInfo
.GlobalGain - SF_OFFSET;
427
SHORT noisenrg = pAacDecoderChannelInfo->pDynData->
RawDataInfo
.GlobalGain - SF_OFFSET - 90 - 256;
713
pScfBwd[bnds] = pRvlc->dpcm_noise_nrg + pAacDecoderChannelInfo->pDynData->
RawDataInfo
.GlobalGain - SF_OFFSET - 90 - 256;
849
if (pRvlc->firstScf != (pAacDecoderChannelInfo->pDynData->
RawDataInfo
.GlobalGain - SF_OFFSET) )
859
if (pRvlc->firstNrg != (pAacDecoderChannelInfo->pDynData->
RawDataInfo
.GlobalGain + pRvlc->dpcm_noise_nrg - SF_OFFSET -90 - 256) )
[
all
...]
block.cpp
170
int factor = pAacDecoderChannelInfo->pDynData->
RawDataInfo
.GlobalGain; /* accu for scale factor delta coding */
205
CPns_Read( &pAacDecoderChannelInfo->data.aac.PnsData, bs, hcb, pAacDecoderChannelInfo->pDynData->aScaleFactor, pAacDecoderChannelInfo->pDynData->
RawDataInfo
.GlobalGain, band, group);
356
|| ( (sect_cb == INTENSITY_HCB || sect_cb == INTENSITY_HCB2) && pAacDecoderChannelInfo->pDynData->
RawDataInfo
.CommonWindow == 0)
rvlcconceal.cpp
135
*refNrgFwd = pAacDecoderChannelInfo->pDynData->
RawDataInfo
.GlobalGain - SF_OFFSET - 90 - 256;
136
*refScfFwd = pAacDecoderChannelInfo->pDynData->
RawDataInfo
.GlobalGain - SF_OFFSET;
[
all
...]
Completed in 109 milliseconds