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

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns.h 57 Word16 tnsStartLine;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c 178 tC->tnsStartLine = pC->sfbOffset[tC->tnsStartBand];
244 tC->tnsStartLine = pC->sfbOffset[tC->tnsStartBand];
445 AnalysisFilterLattice(&(spectrum[tC.tnsStartLine]),
446 (min(tC.tnsStopLine,lowPassLine) - tC.tnsStartLine),
449 &(spectrum[tC.tnsStartLine]));
486 AnalysisFilterLattice(&(spectrum[tC.tnsStartLine]), (tC.tnsStopLine - tC.tnsStartLine),
489 &(spectrum[tC.tnsStartLine]));

Completed in 456 milliseconds