OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tnsMaxSfb
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns_param.h
50
void GetTnsMaxBands(Word32 samplingRate, Word16 blockType, Word16*
tnsMaxSfb
);
tns.h
46
Word16
tnsMaxSfb
;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c
154
tC->
tnsMaxSfb
= tnsMaxBandsLongMainLow[pC->sampRateIdx];
159
tC->tnsStopBand = min(pC->sfbCnt, tC->
tnsMaxSfb
);
220
tC->
tnsMaxSfb
= tnsMaxBandsShortMainLow[pC->sampRateIdx];
225
tC->tnsStopBand = min(pC->sfbCnt, tC->
tnsMaxSfb
);
Completed in 72 milliseconds