Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_reshapeBBEnv.cpp160 INT hybBands) { in getSlotNrgHQ() argument
195 if (hybBands > 23) { in getSlotNrgHQ()
215 for (qs = 31; qs < hybBands; qs++) { in getSlotNrgHQ()
232 INT cplxBands, INT hybBands) { in combineDryWet() argument
239 for (; qs < hybBands; qs++) { in combineDryWet()
249 INT cplxBands, INT hybBands) { in slotAmp() argument
254 s1 = DFRACT_BITS - 1 - CntLeadingZeros(hybBands + cplxBands); in slotAmp()
255 headroom_dry = fMin(getScalefactor(pHybOutputRealDry, hybBands), in slotAmp()
257 headroom_wet = fMin(getScalefactor(pHybOutputRealWet, hybBands), in slotAmp()
269 for (; qs < hybBands; qs++) { in slotAmp()
[all …]
/external/aac/libFDK/src/
DFDK_decorrelate.cpp1149 int hybBands; in DuckerApply() local
1163 hybBands = hybridBands; in DuckerApply()
1246 if (qs < hybBands) { in DuckerApply()
1272 if (qs < hybBands) { /* true for about 39% */ in DuckerApply()
1301 int hybBands; in DuckerApplyPS() local
1326 hybBands = self->hybridBands; in DuckerApplyPS()
1366 if (qs < hybBands) { in DuckerApplyPS()
1400 if (qs < hybBands) { in DuckerApplyPS()