Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Damfenc_hevc.c83 { "qp_p", "quantization parameter for P-frame", OFFSET(qp_p), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 51, VE },
171 ctx->qp_i !=-1 || ctx->qp_p != -1) { in amf_encode_init_hevc()
257 if (ctx->qp_p != -1) { in amf_encode_init_hevc()
258 AMF_ASSIGN_PROPERTY_INT64(res, ctx->encoder, AMF_VIDEO_ENCODER_HEVC_QP_P, ctx->qp_p); in amf_encode_init_hevc()
H A Damfenc_h264.c91 { "qp_p", "Quantization Parameter for P-Frame", OFFSET(qp_p), 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()
263 if (ctx->qp_p != -1) in amf_encode_init_h264()
264 AMF_ASSIGN_PROPERTY_INT64(res, ctx->encoder, AMF_VIDEO_ENCODER_QP_P, ctx->qp_p); in amf_encode_init_h264()
H A Damfenc.h99 int qp_p; member

Completed in 3 milliseconds