Home
last modified time | relevance | path

Searched refs:sbrTuningTableSize (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSBRenc/src/
Dsbr_rom.h122 extern const int sbrTuningTableSize;
Dsbr_rom.cpp778 const int sbrTuningTableSize = sizeof(sbrTuningTable)/sizeof(sbrTuningTable[0]); variable
Dsbr_encoder.cpp179 for (i=0; i < sbrTuningTableSize ; i++) { in getSbrTuningTableIndex()