FFmpeg
|
elbg.h
Go to the documentation of this file.
36 * @param num_steps The maximum number of steps. One step is already a good compromise between time and quality.
38 * @param rand_state A random number generator state. Should be already initialized by av_lfg_init().
void ff_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...
Definition: elbg.c:354
void ff_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.
Definition: elbg.c:327
Generated on Mon Nov 18 2024 06:51:53 for FFmpeg by 1.8.11