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

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns.h 59 Word16 tnsStopBand;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c 161 tC->tnsStopBand = min(pC->sfbCnt, tC->tnsMaxSfb);
162 tC->tnsStopLine = pC->sfbOffset[tC->tnsStopBand];
227 tC->tnsStopBand = min(pC->sfbCnt, tC->tnsMaxSfb);
228 tC->tnsStopLine = pC->sfbOffset[tC->tnsStopBand];

Completed in 542 milliseconds