Searched defs:psyConf (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dpsy_configuration.c348 PSY_CONFIGURATION_LONG *psyConf)
358 psyConf->sfbCnt = sfBandTotalLong[samplerateindex];
359 psyConf->sfbOffset = sfBandTabLong + sfBandTabLongOffset[samplerateindex];
360 psyConf->sampRateIdx = samplerateindex;
365 initBarcValues(psyConf->sfbCnt,
366 psyConf->sfbOffset,
367 psyConf->sfbOffset[psyConf->sfbCnt],
374 initThrQuiet(psyConf->sfbCnt,
375 psyConf
345 InitPsyConfigurationLong(Word32 bitrate, Word32 samplerate, Word16 bandwidth, PSY_CONFIGURATION_LONG *psyConf) argument
429 InitPsyConfigurationShort(Word32 bitrate, Word32 samplerate, Word16 bandwidth, PSY_CONFIGURATION_SHORT *psyConf) argument
[all...]

Completed in 58 milliseconds