Searched defs:newDiff (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp747 INT lastDiff, newDiff; local
757 newDiff = fixp_abs((INT)pVKMaster[band] - cutoffSb);
759 if(newDiff >= lastDiff) {
764 lastDiff = newDiff;

Completed in 81 milliseconds