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

/external/aac/libAACenc/src/
H A Dsf_estim.cpp383 FIXP_DBL sfbDistBestLdData = sfbDistLdData; local
395 if (sfbDistLdData < sfbDistBestLdData) {
397 sfbDistBestLdData = sfbDistLdData;
405 sfbDistLdData = sfbDistBestLdData;
413 if (sfbDistLdData < sfbDistBestLdData) {
415 sfbDistBestLdData = sfbDistLdData;
421 *distLdData = sfbDistBestLdData;
424 FIXP_DBL sfbDistBestLdData = sfbDistLdData; local
437 sfbDistBestLdData = sfbDistLdData;
442 *distLdData = sfbDistBestLdData;
[all...]

Completed in 7567 milliseconds