Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp958 INT scfBand,est,l,ll,lu,maxPosF,maxPosT; in calculateCompVector() local
972 maxPosT = 0; in calculateCompVector()
980 maxPosT = est; in calculateCompVector()
995 if (pSignMatrix[maxPosT][maxPosF - 1] > 0 && pSignMatrix[maxPosT][maxPosF] < 0) { in calculateCompVector()
999 … tmp = fixp_abs((FIXP_DBL)CalcLdData(pTonalityMatrix[maxPosT][maxPosF - 1]) + RELAXATION_LD64); in calculateCompVector()
1017 if (pSignMatrix[maxPosT][maxPosF] > 0 && pSignMatrix[maxPosT][maxPosF + 1] < 0) { in calculateCompVector()
1018 … tmp = fixp_abs((FIXP_DBL)CalcLdData(pTonalityMatrix[maxPosT][maxPosF + 1]) + RELAXATION_LD64); in calculateCompVector()