Lines Matching refs:L0
337 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
346 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
350 for (i = 0; i < s->sh.nb_refs[L0]; i++) in pred_weight_table()
354 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
921 sh->nb_refs[L0] = sh->nb_refs[L1] = 0; in hls_slice_header()
925 sh->nb_refs[L0] = s->pps->num_ref_idx_l0_default_active; in hls_slice_header()
932 READ_UE(gb, &sh->nb_refs[L0]); in hls_slice_header()
933 sh->nb_refs[L0] += 1; in hls_slice_header()
939 if (sh->nb_refs[L0] > MAX_REFS || sh->nb_refs[L1] > MAX_REFS) { in hls_slice_header()
941 sh->nb_refs[L0], sh->nb_refs[L1]); in hls_slice_header()
956 for (i = 0; (RK_U32)i < sh->nb_refs[L0]; i++) in hls_slice_header()
978 sh->collocated_list = L0; in hls_slice_header()