Searched refs:pps_ (Results 1 – 2 of 2) sorted by relevance
210 pps_ = PpsState(); in ParsePpsNalu()233 pps_.bottom_field_pic_order_in_frame_present_flag = in ParsePpsNalu()292 pps_.weighted_pred_flag = weighted_pred_flag != 0; in ParsePpsNalu()294 RETURN_FALSE_ON_FAIL(parser.ReadBits(&pps_.weighted_bipred_idc, 2)); in ParsePpsNalu()298 parser.ReadSignedExponentialGolomb(&pps_.pic_init_qp_minus26)); in ParsePpsNalu()308 parser.ReadBits(&pps_.redundant_pic_cnt_present_flag, 1)); in ParsePpsNalu()369 if (pps_.bottom_field_pic_order_in_frame_present_flag && in ParseNonParameterSetNalu()378 if (pps_.bottom_field_pic_order_in_frame_present_flag && !field_pic_flag) { in ParseNonParameterSetNalu()383 if (pps_.redundant_pic_cnt_present_flag) { in ParseNonParameterSetNalu()467 RTC_CHECK(!((pps_.weighted_pred_flag && in ParseNonParameterSetNalu()[all …]
71 PpsState pps_; variable