21 #ifndef AVCODEC_ELBG_H 22 #define AVCODEC_ELBG_H 42 int numCB,
int num_steps,
int *closest_cb,
54 int numCB,
int num_steps,
int *closest_cb,
Context structure for the Lagged Fibonacci PRNG.
static const unsigned codebook[256][2]
int avpriv_do_elbg(int *points, int dim, int numpoints, int *codebook, int numCB, int num_steps, int *closest_cb, AVLFG *rand_state)
Implementation of the Enhanced LBG Algorithm Based on the paper "Neural Networks 14:1219-1237" that c...
int avpriv_init_elbg(int *points, int dim, int numpoints, int *codebook, int numCB, int num_steps, int *closest_cb, AVLFG *rand_state)
Initialize the **codebook vector for the elbg algorithm.