Searched refs:AC_EL_FULLBANDLPD (Results 1 – 2 of 2) sorted by relevance
1070 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()
357 #define AC_EL_FULLBANDLPD 0x000800 /*!< enable fullband LPD tools */ macro