Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp1182 FIXP_DUCK_GAIN duckGain = 0; in DuckerApply() local
1266 duckGain = FX_DBL2FX_DUCK_GAIN(fMultDiv2(tmp1, tmp2) << s); in DuckerApply()
1289 duckGain = FX_DBL2FX_DUCK_GAIN(fMult(tmp1, tmp2) << s); in DuckerApply()
1300 duckGain); in DuckerApply()
1305 outputReal[qs] = fMultDiv2(outputReal[qs], duckGain) << 2; in DuckerApply()
1306 outputImag[qs] = fMultDiv2(outputImag[qs], duckGain) << 2; in DuckerApply()
1310 outputReal[qs] = fMultDiv2(outputReal[qs], duckGain) << 2; in DuckerApply()
1412 FIXP_DBL num, denom, duckGain; in DuckerApplyPS() local
1425 duckGain = fMult(num, denom); in DuckerApplyPS()
1426 duckGain = fPow2Div2(duckGain << scale); in DuckerApplyPS()
[all …]