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 159 tC->tnsStopBand = min(pC->sfbCnt, tC->tnsMaxSfb);
160 tC->tnsStopLine = pC->sfbOffset[tC->tnsStopBand];
225 tC->tnsStopBand = min(pC->sfbCnt, tC->tnsMaxSfb);
226 tC->tnsStopLine = pC->sfbOffset[tC->tnsStopBand];

Completed in 443 milliseconds