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

  /frameworks/base/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...]

Completed in 2123 milliseconds