Lines Matching defs:list_idx
304 uint8_t list_idx;
317 for (list_idx = 0; list_idx < nb_list; list_idx++) {
319 RefPicList *rpl = &s->ref->refPicList[list_idx];
324 int cand_lists[3] = { list_idx ? ST_CURR_AFT : ST_CURR_BEF,
325 list_idx ? ST_CURR_BEF : ST_CURR_AFT,
329 while (rpl_tmp.nb_refs < sh->nb_refs[list_idx]) {
342 if (sh->rpl_modification_flag[list_idx]) {
343 for (i = 0; i < sh->nb_refs[list_idx]; i++) {
344 int idx = sh->list_entry_lx[list_idx][i];
358 rpl->nb_refs = FFMIN(rpl->nb_refs, sh->nb_refs[list_idx]);
361 if (sh->collocated_list == list_idx &&