Lines Matching defs:pps
404 static int FUNC(pps)(CodedBitstreamContext *ctx, RWContext *rw,
1027 const H264RawPPS *pps;
1069 pps = h264->pps[current->pic_parameter_set_id];
1070 if (!pps) {
1075 h264->active_pps = pps;
1077 sps = h264->sps[pps->seq_parameter_set_id];
1080 pps->seq_parameter_set_id);
1106 if (pps->bottom_field_pic_order_in_frame_present_flag &&
1113 if (pps->bottom_field_pic_order_in_frame_present_flag &&
1124 if (pps->redundant_pic_cnt_present_flag)
1145 pps->num_ref_idx_l0_default_active_minus1);
1147 pps->num_ref_idx_l1_default_active_minus1);
1159 if ((pps->weighted_pred_flag && (slice_type_p || slice_type_sp)) ||
1160 (pps->weighted_bipred_idc == 1 && slice_type_b)) {
1168 if (pps->entropy_coding_mode_flag &&
1181 if (pps->deblocking_filter_control_present_flag) {
1196 if (pps->num_slice_groups_minus1 > 0 &&
1197 pps->slice_group_map_type >= 3 &&
1198 pps->slice_group_map_type <= 5) {
1203 max = (pic_size + pps->slice_group_change_rate_minus1) /
1204 (pps->slice_group_change_rate_minus1 + 1);
1210 if (pps->entropy_coding_mode_flag) {