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

/external/aac/libSBRenc/src/
H A Dmh_det.cpp958 INT scfBand,est,l,ll,lu,maxPosF,maxPosT; local
971 maxPosF = 0; /* First find the maximum*/
979 maxPosF = l;
993 if(maxPosF == ll && scfBand){
995 if (pSignMatrix[maxPosT][maxPosF - 1] > 0 && pSignMatrix[maxPosT][maxPosF] < 0) {
999 tmp = fixp_abs((FIXP_DBL)CalcLdData(pTonalityMatrix[maxPosT][maxPosF - 1]) + RELAXATION_LD64);
1015 if(maxPosF == lu-1 && scfBand+1 < nSfb){ /* Upper border*/
1017 if (pSignMatrix[maxPosT][maxPosF] > 0 && pSignMatrix[maxPosT][maxPosF
[all...]

Completed in 2613 milliseconds