Searched refs:indep_count (Results 1 – 4 of 4) sorted by relevance
39 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() argument117 m->indep_count = indep_count; in avpriv_init_lls()
41 int indep_count; member59 void avpriv_init_lls(LLSModel *m, int indep_count);
37 if (m->indep_count >= 4) in ff_init_lls_x86()
36 .indep_count: resd 1 label52 mov id, [ctxq + LLSModel.indep_count]131 mov countd, [ctxq + LLSModel.indep_count]