Home
last modified time | relevance | path

Searched refs:tns_max_bands (Results 1 – 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_tns.cpp359 int tns_max_bands; in CTns_Apply() local
377 tns_max_bands = tns_max_bands_tbl_480[pSamplingRateInfo->samplingRateIndex]; in CTns_Apply()
380 tns_max_bands = tns_max_bands_tbl_512[pSamplingRateInfo->samplingRateIndex]; in CTns_Apply()
383 tns_max_bands = GetMaximumTnsBands(pIcsInfo, pSamplingRateInfo->samplingRateIndex); in CTns_Apply()
387 start = fixMin( fixMin(filter->StartBand, tns_max_bands), in CTns_Apply()
392 stop = fixMin( fixMin(filter->StopBand, tns_max_bands), in CTns_Apply()