Home
last modified time | relevance | path

Searched refs:enable_vbaq (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Damfenc.h96 int enable_vbaq; member
Damfenc_hevc.c74 …{ "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()
Damfenc_h264.c85 …{ "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()