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

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c 350 Word32 samplerateindex; local
357 samplerateindex = GetSRIndex(samplerate);
358 psyConf->sfbCnt = sfBandTotalLong[samplerateindex];
359 psyConf->sfbOffset = sfBandTabLong + sfBandTabLongOffset[samplerateindex];
360 psyConf->sampRateIdx = samplerateindex;
434 Word32 samplerateindex; local
440 samplerateindex = GetSRIndex(samplerate);
441 psyConf->sfbCnt = sfBandTotalShort[samplerateindex];
442 psyConf->sfbOffset = sfBandTabShort + sfBandTabShortOffset[samplerateindex];
443 psyConf->sampRateIdx = samplerateindex;
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_asc.cpp 228 int sampleRateIndex, i;
233 sampleRateIndex = getSamplingRateIndex(sampleRate);
234 if (sampleRateIndex == 15) {
247 FDKwriteBits(hBs, sampleRateIndex, 4); /* Sample rate index*/
359 int sampleRateIndex = getSamplingRateIndex(sampleRate);
361 FDKwriteBits( hBitstreamBuffer, sampleRateIndex, 4 );
362 if( sampleRateIndex == 15 ) {
  /external/aac/libAACdec/src/
aac_rom.cpp     [all...]

Completed in 1027 milliseconds