Package org.xiph.speex
Interface Codebook
-
- All Known Implementing Classes:
HighLspQuant,LbrLspQuant,LspQuant,NbCodec,NbDecoder,NbEncoder,NbLspQuant,SbCodec,SbDecoder,SbEncoder
public interface CodebookCodebook tables- Version:
- $Revision: 1.2 $
- Author:
- Jim Lawrence, helloNetwork.com, Marc Gimpel, Wimba S.A. (mgimpel@horizonwimba.com)
-
-
Field Summary
Fields Modifier and Type Field Description static int[]cdbk_nbCodebook (narrowband)static int[]cdbk_nb_high1Codebook (narrowband)static int[]cdbk_nb_high2Codebook (narrowband)static int[]cdbk_nb_low1Codebook (narrowband)static int[]cdbk_nb_low2Codebook (narrowband)static int[]exc_10_16_tableExcitation Codebookstatic int[]exc_10_32_tableExcitation Codebookstatic int[]exc_20_32_tableExcitation Codebookstatic int[]exc_5_256_tableExcitation Codebookstatic int[]exc_5_64_tableExcitation Codebookstatic int[]exc_8_128_tableExcitation Codebookstatic int[]gain_cdbk_lbrGain Codebook (LBR)static int[]gain_cdbk_nbGain Codebook (narrowband)static float[]h0QMF (Quadratic Mirror Filter) tablestatic float[]h1QMF (Quadratic Mirror Filter) tablestatic int[]hexc_10_32_tableExcitation Codebookstatic int[]hexc_tableExcitation Codebookstatic int[]high_lsp_cdbkLSP Codebook (high)static int[]high_lsp_cdbk2LSP Codebook (high)static intNB_CDBK_SIZEstatic intNB_CDBK_SIZE_HIGH1static intNB_CDBK_SIZE_HIGH2static intNB_CDBK_SIZE_LOW1static intNB_CDBK_SIZE_LOW2
-
-
-
Field Detail
-
exc_20_32_table
static final int[] exc_20_32_table
Excitation Codebook
-
exc_10_16_table
static final int[] exc_10_16_table
Excitation Codebook
-
exc_10_32_table
static final int[] exc_10_32_table
Excitation Codebook
-
exc_5_256_table
static final int[] exc_5_256_table
Excitation Codebook
-
exc_5_64_table
static final int[] exc_5_64_table
Excitation Codebook
-
exc_8_128_table
static final int[] exc_8_128_table
Excitation Codebook
-
gain_cdbk_nb
static final int[] gain_cdbk_nb
Gain Codebook (narrowband)
-
gain_cdbk_lbr
static final int[] gain_cdbk_lbr
Gain Codebook (LBR)
-
hexc_10_32_table
static final int[] hexc_10_32_table
Excitation Codebook
-
hexc_table
static final int[] hexc_table
Excitation Codebook
-
high_lsp_cdbk
static final int[] high_lsp_cdbk
LSP Codebook (high)
-
high_lsp_cdbk2
static final int[] high_lsp_cdbk2
LSP Codebook (high)
-
NB_CDBK_SIZE
static final int NB_CDBK_SIZE
- See Also:
- Constant Field Values
-
NB_CDBK_SIZE_LOW1
static final int NB_CDBK_SIZE_LOW1
- See Also:
- Constant Field Values
-
NB_CDBK_SIZE_LOW2
static final int NB_CDBK_SIZE_LOW2
- See Also:
- Constant Field Values
-
NB_CDBK_SIZE_HIGH1
static final int NB_CDBK_SIZE_HIGH1
- See Also:
- Constant Field Values
-
NB_CDBK_SIZE_HIGH2
static final int NB_CDBK_SIZE_HIGH2
- See Also:
- Constant Field Values
-
cdbk_nb
static final int[] cdbk_nb
Codebook (narrowband)
-
cdbk_nb_low1
static final int[] cdbk_nb_low1
Codebook (narrowband)
-
cdbk_nb_low2
static final int[] cdbk_nb_low2
Codebook (narrowband)
-
cdbk_nb_high1
static final int[] cdbk_nb_high1
Codebook (narrowband)
-
cdbk_nb_high2
static final int[] cdbk_nb_high2
Codebook (narrowband)
-
h0
static final float[] h0
QMF (Quadratic Mirror Filter) table
-
h1
static final float[] h1
QMF (Quadratic Mirror Filter) table
-
-