OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:specificto
(Results
1 - 8
of
8
) sorted by null
/external/aac/libSBRdec/src/
psdec.cpp
247
h_ps_d->
specificTo
.mpeg.delayBufIndex = 0;
251
h_ps_d->
specificTo
.mpeg.lastUsb = 0;
253
h_ps_d->
specificTo
.mpeg.scaleFactorPsDelayBuffer = -(DFRACT_BITS-1);
255
FDKmemclear(h_ps_d->
specificTo
.mpeg.aDelayBufIndexDelayQmf, (NO_QMF_CHANNELS-FIRST_DELAY_SB)*sizeof(UCHAR));
256
h_ps_d->
specificTo
.mpeg.noSampleDelay = delayIndexQmf[0];
259
h_ps_d->
specificTo
.mpeg.aDelayRBufIndexSer[i] = 0;
262
h_ps_d->
specificTo
.mpeg.pAaRealDelayBufferQmf[0] = h_ps_d->
specificTo
.mpeg.aaQmfDelayBufReal;
264
assignTimeSlotsPS ( h_ps_d->
specificTo
.mpeg.pAaRealDelayBufferQmf[0] + (NO_QMF_CHANNELS-FIRST_DELAY_SB),
265
&h_ps_d->
specificTo
.mpeg.pAaRealDelayBufferQmf[1]
[
all
...]
psbitdec.cpp
280
aPrevIidIndex = h_ps_d->
specificTo
.mpeg.aIidPrevFrameIndex;
281
aPrevIccIndex = h_ps_d->
specificTo
.mpeg.aIccPrevFrameIndex;
315
h_ps_d->
specificTo
.mpeg.aIidPrevFrameIndex[gr];
327
h_ps_d->
specificTo
.mpeg.aIccPrevFrameIndex[gr];
339
h_ps_d->
specificTo
.mpeg.aIidPrevFrameIndex[gr] =
343
h_ps_d->
specificTo
.mpeg.aIccPrevFrameIndex[gr] =
401
h_ps_d->
specificTo
.mpeg.coef.aaIidIndexMapped[env][i] = pBsData->aaIidIndex[env][i];
404
h_ps_d->
specificTo
.mpeg.coef.aaIccIndexMapped[env][i] = pBsData->aaIccIndex[env][i];
417
map34IndexTo20 (h_ps_d->
specificTo
.mpeg.coef.aaIidIndexMapped[env], NO_HI_RES_IID_BINS);
419
map34IndexTo20 (h_ps_d->
specificTo
.mpeg.coef.aaIccIndexMapped[env], NO_HI_RES_ICC_BINS)
[
all
...]
psdec.h
305
}
specificTo
;
/external/aac/libAACdec/src/
block.cpp
283
SHORT *pNumLinesInSec = pAacDecoderChannelInfo->pDynData->
specificTo
.aac.aNumLineInSec4Hcr;
285
UCHAR *pHcrCodeBook = pAacDecoderChannelInfo->pDynData->
specificTo
.aac.aCodeBooks4Hcr;
287
pAacDecoderChannelInfo->pDynData->
specificTo
.aac.numberSection = 0;
339
pAacDecoderChannelInfo->pDynData->
specificTo
.aac.numberSection++;
594
if ( pAacDecoderChannelInfo->pDynData->
specificTo
.aac.lenOfReorderedSpectralData != 0 ) {
614
FDKpushFor (bs, pAacDecoderChannelInfo->pDynData->
specificTo
.aac.lenOfReorderedSpectralData);
624
CPulseData_Apply(&pAacDecoderChannelInfo->pDynData->
specificTo
.aac.PulseData,
rvlc.cpp
125
pAacDecoderChannelInfo->pDynData->
specificTo
.aac.rvlcIntensityUsed = 0;
825
pAacDecoderChannelInfo->pDynData->
specificTo
.aac.rvlcCurrentScaleFactorOK = 1;
[
all
...]
aacdec_hcr.cpp
214
pAacDecoderChannelInfo->pDynData->
specificTo
.aac.lenOfReorderedSpectralData = 0;
215
pAacDecoderChannelInfo->pDynData->
specificTo
.aac.lenOfLongestCodeword = 0;
223
pAacDecoderChannelInfo->pDynData->
specificTo
.aac.lenOfReorderedSpectralData = lengOfReorderedSpectralData; /* the decoded value is within range */
227
pAacDecoderChannelInfo->pDynData->
specificTo
.aac.lenOfReorderedSpectralData = CPE_TOP_LENGTH; /* use valid maximum */
233
pAacDecoderChannelInfo->pDynData->
specificTo
.aac.lenOfReorderedSpectralData = lengOfReorderedSpectralData; /* the decoded value is within range */
237
pAacDecoderChannelInfo->pDynData->
specificTo
.aac.lenOfReorderedSpectralData = SCE_TOP_LENGTH; /* use valid maximum */
245
pAacDecoderChannelInfo->pDynData->
specificTo
.aac.lenOfLongestCodeword = lengOfLongestCodeword; /* the decoded value is within range */
249
pAacDecoderChannelInfo->pDynData->
specificTo
.aac.lenOfLongestCodeword = LEN_OF_LONGEST_CW_TOP_LENGTH; /* use valid maximum */
293
pHcr->decInOut.lengthOfReorderedSpectralData = pAacDecoderChannelInfo->pDynData->
specificTo
.aac.lenOfReorderedSpectralData;
294
pHcr->decInOut.lengthOfLongestCodeword = pAacDecoderChannelInfo->pDynData->
specificTo
.aac.lenOfLongestCodeword
[
all
...]
channel.cpp
344
&pAacDecoderChannelInfo[ch]->pDynData->
specificTo
.aac.PulseData,
channelinfo.h
225
}
specificTo
;
Completed in 190 milliseconds