OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScaleFactorBandsTransmitted
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACdec/src/
block.cpp
175
int
ScaleFactorBandsTransmitted
= GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
178
for (band=0; band <
ScaleFactorBandsTransmitted
; band++)
296
UCHAR
ScaleFactorBandsTransmitted
= GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
299
for (band=0; band <
ScaleFactorBandsTransmitted
; )
429
int
ScaleFactorBandsTransmitted
= GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
442
for (band=0; band <
ScaleFactorBandsTransmitted
; band++)
515
int
ScaleFactorBandsTransmitted
= GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
528
for (band=0; band <
ScaleFactorBandsTransmitted
; band++)
aacdec_pns.cpp
344
int
ScaleFactorBandsTransmitted
= GetScaleFactorBandsTransmitted(pIcsInfo);
350
for (int band = 0 ; band <
ScaleFactorBandsTransmitted
; band++) {
Completed in 1002 milliseconds