Searched refs:NUM_SAMPLE_RATES (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Daac_rom.h95 extern const int sampRateTab[NUM_SAMPLE_RATES];
96 extern const int BandwithCoefTab[8][NUM_SAMPLE_RATES];
98 extern const UWord8 sfBandTotalShort[NUM_SAMPLE_RATES];
99 extern const UWord8 sfBandTotalLong[NUM_SAMPLE_RATES];
100 extern const int sfBandTabShortOffset[NUM_SAMPLE_RATES];
102 extern const int sfBandTabLongOffset[NUM_SAMPLE_RATES];
H A Dpsy_const.h78 #define NUM_SAMPLE_RATES 12 macro
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c349 for(i = 0; i < NUM_SAMPLE_RATES; i++)
420 for(i = 0; i < NUM_SAMPLE_RATES; i++)
H A Daac_rom.c1419 const int sampRateTab[NUM_SAMPLE_RATES] = {
1429 const int BandwithCoefTab[8][NUM_SAMPLE_RATES] = {
1442 const UWord8 sfBandTotalShort[NUM_SAMPLE_RATES] = {
1446 const UWord8 sfBandTotalLong[NUM_SAMPLE_RATES] = {
1451 const int sfBandTabShortOffset[NUM_SAMPLE_RATES] = {0, 0, 0, 13, 13, 13, 28, 28, 44, 44, 44, 60};
1470 const int sfBandTabLongOffset[NUM_SAMPLE_RATES] = {0, 0, 42, 90, 90, 140, 192, 192, 240, 240, 240, 284};

Completed in 320 milliseconds