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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dsf_estim.c155 Word32 thresh125 = L_add(thresh, (thresh >> 2)); local
165 if (sfbDist > thresh125) {
172 while (sfbDist > thresh125 && (cnt < 3)) {
186 while ((sfbDist > thresh125) && (cnt < 1) && (scf > minScf)) {

Completed in 149 milliseconds