Searched refs:calcPreEcho (Results 1 – 4 of 4) sorted by relevance
/external/aac/libAACenc/src/ |
D | pre_echo_control.cpp | 107 INT *calcPreEcho, INT numPb, in FDKaacEnc_InitPreEchoControl() argument 114 *calcPreEcho = 1; in FDKaacEnc_InitPreEchoControl() 118 INT calcPreEcho, INT numPb, in FDKaacEnc_PreEchoControl() argument 129 if (calcPreEcho == 0) { in FDKaacEnc_PreEchoControl()
|
D | pre_echo_control.h | 108 void FDKaacEnc_InitPreEchoControl(FIXP_DBL *pbThresholdnm1, INT *calcPreEcho, 112 void FDKaacEnc_PreEchoControl(FIXP_DBL *pbThresholdNm1, INT calcPreEcho,
|
D | psy_data.h | 149 INT calcPreEcho; member
|
D | psy_main.cpp | 375 &hPsy->psyElement[i]->psyStatic[ch]->calcPreEcho, in FDKaacEnc_psyMainInit() 984 psyStatic[ch]->calcPreEcho = 0; in FDKaacEnc_psyMain() 988 psyStatic[ch]->sfbThresholdnm1, psyStatic[ch]->calcPreEcho, in FDKaacEnc_psyMain() 994 psyStatic[ch]->calcPreEcho = 1; in FDKaacEnc_psyMain() 1005 psyStatic[ch]->calcPreEcho = 0; in FDKaacEnc_psyMain()
|