Home
last modified time | relevance | path

Searched refs:qp_b (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Damfenc_h264.c92 { "qp_b", "Quantization Parameter for B-Frame", OFFSET(qp_b), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 51, VE },
205 if (ctx->qp_i != -1 || ctx->qp_p != -1 || ctx->qp_b != -1) { in amf_encode_init_h264()
265 if (ctx->qp_b != -1) in amf_encode_init_h264()
266 AMF_ASSIGN_PROPERTY_INT64(res, ctx->encoder, AMF_VIDEO_ENCODER_QP_B, ctx->qp_b); in amf_encode_init_h264()
H A Damfenc.h100 int qp_b; member

Completed in 1 milliseconds