Searched refs:weighted_pred (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_ps.h | 118 int weighted_pred; ///< weighted_pred_flag member
|
D | nvenc.h | 225 int weighted_pred; member
|
D | nvdec_h264.c | 96 .weighted_pred_flag = pps->weighted_pred, in nvdec_h264_start_frame()
|
D | vdpau_h264.c | 144 info->weighted_pred_flag = pps->weighted_pred; in vdpau_h264_start_frame()
|
D | nvenc_hevc.c | 142 … OFFSET(weighted_pred),AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, VE },
|
D | vaapi_h264.c | 265 .weighted_pred_flag = pps->weighted_pred, in vaapi_h264_start_frame()
|
D | nvenc_h264.c | 155 … OFFSET(weighted_pred),AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, VE },
|
D | h264_ps.c | 834 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()
|
D | dxva2_h264.c | 111 (pps->weighted_pred << 8) | in fill_picture_parameters()
|
D | h264_parser.c | 217 if ((p->ps.pps->weighted_pred && slice_type_nos == AV_PICTURE_TYPE_P) || in scan_mmco_reset()
|
D | nvenc.c | 497 if (ctx->weighted_pred > 0 && ret <= 0) { in nvenc_check_capabilities() 1410 if (ctx->weighted_pred == 1) in nvenc_setup_encoder()
|
D | h264_slice.c | 1973 if ((pps->weighted_pred && sl->slice_type_nos == AV_PICTURE_TYPE_P) || in h264_slice_header_parse()
|