Searched refs:maxPosT (Results 1 – 1 of 1) sorted by relevance
978 INT scfBand,est,l,ll,lu,maxPosF,maxPosT; in calculateCompVector() local992 maxPosT = 0; in calculateCompVector()1000 maxPosT = est; in calculateCompVector()1015 if (pSignMatrix[maxPosT][maxPosF - 1] > 0 && pSignMatrix[maxPosT][maxPosF] < 0) { in calculateCompVector()1019 … tmp = fixp_abs((FIXP_DBL)CalcLdData(pTonalityMatrix[maxPosT][maxPosF - 1]) + RELAXATION_LD64); in calculateCompVector()1037 if (pSignMatrix[maxPosT][maxPosF] > 0 && pSignMatrix[maxPosT][maxPosF + 1] < 0) { in calculateCompVector()1038 … tmp = fixp_abs((FIXP_DBL)CalcLdData(pTonalityMatrix[maxPosT][maxPosF + 1]) + RELAXATION_LD64); in calculateCompVector()