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

/frameworks/base/media/libstagefright/codecs/aacenc/src/
H A Dadj_thr.c370 Word32 *psfbEn, *psfbThr; local
377 psfbThr = psyOutChan->sfbThreshold + sfbGrp;
380 if (*psfbEn > *psfbThr) {
390 sfbThrReduced = max(tmp, *psfbThr);
393 *psfbThr = sfbThrReduced;
396 psfbEn++; psfbThr++;

Completed in 20 milliseconds