com.jcraft.jorbis
Class StaticCodeBook
java.lang.Object
com.jcraft.jorbis.StaticCodeBook
- class StaticCodeBook
- extends java.lang.Object
Constructor Summary |
(package private) |
StaticCodeBook()
|
(package private) |
StaticCodeBook(int dim,
int entries,
int[] lengthlist,
int maptype,
int q_min,
int q_delta,
int q_quant,
int q_sequencep,
int[] quantlist,
java.lang.Object nearest_tree,
java.lang.Object thresh_tree)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dim
int dim
entries
int entries
lengthlist
int[] lengthlist
maptype
int maptype
q_min
int q_min
q_delta
int q_delta
q_quant
int q_quant
q_sequencep
int q_sequencep
quantlist
int[] quantlist
nearest_tree
EncodeAuxNearestMatch nearest_tree
thresh_tree
EncodeAuxThreshMatch thresh_tree
VQ_FEXP
static final int VQ_FEXP
- See Also:
- Constant Field Values
VQ_FMAN
static final int VQ_FMAN
- See Also:
- Constant Field Values
VQ_FEXP_BIAS
static final int VQ_FEXP_BIAS
- See Also:
- Constant Field Values
StaticCodeBook
StaticCodeBook()
StaticCodeBook
StaticCodeBook(int dim,
int entries,
int[] lengthlist,
int maptype,
int q_min,
int q_delta,
int q_quant,
int q_sequencep,
int[] quantlist,
java.lang.Object nearest_tree,
java.lang.Object thresh_tree)
pack
int pack(Buffer opb)
unpack
int unpack(Buffer opb)
maptype1_quantvals
private int maptype1_quantvals()
clear
void clear()
unquantize
float[] unquantize()
ilog
private static int ilog(int v)
float32_pack
static long float32_pack(float val)
float32_unpack
static float float32_unpack(int val)
ldexp
static float ldexp(float foo,
int e)
Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.