OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetScaleFactorBandsTransmitted
(Results
1 - 9
of
9
) sorted by null
/external/aac/libAACdec/src/
pulsedata.cpp
106
const UINT MaxSfBands =
GetScaleFactorBandsTransmitted
((CIcsInfo*)pIcsInfo);
channel.cpp
155
int maxSfBandsL =
GetScaleFactorBandsTransmitted
(&pAacDecoderChannelInfo[L]->icsInfo);
156
int maxSfBandsR =
GetScaleFactorBandsTransmitted
(&pAacDecoderChannelInfo[R]->icsInfo);
174
GetScaleFactorBandsTransmitted
(&pAacDecoderChannelInfo[L]->icsInfo),
201
int maxSfb =
GetScaleFactorBandsTransmitted
(&pAacDecoderChannelInfo->icsInfo);
aacdec_tns.cpp
388
GetScaleFactorBandsTransmitted
(pIcsInfo) );
393
GetScaleFactorBandsTransmitted
(pIcsInfo) );
block.cpp
175
int ScaleFactorBandsTransmitted =
GetScaleFactorBandsTransmitted
(&pAacDecoderChannelInfo->icsInfo);
227
int max_band =
GetScaleFactorBandsTransmitted
(&pAacDecoderChannelInfo->icsInfo);
296
UCHAR ScaleFactorBandsTransmitted =
GetScaleFactorBandsTransmitted
(&pAacDecoderChannelInfo->icsInfo);
429
int ScaleFactorBandsTransmitted =
GetScaleFactorBandsTransmitted
(&pAacDecoderChannelInfo->icsInfo);
515
int ScaleFactorBandsTransmitted =
GetScaleFactorBandsTransmitted
(&pAacDecoderChannelInfo->icsInfo);
channelinfo.h
428
inline UCHAR
GetScaleFactorBandsTransmitted
(const CIcsInfo *pIcsInfo)
aacdec_pns.cpp
344
int ScaleFactorBandsTransmitted =
GetScaleFactorBandsTransmitted
(pIcsInfo);
aacdec_hcr.cpp
338
maxBand =
GetScaleFactorBandsTransmitted
(&pAacDecoderChannelInfo->icsInfo);
658
numSfbTransm =
GetScaleFactorBandsTransmitted
(&pAacDecoderChannelInfo->icsInfo);
[
all
...]
conceal.cpp
627
for (band=0; band <
GetScaleFactorBandsTransmitted
(pIcsInfo); band++)
[
all
...]
rvlc.cpp
[
all
...]
Completed in 62 milliseconds