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

  /external/aac/libSBRenc/src/
sbr_rom.h 125 #define SBRENC_TUNING_SIZE (SBRENC_AACLC_TUNING_SIZE + SBRENC_AACELD_TUNING_SIZE)
127 extern const sbrTuningTable_t sbrTuningTable[SBRENC_TUNING_SIZE];
sbr_encoder.cpp 178 FDK_ASSERT(SBRENC_TUNING_SIZE == sizeof(sbrTuningTable)/sizeof(sbrTuningTable[0]));
181 paramSetTop = SBRENC_TUNING_SIZE;
    [all...]
sbr_rom.cpp 509 const sbrTuningTable_t sbrTuningTable[SBRENC_TUNING_SIZE] =
    [all...]

Completed in 47 milliseconds