Searched refs:LPC_MAX_ORDER (Results 1 - 2 of 2) sorted by relevance

/external/aac/libFDK/src/
H A DFDK_lpc.cpp108 static SCHAR order_ld[LPC_MAX_ORDER] = {
124 FDK_ASSERT(order <= LPC_MAX_ORDER);
175 FDK_ASSERT(order <= LPC_MAX_ORDER);
222 FIXP_LPC_TNS coeff[2 * LPC_MAX_ORDER];
226 FDK_ASSERT(order <= LPC_MAX_ORDER);
265 FIXP_LPC coeff[2 * LPC_MAX_ORDER];
269 FDK_ASSERT(order <= LPC_MAX_ORDER);
320 FIXP_LPC coeff[2 * LPC_MAX_ORDER];
435 FIXP_DBL parcorWorkBuffer[LPC_MAX_ORDER];
/external/aac/libFDK/include/
H A DFDK_lpc.h108 #define LPC_MAX_ORDER 24 macro
160 * \param state state buffer of size LPC_MAX_ORDER
183 * \param state state buffer of size LPC_MAX_ORDER

Completed in 78 milliseconds