Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp914 INT scfBand, est, l, ll, lu, maxPosF, maxPosT; in calculateCompVector() local
926 maxPosF = 0; /* First find the maximum*/ in calculateCompVector()
934 maxPosF = l; in calculateCompVector()
948 if (maxPosF == ll && scfBand) { in calculateCompVector()
950 if (pSignMatrix[maxPosT][maxPosF - 1] > 0 && in calculateCompVector()
951 pSignMatrix[maxPosT][maxPosF] < 0) { in calculateCompVector()
957 (FIXP_DBL)CalcLdData(pTonalityMatrix[maxPosT][maxPosF - 1]) + in calculateCompVector()
974 if (maxPosF == lu - 1 && scfBand + 1 < nSfb) { /* Upper border*/ in calculateCompVector()
976 if (pSignMatrix[maxPosT][maxPosF] > 0 && in calculateCompVector()
977 pSignMatrix[maxPosT][maxPosF + 1] < 0) { in calculateCompVector()
[all …]