Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dhbe.cpp1443 FIXP_DBL twid_m_new[3][2]; /* [stretch][cos/sin] */ in QmfTransposerApply() local
1448 twid_m_new[s][0] = twiddle[(mult[s] * (stepsize * pitchInBins)) % mod]; in QmfTransposerApply()
1449 twid_m_new[s][1] = in QmfTransposerApply()
2034 FIXP_DBL cos_twid = twid_m_new[stretch - 2 - modstretch4][0]; in QmfTransposerApply()
2035 FIXP_DBL sin_twid = sign * twid_m_new[stretch - 2 - modstretch4][1]; in QmfTransposerApply()