Package org.xiph.speex
Interface Codebook
-
- All Known Implementing Classes:
HighLspQuant
,LbrLspQuant
,LspQuant
,NbCodec
,NbDecoder
,NbEncoder
,NbLspQuant
,SbCodec
,SbDecoder
,SbEncoder
public interface Codebook
Codebook 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_nb
Codebook (narrowband)static int[]
cdbk_nb_high1
Codebook (narrowband)static int[]
cdbk_nb_high2
Codebook (narrowband)static int[]
cdbk_nb_low1
Codebook (narrowband)static int[]
cdbk_nb_low2
Codebook (narrowband)static int[]
exc_10_16_table
Excitation Codebookstatic int[]
exc_10_32_table
Excitation Codebookstatic int[]
exc_20_32_table
Excitation Codebookstatic int[]
exc_5_256_table
Excitation Codebookstatic int[]
exc_5_64_table
Excitation Codebookstatic int[]
exc_8_128_table
Excitation Codebookstatic int[]
gain_cdbk_lbr
Gain Codebook (LBR)static int[]
gain_cdbk_nb
Gain Codebook (narrowband)static float[]
h0
QMF (Quadratic Mirror Filter) tablestatic float[]
h1
QMF (Quadratic Mirror Filter) tablestatic int[]
hexc_10_32_table
Excitation Codebookstatic int[]
hexc_table
Excitation Codebookstatic int[]
high_lsp_cdbk
LSP Codebook (high)static int[]
high_lsp_cdbk2
LSP Codebook (high)static int
NB_CDBK_SIZE
static int
NB_CDBK_SIZE_HIGH1
static int
NB_CDBK_SIZE_HIGH2
static int
NB_CDBK_SIZE_LOW1
static int
NB_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
-
-