HomeSort by relevance Sort by last modified time
    Searched defs:sfbDist (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
interface.h 65 Word32 sfbDist[MAX_GROUPED_SFB];
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
sf_estim.c 153 Word32 sfbDist;
160 sfbDist = calcSfbDist(spec, sfbWidth, scf);
162 if(!sfbDist)
165 if (sfbDist > thresh125) {
169 sfbDistBest = sfbDist;
172 while (sfbDist > thresh125 && (cnt < 3)) {
175 sfbDist = calcSfbDist(spec, sfbWidth, scf);
177 if (sfbDist < sfbDistBest) {
179 sfbDistBest = sfbDist;
185 sfbDist = sfbDistBest
    [all...]

Completed in 697 milliseconds