Searched refs:update_lls (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavutil/x86/ |
D | lls_init.c | 35 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()
|
D | lls.asm | 50 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/ |
D | lls.c | 36 static void update_lls(LLSModel *m, const double *var) in update_lls() function 119 m->update_lls = update_lls; in avpriv_init_lls()
|
D | lls.h | 50 void (*update_lls)(struct LLSModel *m, const double *var); member
|
/third_party/ffmpeg/libavutil/tests/ |
D | lls.c | 44 m.update_lls(&m, var); in main()
|
/third_party/ffmpeg/libavcodec/ |
D | lpc.c | 270 m[pass&1].update_lls(&m[pass&1], var); in ff_lpc_calc_coefs()
|