Searched refs:enable_vbaq (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | amfenc_hevc.c | 75 { "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 D | amfenc_h264.c | 86 { "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 D | amfenc.h | 96 int enable_vbaq; member
|
Completed in 3 milliseconds