Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp1155 FIXP_DUCK_GAIN duckGain = 0; in DuckerApply() local
1239 duckGain = FX_DBL2FX_DUCK_GAIN(fMultDiv2(tmp1, tmp2) << s); in DuckerApply()
1262 duckGain = FX_DBL2FX_DUCK_GAIN(fMult(tmp1, tmp2) << s); in DuckerApply()
1274 outputReal[qs] = fMultDiv2(outputReal[qs], duckGain) << 2; in DuckerApply()
1275 outputImag[qs] = fMultDiv2(outputImag[qs], duckGain) << 2; in DuckerApply()
1279 outputReal[qs] = fMultDiv2(outputReal[qs], duckGain) << 2; in DuckerApply()
1380 FIXP_DBL num, denom, duckGain; in DuckerApplyPS() local
1393 duckGain = fMult(num, denom); in DuckerApplyPS()
1394 duckGain = fPow2Div2(duckGain << scale); in DuckerApplyPS()
1395 duckGain = fMultDiv2(FL2FXCONST_DUCK(2.f / 3.f), duckGain) << 3; in DuckerApplyPS()
[all …]