OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxSfBands
(Results
1 - 5
of
5
) sorted by null
/external/aac/libAACdec/src/
pulsedata.cpp
106
const UINT
MaxSfBands
= GetScaleFactorBandsTransmitted((CIcsInfo*)pIcsInfo);
119
if (PulseData->PulseStartBand >=
MaxSfBands
) {
channelinfo.h
163
UCHAR
MaxSfBands
;
304
* \param pIcsInfo IcsInfo structure to read the window sequence and store
MaxSfBands
and TotalSfBands
430
return pIcsInfo->
MaxSfBands
;
435
return fMax(pIcsInfo0->
MaxSfBands
, pIcsInfo1->
MaxSfBands
);
channelinfo.cpp
113
pIcsInfo->
MaxSfBands
= (UCHAR) FDKreadBits(bs, nbits);
115
if (pIcsInfo->
MaxSfBands
> pIcsInfo->TotalSfBands){
channel.cpp
113
for (UCHAR band = 0 ; band < pAacDecoderChannelInfo[L]->icsInfo.
MaxSfBands
; band++) {
conceal.cpp
593
pIcsInfo->
MaxSfBands
= pIcsInfo->TotalSfBands;
[
all
...]
Completed in 60 milliseconds