Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_hybrid.cpp146 UCHAR nHybBands[3]; /*!< Number of Hybrid bands generated by nrQmfBands. */ member
378 hybOffset += hAnalysisHybFilter->pSetup->nHybBands[k]; in FDKhybridAnalysisApply()
480 const int nHybBands = hSynthesisHybFilter->pSetup->nHybBands[k]; in FDKhybridSynthesisApply() local
487 for (n = 0; n < nHybBands; n++) { in FDKhybridSynthesisApply()
494 hybOffset += nHybBands; in FDKhybridSynthesisApply()
DFDK_decorrelate.cpp1645 int nHybBands = 0; in FDKdecorrelateApply() local
1647 nHybBands = self->numbins; in FDKdecorrelateApply()
1659 stop = fMin(self->REV_bandOffset[rb], (UCHAR)nHybBands); in FDKdecorrelateApply()
/external/aac/libSACdec/src/
Dsac_dec.cpp1372 int nHybBands; in SpatialDecApplyParameterSets() local
1373 nHybBands = self->hybridBands; in SpatialDecApplyParameterSets()
1380 for (hyb = 0; hyb < nHybBands; hyb++) { in SpatialDecApplyParameterSets()