Frames | No Frames |
Fields of type org.xiph.speex.Bits | |
Bits | Speex bit packing and unpacking class. |
Fields of type org.xiph.speex.Bits | |
Bits | |
Bits |
Methods with parameter type org.xiph.speex.Bits | |
int | Decode the given input bits. |
int | Decode the given input bits. |
int | Decode the given input bits. |
int | Encode the given input signal. |
int | Encode the given input signal. |
int | Encode the given input signal. |
void | Transforms a stereo frame into a mono frame and stores intensity stereo
info in 'bits'. |
void | Callback handler for intensity stereo info
|
float | Ltp3Tap.pitch_gain_search_3tap(float[] target, float[] ak, float[] awk1, float[] awk2, float[] exc, int es, int pitch, int p, int nsf, Bits bits, float[] exc2, int e2s, float[] r, int[] cdbk_index) Finds the best quantized 3-tap pitch predictor by analysis by synthesis. |
void | CbSearch.quant(float[] target, float[] ak, float[] awk1, float[] awk2, int p, int nsf, float[] exc, int es, float[] r, Bits bits, int complexity) Codebook Search Quantification. |
void | NoiseSearch.quant(float[] target, float[] ak, float[] awk1, float[] awk2, int p, int nsf, float[] exc, int es, float[] r, Bits bits, int complexity) Codebook Search Quantification (Noise). |
void | SplitShapeSearch.quant(float[] target, float[] ak, float[] awk1, float[] awk2, int p, int nsf, float[] exc, int es, float[] r, Bits bits, int complexity) Codebook Search Quantification (Split Shape). |
int | Ltp.quant(float[] target, float[] sw, int sws, float[] ak, float[] awk1, float[] awk2, float[] exc, int es, int start, int end, float pitch_coef, int p, int nsf, Bits bits, float[] exc2, int e2s, float[] r, int complexity) Long Term Prediction Quantification. |
int | Ltp3Tap.quant(float[] target, float[] sw, int sws, float[] ak, float[] awk1, float[] awk2, float[] exc, int es, int start, int end, float pitch_coef, int p, int nsf, Bits bits, float[] exc2, int e2s, float[] r, int complexity) Long Term Prediction Quantification (3Tap). |
int | LtpForcedPitch.quant(float[] target, float[] sw, int sws, float[] ak, float[] awk1, float[] awk2, float[] exc, int es, int start, int end, float pitch_coef, int p, int nsf, Bits bits, float[] exc2, int e2s, float[] r, int complexity) Long Term Prediction Quantification (Forced Pitch). |
void | Line Spectral Pair Quantification (high). |
void | Line Spectral Pair Quantification (Lbr). |
void | Line Spectral Pair Quantification. |
void | Line Spectral Pair Quantification (narrowband). |
void | Speex in-band request (submode=14). |
void | Read the next 6 bits from the buffer, and using the value read and the
given codebook, rebuild LSP table. |
int | Ltp.unquant(float[] exc, int es, int start, float pitch_coef, int nsf, float[] gain_val, Bits bits, int count_lost, int subframe_offset, float last_pitch_gain) Long Term Prediction Unquantification. |
int | Ltp3Tap.unquant(float[] exc, int es, int start, float pitch_coef, int nsf, float[] gain_val, Bits bits, int count_lost, int subframe_offset, float last_pitch_gain) Long Term Prediction Unquantification (3Tap). |
int | LtpForcedPitch.unquant(float[] exc, int es, int start, float pitch_coef, int nsf, float[] gain_val, Bits bits, int count_lost, int subframe_offset, float last_pitch_gain) Long Term Prediction Unquantification (Forced Pitch). |
void | Codebook Search Unquantification. |
void | Codebook Search Unquantification (Noise). |
void | Codebook Search Unquantification (Split Shape). |
void | Line Spectral Pair Unquantification (high). |
void | Line Spectral Pair Unquantification (Lbr). |
void | Line Spectral Pair Unquantification. |
void | Line Spectral Pair Unquantification (narrowband). |
void | User in-band request (submode=13). |