Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dhbe.cpp135 static const FIXP_DBL hintReal_F[4][3] = { variable
1597 (fMult(gammaVecReal_m[0], hintReal_F[sourceband % 4][1]) - in QmfTransposerApply()
1599 hintReal_F[(sourceband + 3) % 4][1])) >> in QmfTransposerApply()
1602 (fMult(tmpRealF, hintReal_F[(sourceband + 3) % 4][1]) + in QmfTransposerApply()
1603 fMult(gammaVecImag_m[0], hintReal_F[sourceband % 4][1])) >> in QmfTransposerApply()
1612 (fMult(tmpRealF, hintReal_F[sourceband % 4][1]) - in QmfTransposerApply()
1613 fMult(tmpImagF, hintReal_F[(sourceband + 1) % 4][1])) >> in QmfTransposerApply()
1616 (fMult(tmpRealF, hintReal_F[(sourceband + 1) % 4][1]) + in QmfTransposerApply()
1617 fMult(tmpImagF, hintReal_F[sourceband % 4][1])) >> in QmfTransposerApply()
1624 (fMult(gammaVecReal_m[1], hintReal_F[sourceband % 4][2]) - in QmfTransposerApply()
[all …]