Home
last modified time | relevance | path

Searched refs:indep_count (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/
Dlls.c39 for (i = 0; i <= m->indep_count; i++) { in update_lls()
40 for (j = i; j <= m->indep_count; j++) { in update_lls()
52 int count = m->indep_count; in avpriv_solve_lls()
114 av_cold void avpriv_init_lls(LLSModel *m, int indep_count) in avpriv_init_lls() argument
117 m->indep_count = indep_count; in avpriv_init_lls()
Dlls.h41 int indep_count; member
59 void avpriv_init_lls(LLSModel *m, int indep_count);
/third_party/ffmpeg/libavutil/x86/
Dlls_init.c37 if (m->indep_count >= 4) in ff_init_lls_x86()
Dlls.asm36 .indep_count: resd 1 label
52 mov id, [ctxq + LLSModel.indep_count]
131 mov countd, [ctxq + LLSModel.indep_count]