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
377 hybOffset += hAnalysisHybFilter->pSetup->nHybBands[k]; in FDKhybridAnalysisApply()
479 const int nHybBands = hSynthesisHybFilter->pSetup->nHybBands[k]; in FDKhybridSynthesisApply() local
485 for (n = 0; n < nHybBands; n++) { in FDKhybridSynthesisApply()
492 hybOffset += nHybBands; in FDKhybridSynthesisApply()
DFDK_decorrelate.cpp1677 int nHybBands = 0; in FDKdecorrelateApply() local
1679 nHybBands = self->numbins; in FDKdecorrelateApply()
1691 stop = fMin(self->REV_bandOffset[rb], (UCHAR)nHybBands); in FDKdecorrelateApply()
/external/aac/libSACdec/src/
Dsac_dec.cpp1335 int nHybBands; in SpatialDecApplyParameterSets() local
1336 nHybBands = self->hybridBands; in SpatialDecApplyParameterSets()
1343 for (hyb = 0; hyb < nHybBands; hyb++) { in SpatialDecApplyParameterSets()