Home
last modified time | relevance | path

Searched refs:CLpc_SynthesisLattice (Results 1 – 3 of 3) sorted by relevance

/external/aac/libFDK/include/
DFDK_lpc.h185 void CLpc_SynthesisLattice(FIXP_DBL *signal, const int signal_size,
190 void CLpc_SynthesisLattice(FIXP_DBL *RESTRICT signal, const int signal_size,
/external/aac/libFDK/src/
DFDK_lpc.cpp116 void CLpc_SynthesisLattice(FIXP_DBL *signal, const int signal_size, in CLpc_SynthesisLattice() function
168 void CLpc_SynthesisLattice(FIXP_DBL *signal, const int signal_size, in CLpc_SynthesisLattice() function
/external/aac/libAACdec/src/
Daacdec_tns.cpp350 CLpc_SynthesisLattice(pSpectrum + start, size, 0, 0, in CTns_Apply()