Lines Matching refs:L1
380 for (i = 0; i < s->sh.nb_refs[L1]; i++) { in pred_weight_table()
388 for (i = 0; i < s->sh.nb_refs[L1]; i++) in pred_weight_table()
391 for (i = 0; i < s->sh.nb_refs[L1]; i++) in pred_weight_table()
394 for (i = 0; i < s->sh.nb_refs[L1]; i++) { in pred_weight_table()
921 sh->nb_refs[L0] = sh->nb_refs[L1] = 0; in hls_slice_header()
927 sh->nb_refs[L1] = s->pps->num_ref_idx_l1_default_active; in hls_slice_header()
935 READ_UE(gb, &sh->nb_refs[L1]); in hls_slice_header()
936 sh->nb_refs[L1] += 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()
963 for (i = 0; (RK_U32)i < sh->nb_refs[L1]; i++) in hls_slice_header()