Home
last modified time | relevance | path

Searched refs:constrained_intra_pred (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_ps.h124 int constrained_intra_pred; ///< constrained_intra_pred_flag member
Dnvdec_h264.c103 .constrained_intra_pred_flag = pps->constrained_intra_pred, in nvdec_h264_start_frame()
Dvdpau_h264.c143 info->constrained_intra_pred_flag = pps->constrained_intra_pred; in vdpau_h264_start_frame()
Dvaapi_h264.c269 .constrained_intra_pred_flag = pps->constrained_intra_pred, in vaapi_h264_start_frame()
Dh264_ps.c845 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()
Ddxva2_h264.c110 (pps->constrained_intra_pred << 7) | in fill_picture_parameters()
Dh264_mvpred.h466 int type_mask = h->ps.pps->constrained_intra_pred ? IS_INTRA(-1) : -1; in fill_decode_caches()