Uses of Class
org.xiph.speex.LspQuant
-
Packages that use LspQuant Package Description org.xiph.speex JSpeex codec package. -
-
Uses of LspQuant in org.xiph.speex
Subclasses of LspQuant in org.xiph.speex Modifier and Type Class Description class
HighLspQuant
LSP Quantisation and Unquantisation (high)class
LbrLspQuant
LSP Quantisation and Unquantisation (Lbr)class
NbLspQuant
LSP Quantisation and Unquantisation (narrowband)Fields in org.xiph.speex declared as LspQuant Modifier and Type Field Description LspQuant
SubMode. lsqQuant
LSP quantization/unquantization functionConstructors in org.xiph.speex with parameters of type LspQuant Constructor Description SubMode(int lbr_pitch, int forced_pitch_gain, int have_subframe_gain, int double_codebook, LspQuant lspQuant, Ltp ltp, CbSearch innovation, float lpc_enh_k1, float lpc_enh_k2, float comb_gain, int bits_per_frame)
Constructor
-