Lines Matching refs:pps
753 s->pps != (HEVCPPS*)s->pps_list[sh->pps_id]) { in hls_slice_header()
757 s->pps = (HEVCPPS*)s->pps_list[sh->pps_id]; in hls_slice_header()
759 if (s->sps_need_upate || s->sps != (HEVCSPS*)s->sps_list[s->pps->sps_id]) { in hls_slice_header()
760 s->sps = (HEVCSPS*)s->sps_list[s->pps->sps_id]; in hls_slice_header()
780 if (s->pps->dependent_slice_segments_enabled_flag) in hls_slice_header()
808 for (i = 0; i < s->pps->num_extra_slice_header_bits; i++) in hls_slice_header()
824 if (s->pps->output_flag_present_flag) in hls_slice_header()
925 sh->nb_refs[L0] = s->pps->num_ref_idx_l0_default_active; in hls_slice_header()
927 sh->nb_refs[L1] = s->pps->num_ref_idx_l1_default_active; in hls_slice_header()
953 if (s->pps->lists_modification_present_flag && nb_refs > 1) { in hls_slice_header()
971 if (s->pps->cabac_init_present_flag) in hls_slice_header()
995 if ((s->pps->weighted_pred_flag && sh->slice_type == P_SLICE) || in hls_slice_header()
996 (s->pps->weighted_bipred_flag && sh->slice_type == B_SLICE)) { in hls_slice_header()
1010 if (s->pps->pic_slice_level_chroma_qp_offsets_present_flag) { in hls_slice_header()
1018 if (s->pps->deblocking_filter_control_present_flag) { in hls_slice_header()
1021 if (s->pps->deblocking_filter_override_enabled_flag) in hls_slice_header()
1033 sh->disable_deblocking_filter_flag = s->pps->disable_dbf; in hls_slice_header()
1034 sh->beta_offset = s->pps->beta_offset; in hls_slice_header()
1035 sh->tc_offset = s->pps->tc_offset; in hls_slice_header()
1043 if (s->pps->seq_loop_filter_across_slices_enabled_flag && in hls_slice_header()
1049 …sh->slice_loop_filter_across_slices_enabled_flag = s->pps->seq_loop_filter_across_slices_enabled_f… in hls_slice_header()
1057 if (s->pps->tiles_enabled_flag || s->pps->entropy_coding_sync_enabled_flag) { in hls_slice_header()
1059 if (s->pps->entropy_coding_sync_enabled_flag) { in hls_slice_header()
1082 if (s->pps->slice_header_extension_present_flag) { in hls_slice_header()
1095 sh->slice_qp = 26U + s->pps->pic_init_qp_minus26 + sh->slice_qp_delta; in hls_slice_header()
1847 if (s->pps && s->pps->slice_header_extension_present_flag) { in parser_nal_units()