Home
last modified time | relevance | path

Searched refs:PSY_CONFIGURATION (Results 1 – 6 of 6) sorted by relevance

/external/aac/libAACenc/src/
Dpsy_configuration.h139 }PSY_CONFIGURATION; typedef
159 PSY_CONFIGURATION *psyConf,
Dpsy_main.h119 PSY_CONFIGURATION psyConf[2]; /* LONG / SHORT */
164 PSY_CONFIGURATION *psyConf,
Dtns_func.h106 PSY_CONFIGURATION *psyConfig,
Dpsy_configuration.cpp574 PSY_CONFIGURATION *psyConf, in FDKaacEnc_InitPsyConfiguration()
583 FDKmemclear(psyConf, sizeof(PSY_CONFIGURATION)); in FDKaacEnc_InitPsyConfiguration()
Dpsy_main.cpp445 PSY_CONFIGURATION *psyConf, in FDKaacEnc_psyMain()
460 PSY_CONFIGURATION *RESTRICT hPsyConfLong = &psyConf[0]; in FDKaacEnc_psyMain()
461 PSY_CONFIGURATION *RESTRICT hPsyConfShort = &psyConf[1]; in FDKaacEnc_psyMain()
475 PSY_CONFIGURATION *RESTRICT hThisPsyConf[(2)]; in FDKaacEnc_psyMain()
Daacenc_tns.cpp359 PSY_CONFIGURATION *pC, in FDKaacEnc_InitTnsConfiguration()