Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Delbg.c349 static void do_elbg(ELBGContext *av_restrict elbg, int *points, int numpoints, in do_elbg() function
419 * If not, it calls do_elbg for a (smaller) random sample of the points in
439 do_elbg(elbg, temp_points, numpoints / 8, 2 * max_steps); in init_elbg()
473 /* Allocating the buffers for do_elbg() here once relies in avpriv_elbg_do()
474 * on their size being always the same even when do_elbg() in avpriv_elbg_do()
475 * is called from init_elbg(). It also relies on do_elbg() in avpriv_elbg_do()
495 do_elbg (elbg, points, numpoints, max_steps); in avpriv_elbg_do()

Completed in 2 milliseconds