Searched refs:maxPosF (Results 1 – 1 of 1) sorted by relevance
978 INT scfBand,est,l,ll,lu,maxPosF,maxPosT; in calculateCompVector() local991 maxPosF = 0; /* First find the maximum*/ in calculateCompVector()999 maxPosF = l; in calculateCompVector()1013 if(maxPosF == ll && scfBand){ 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()1035 if(maxPosF == lu-1 && scfBand+1 < nSfb){ /* Upper border*/ 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()