HomeSort by relevance Sort by last modified time
    Searched refs:calcSfbDist (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
quantize.h 38 Word32 calcSfbDist(const Word32 *spec,
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
sf_estim.c 160 sfbDist = calcSfbDist(spec, sfbWidth, scf);
175 sfbDist = calcSfbDist(spec, sfbWidth, scf);
189 sfbDist = calcSfbDist(spec, sfbWidth, scf);
212 sfbDist = calcSfbDist(spec, sfbWidth, scf);
503 sfbDistNew = calcSfbDist(psyOutChan->mdctSpectrum+
660 sfbDistNew[sfb] = calcSfbDist(psyOutChan->mdctSpectrum +
quantize.c 321 * function name:calcSfbDist
327 Word32 calcSfbDist(const Word32 *spec,

Completed in 45 milliseconds