Searched refs:enable_vbaq (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | amfenc.h | 96 int enable_vbaq; member
|
D | amfenc_hevc.c | 74 …{ "vbaq", "Enable VBAQ", OFFSET(enable_vbaq), AV_OPT_TYPE… 199 if (ctx->enable_vbaq) in amf_encode_init_hevc() 202 …MF_ASSIGN_PROPERTY_BOOL(res, ctx->encoder, AMF_VIDEO_ENCODER_HEVC_ENABLE_VBAQ, !!ctx->enable_vbaq); in amf_encode_init_hevc()
|
D | amfenc_h264.c | 85 …{ "vbaq", "Enable VBAQ", OFFSET(enable_vbaq), AV_OPT_TYP… 288 if (ctx->enable_vbaq) in amf_encode_init_h264() 291 … AMF_ASSIGN_PROPERTY_BOOL(res, ctx->encoder, AMF_VIDEO_ENCODER_ENABLE_VBAQ, !!ctx->enable_vbaq); in amf_encode_init_h264()
|