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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dpsy_configuration.c350 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 31 milliseconds