Searched refs:lpcCoeff_e (Results 1 – 2 of 2) sorted by relevance
/external/aac/libFDK/src/ |
D | FDK_lpc.cpp | 216 const int lpcCoeff_e, const int order, FIXP_DBL *state, in CLpc_Synthesis() argument 240 x = scaleValue(*pSignal, -(lpcCoeff_e + 1)); in CLpc_Synthesis() 244 x = SATURATE_SHIFT(x, -lpcCoeff_e - 1, DFRACT_BITS); in CLpc_Synthesis() 259 const int lpcCoeff_e, const int order, FIXP_DBL *state, in CLpc_Synthesis() argument 283 x = scaleValue(*pSignal, -(lpcCoeff_e + 1)); in CLpc_Synthesis() 287 x = SATURATE_SHIFT(x, -lpcCoeff_e - 1, DFRACT_BITS); in CLpc_Synthesis() 302 const FIXP_LPC lpcCoeff_m[], const int lpcCoeff_e, in CLpc_Analysis() argument 306 INT i, j, shift = lpcCoeff_e + 1; /* +1, because fMultDiv2 */ in CLpc_Analysis()
|
/external/aac/libFDK/include/ |
D | FDK_lpc.h | 147 const FIXP_LPC lpcCoeff_m[], const int lpcCoeff_e, 165 const int lpcCoeff_e, const int order, FIXP_DBL *state,
|