OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:paacdecoderstaticchannelinfo
(Results
1 - 15
of
15
) sorted by null
/external/aac/libAACdec/src/
aacdecoder.cpp
778
if (self->
pAacDecoderStaticChannelInfo
[ch] != NULL) {
779
if (self->
pAacDecoderStaticChannelInfo
[ch]->pOverlapBuffer != NULL) {
780
FreeOverlapBuffer (&self->
pAacDecoderStaticChannelInfo
[ch]->pOverlapBuffer);
782
if (self->
pAacDecoderStaticChannelInfo
[ch] != NULL) {
783
FreeAacDecoderStaticChannelInfo (&self->
pAacDecoderStaticChannelInfo
[ch]);
1012
if (self->
pAacDecoderStaticChannelInfo
[ch] == NULL) {
1013
self->
pAacDecoderStaticChannelInfo
[ch] = GetAacDecoderStaticChannelInfo(ch);
1014
if (self->
pAacDecoderStaticChannelInfo
[ch] == NULL) {
1017
self->
pAacDecoderStaticChannelInfo
[ch]->pOverlapBuffer = GetOverlapBuffer(ch); /* This area size depends on the AOT */
1018
if (self->
pAacDecoderStaticChannelInfo
[ch]->pOverlapBuffer == NULL)
[
all
...]
rvlcconceal.cpp
401
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
452
if ( (
pAacDecoderStaticChannelInfo
->concealmentInfo.aRvlcPreviousCodebook[bnds]==INTENSITY_HCB) || (
pAacDecoderStaticChannelInfo
->concealmentInfo.aRvlcPreviousCodebook[bnds]==INTENSITY_HCB2) ) {
454
pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin,
pAacDecoderStaticChannelInfo
->concealmentInfo.aRvlcPreviousScaleFactor[bnds]);
462
if ( (
pAacDecoderStaticChannelInfo
->concealmentInfo.aRvlcPreviousCodebook[bnds]==NOISE_HCB) ) {
464
pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin,
pAacDecoderStaticChannelInfo
->concealmentInfo.aRvlcPreviousScaleFactor[bnds]);
471
if ( (
pAacDecoderStaticChannelInfo
->concealmentInfo.aRvlcPreviousCodebook[bnds]!=ZERO_HCB)
472
&& (
pAacDecoderStaticChannelInfo
->concealmentInfo.aRvlcPreviousCodebook[bnds]!=NOISE_HCB)
473
&& (
pAacDecoderStaticChannelInfo
->concealmentInfo.aRvlcPreviousCodebook[bnds]!=INTENSITY_HCB)
474
&& (
pAacDecoderStaticChannelInfo
->concealmentInfo.aRvlcPreviousCodebook[bnds]!=INTENSITY_HCB2)
[
all
...]
rvlc.h
115
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
,
121
* \param
pAacDecoderStaticChannelInfo
126
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
[],
rvlcconceal.h
101
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
108
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
rvlc.cpp
799
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
)
[
all
...]
channel.cpp
133
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
[2],
192
pAacDecoderStaticChannelInfo
,
230
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
[],
374
pAacDecoderStaticChannelInfo
[ch],
aacdec_drc.h
141
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
[],
168
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
[],
channel.h
117
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
[2],
138
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
[],
conceal.h
130
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
);
134
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
,
aacdec_drc.cpp
644
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
[],
658
FDK_ASSERT(
pAacDecoderStaticChannelInfo
!= NULL);
795
pAacDecoderStaticChannelInfo
[ch]->drcData = pThreadBs->channelData;
[
all
...]
block.h
206
void CBlock_FrequencyToTime(CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
,
217
void CBlock_FrequencyToTimeLowDelay(CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
,
block.cpp
676
void CBlock_FrequencyToTime(CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
,
721
&
pAacDecoderStaticChannelInfo
->IMdct,
745
void CBlock_FrequencyToTimeLowDelay( CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
,
755
pAacDecoderStaticChannelInfo
->pOverlapBuffer,
conceal.cpp
220
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
,
654
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
)
732
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
,
755
pAacDecoderStaticChannelInfo
);
790
pAacDecoderStaticChannelInfo
,
828
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
,
[
all
...]
aacdecoder.h
194
CAacDecoderStaticChannelInfo *
pAacDecoderStaticChannelInfo
[(6)]; /*!< Persistent channel memory */
aacdecoder_lib.cpp
820
if (ErrorStatus || (flags & AACDEC_CONCEAL) || self->
pAacDecoderStaticChannelInfo
[0]->concealmentInfo.concealState > ConcealState_FadeIn)
Completed in 135 milliseconds