Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Damfenc_hevc.c75 { "vbaq", "Enable VBAQ", OFFSET(enable_vbaq), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VE},
200 if (ctx->enable_vbaq) in amf_encode_init_hevc()
203 AMF_ASSIGN_PROPERTY_BOOL(res, ctx->encoder, AMF_VIDEO_ENCODER_HEVC_ENABLE_VBAQ, !!ctx->enable_vbaq); in amf_encode_init_hevc()
H A Damfenc_h264.c86 { "vbaq", "Enable VBAQ", OFFSET(enable_vbaq), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VE },
289 if (ctx->enable_vbaq) in amf_encode_init_h264()
292 AMF_ASSIGN_PROPERTY_BOOL(res, ctx->encoder, AMF_VIDEO_ENCODER_ENABLE_VBAQ, !!ctx->enable_vbaq); in amf_encode_init_h264()
H A Damfenc.h96 int enable_vbaq; member

Completed in 3 milliseconds