Searched refs:constrained_intra_pred (Results 1 – 7 of 7) sorted by relevance
124 int constrained_intra_pred; ///< constrained_intra_pred_flag member
103 .constrained_intra_pred_flag = pps->constrained_intra_pred, in nvdec_h264_start_frame()
143 info->constrained_intra_pred_flag = pps->constrained_intra_pred; in vdpau_h264_start_frame()
269 .constrained_intra_pred_flag = pps->constrained_intra_pred, in vaapi_h264_start_frame()
845 pps->constrained_intra_pred = get_bits1(gb); in ff_h264_decode_picture_parameter_set()891 pps->constrained_intra_pred ? "CONSTR" : "", in ff_h264_decode_picture_parameter_set()
110 (pps->constrained_intra_pred << 7) | in fill_picture_parameters()
466 int type_mask = h->ps.pps->constrained_intra_pred ? IS_INTRA(-1) : -1; in fill_decode_caches()