Lines Matching defs:refs
285 pic->refs[i]->display_order, pic->refs[i]->encode_order);
292 av_assert0(pic->refs[i]);
293 av_assert0(pic->refs[i]->encode_issued);
799 int refs = 0;
804 pic->refs[pic->nb_refs++] = target;
805 ++refs;
811 ++refs;
817 ++refs;
820 target->ref_count[0] += refs;
821 target->ref_count[1] += refs;
834 av_assert0(pic->refs[i]);
835 --pic->refs[i]->ref_count[level];
836 av_assert0(pic->refs[i]->ref_count[level] >= 0);
881 for (ref = end->refs[1]; ref; ref = ref->refs[1])
904 for (ref = end->refs[1]; ref; ref = ref->refs[1])
934 if (!pic->refs[i]->encode_issued)