Searched refs:ff_do_elbg (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Delbg.h40 void ff_do_elbg(int *points, int dim, int numpoints, int *codebook,
48 * If not, it calls ff_do_elbg for a (smaller) random sample of the points in
49 * **points. Get the same parameters as ff_do_elbg.
H A Delbg.c341 ff_do_elbg(temp_points, dim, numpoints/8, codebook, numCB, 2*max_steps, closest_cb, rand_state);
352 void ff_do_elbg(int *points, int dim, int numpoints, int *codebook, function
H A Da64multienc.c307 ff_do_elbg (meta, 32, 1000 * c->mc_lifetime, best_cb, CHARSET_CHARS, 50, charmap, &c->randctx);
H A Droqvideoenc.c808 ff_do_elbg(points, 6*c_size, inputCount, codebook, cbsize, 1, closest_cb, &enc->randctx);

Completed in 118 milliseconds