Home
last modified time | relevance | path

Searched refs:update_lls (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/x86/
Dlls_init.c35 m->update_lls = ff_update_lls_sse2; in ff_init_lls_x86()
40 m->update_lls = ff_update_lls_avx; in ff_init_lls_x86()
43 m->update_lls = ff_update_lls_fma3; in ff_init_lls_x86()
Dlls.asm50 cglobal update_lls, 2,5,8, ctx, var, i, j, covar2
129 cglobal update_lls, 3,6,8, ctx, var, count, i, j, count2
257 ; This function is often called on the same buffer as update_lls, but with
/third_party/ffmpeg/libavutil/
Dlls.c36 static void update_lls(LLSModel *m, const double *var) in update_lls() function
119 m->update_lls = update_lls; in avpriv_init_lls()
Dlls.h50 void (*update_lls)(struct LLSModel *m, const double *var); member
/third_party/ffmpeg/libavutil/tests/
Dlls.c44 m.update_lls(&m, var); in main()
/third_party/ffmpeg/libavcodec/
Dlpc.c270 m[pass&1].update_lls(&m[pass&1], var); in ff_lpc_calc_coefs()