L0 157 libavcodec/hevc.c for (i = 0; i < s->sh.nb_refs[L0]; i++) { L0 165 libavcodec/hevc.c for (i = 0; i < s->sh.nb_refs[L0]; i++) L0 168 libavcodec/hevc.c for (i = 0; i < s->sh.nb_refs[L0]; i++) L0 171 libavcodec/hevc.c for (i = 0; i < s->sh.nb_refs[L0]; i++) { L0 563 libavcodec/hevc.c sh->nb_refs[L0] = sh->nb_refs[L1] = 0; L0 567 libavcodec/hevc.c sh->nb_refs[L0] = s->pps->num_ref_idx_l0_default_active; L0 572 libavcodec/hevc.c sh->nb_refs[L0] = get_ue_golomb_long(gb) + 1; L0 576 libavcodec/hevc.c if (sh->nb_refs[L0] > MAX_REFS || sh->nb_refs[L1] > MAX_REFS) { L0 578 libavcodec/hevc.c sh->nb_refs[L0], sh->nb_refs[L1]); L0 593 libavcodec/hevc.c for (i = 0; i < sh->nb_refs[L0]; i++) L0 615 libavcodec/hevc.c sh->collocated_list = L0; L0 1616 libavcodec/hevc.c if (s->sh.nb_refs[L0]) L0 1617 libavcodec/hevc.c mv->ref_idx[0]= ff_hevc_ref_idx_lx_decode(s, s->sh.nb_refs[L0]);