Home
last modified time | relevance | path

Searched refs:weighted_pred (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_ps.h118 int weighted_pred; ///< weighted_pred_flag member
Dnvenc.h225 int weighted_pred; member
Dnvdec_h264.c96 .weighted_pred_flag = pps->weighted_pred, in nvdec_h264_start_frame()
Dvdpau_h264.c144 info->weighted_pred_flag = pps->weighted_pred; in vdpau_h264_start_frame()
Dnvenc_hevc.c142 … OFFSET(weighted_pred),AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, VE },
Dvaapi_h264.c265 .weighted_pred_flag = pps->weighted_pred, in vaapi_h264_start_frame()
Dnvenc_h264.c155 … OFFSET(weighted_pred),AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, VE },
Dh264_ps.c834 pps->weighted_pred = get_bits1(gb); in ff_h264_decode_picture_parameter_set()
888 pps->weighted_pred ? "weighted" : "", in ff_h264_decode_picture_parameter_set()
Ddxva2_h264.c111 (pps->weighted_pred << 8) | in fill_picture_parameters()
Dh264_parser.c217 if ((p->ps.pps->weighted_pred && slice_type_nos == AV_PICTURE_TYPE_P) || in scan_mmco_reset()
Dnvenc.c497 if (ctx->weighted_pred > 0 && ret <= 0) { in nvenc_check_capabilities()
1410 if (ctx->weighted_pred == 1) in nvenc_setup_encoder()
Dh264_slice.c1973 if ((pps->weighted_pred && sl->slice_type_nos == AV_PICTURE_TYPE_P) || in h264_slice_header_parse()