Home
last modified time | relevance | path

Searched refs:AC_EL_FULLBANDLPD (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Dblock.cpp1070 if (elFlags & AC_EL_FULLBANDLPD) { in CBlock_FrequencyToTime()
1092 int nbDiv = (elFlags & AC_EL_FULLBANDLPD) ? 2 : 4; in CBlock_FrequencyToTime()
1093 int lFrame = (elFlags & AC_EL_FULLBANDLPD) ? frameLen / 2 : frameLen; in CBlock_FrequencyToTime()
/external/aac/libSYS/include/
DFDK_audio.h357 #define AC_EL_FULLBANDLPD 0x000800 /*!< enable fullband LPD tools */ macro