public class NoiseSearch extends CbSearch
Constructor and Description |
---|
NoiseSearch() |
Modifier and Type | Method and Description |
---|---|
void |
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 |
unquant(float[] exc,
int es,
int nsf,
Bits bits)
Codebook Search Unquantification (Noise).
|
public final void quant(float[] target, float[] ak, float[] awk1, float[] awk2, int p, int nsf, float[] exc, int es, float[] r, Bits bits, int complexity)
quant
in class CbSearch
target
- target vectorak
- LPCs for this subframeawk1
- Weighted LPCs for this subframeawk2
- Weighted LPCs for this subframep
- number of LPC coeffsnsf
- number of samples in subframeexc
- excitation array.es
- position in excitation array.r
- bits
- Speex bits buffer.complexity
- Copyright © 1999-2004 Wimba S.A. All Rights Reserved.