Uses of Class
org.xiph.speex.Bits
Packages that use Bits
Package
Description
JSpeex codec package.
JSpeex JavaSound SPI package.
-
Uses of Bits in org.xiph.speex
Fields in org.xiph.speex declared as BitsMethods in org.xiph.speex with parameters of type BitsModifier and TypeMethodDescriptionintDecode the given input bits.intDecode the given input bits.intDecode the given input bits.intEncode the given input signal.intEncode the given input signal.intEncode the given input signal.static voidTransforms a stereo frame into a mono frame and stores intensity stereo info in 'bits'.voidCallback handler for intensity stereo infoprivate floatLtp3Tap.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.abstract voidCbSearch.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.final voidLine Spectral Pair Quantification (high).final voidLine Spectral Pair Quantification (Lbr).abstract voidLine Spectral Pair Quantification.abstract intLtp.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.final intLtp3Tap.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).final intLtpForcedPitch.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).final voidLine Spectral Pair Quantification (narrowband).final voidNoiseSearch.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).final voidSplitShapeSearch.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).voidInband.speexInbandRequest(Bits bits) Speex in-band request (submode=14).protected voidLspQuant.unpackPlus(float[] lsp, int[] tab, Bits bits, float k, int ti, int li) Read the next 6 bits from the buffer, and using the value read and the given codebook, rebuild LSP table.abstract voidCodebook Search Unquantification.final voidLine Spectral Pair Unquantification (high).final voidLine Spectral Pair Unquantification (Lbr).abstract voidLine Spectral Pair Unquantification.abstract intLtp.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.final intLtp3Tap.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).final intLtpForcedPitch.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).final voidLine Spectral Pair Unquantification (narrowband).final voidCodebook Search Unquantification (Noise).final voidCodebook Search Unquantification (Split Shape).voidInband.userInbandRequest(Bits bits) User in-band request (submode=13). -
Uses of Bits in org.xiph.speex.spi
Fields in org.xiph.speex.spi declared as Bits