Searched refs:cplxBands (Results 1 – 4 of 4) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_reshapeBBEnv.cpp | 232 INT cplxBands, INT hybBands) { in combineDryWet() argument 235 for (qs = 12; qs < cplxBands; qs++) { in combineDryWet() 249 INT cplxBands, INT hybBands) { in slotAmp() argument 254 s1 = DFRACT_BITS - 1 - CntLeadingZeros(hybBands + cplxBands); in slotAmp() 256 getScalefactor(pHybOutputImagDry, cplxBands)); in slotAmp() 258 getScalefactor(pHybOutputImagWet, cplxBands)); in slotAmp() 261 for (qs = 0; qs < cplxBands; qs++) { in slotAmp() 301 FIXP_DBL dryFac, INT scale, INT cplxBands, INT hybBands) { in shapeBBEnv() argument 305 for (qs = 0; qs < cplxBands; qs++) { in shapeBBEnv() 313 for (qs = 0; qs < cplxBands; qs++) { in shapeBBEnv() [all …]
|
D | sac_stp.cpp | 327 int n, ch, cplxBands, cplxHybBands; in subbandTPApply() local 340 cplxBands = BP_GF_SIZE; in subbandTPApply() 401 cplxBands - BP_GF_START), in subbandTPApply() 403 cplxBands - BP_GF_START)); in subbandTPApply() 405 cplxBands - BP_GF_START), in subbandTPApply() 407 cplxBands - BP_GF_START)); in subbandTPApply() 410 for (n = BP_GF_START; n < cplxBands; n++) { in subbandTPApply() 461 cplxBands - BP_GF_START), in subbandTPApply() 463 cplxBands - BP_GF_START)); in subbandTPApply() 465 for (n = BP_GF_START; n < cplxBands; n++) { in subbandTPApply()
|
/external/aac/libFDK/include/ |
D | FDK_hybrid.h | 132 INT cplxBands; /*!< Number of complex QMF bands.*/ member 147 INT cplxBands; /*!< Number of complex QMF bands.*/ member 186 const INT cplxBands, const INT initStatesFlag); 237 const INT cplxBands);
|
/external/aac/libFDK/src/ |
D | FDK_hybrid.cpp | 221 const INT cplxBands, const INT initStatesFlag) { in FDKhybridAnalysisInit() argument 249 hAnalysisHybFilter->cplxBands = cplxBands; in FDKhybridAnalysisInit() 260 ((qmfBands - setup->nrQmfBands) + (cplxBands - setup->nrQmfBands)) * in FDKhybridAnalysisInit() 283 pMem += (cplxBands - setup->nrQmfBands); in FDKhybridAnalysisInit() 303 (cplxBands - setup->nrQmfBands) * sizeof(FIXP_DBL)); in FDKhybridAnalysisInit() 337 (hAnalysisHybFilter->cplxBands - setup->nrQmfBands), in FDKhybridAnalysisScaleStates() 395 (hAnalysisHybFilter->cplxBands - nrQmfBandsLF) * sizeof(FIXP_DBL)); in FDKhybridAnalysisApply() 406 (hAnalysisHybFilter->cplxBands - nrQmfBandsLF) * sizeof(FIXP_DBL)); in FDKhybridAnalysisApply() 415 (hAnalysisHybFilter->cplxBands - nrQmfBandsLF) * sizeof(FIXP_DBL)); in FDKhybridAnalysisApply() 441 const INT cplxBands) { in FDKhybridSynthesisInit() argument [all …]
|