Searched refs:qp_p (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | amfenc_hevc.c | 83 …{ "qp_p", "quantization parameter for P-frame", OFFSET(qp_p), AV_OPT_TYPE… 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()
|
D | amfenc_h264.c | 91 …{ "qp_p", "Quantization Parameter for P-Frame", OFFSET(qp_p), AV_OPT_TYP… 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()
|
D | amfenc.h | 99 int qp_p; member
|