From patchwork Sun Jan 27 23:46:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Thompson X-Patchwork-Id: 11885 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 9E52C44DDD3 for ; Mon, 28 Jan 2019 01:47:23 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C6D7868B007; Mon, 28 Jan 2019 01:47:11 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2758768AFF9 for ; Mon, 28 Jan 2019 01:47:04 +0200 (EET) Received: by mail-wr1-f66.google.com with SMTP id p4so16115014wrt.7 for ; Sun, 27 Jan 2019 15:47:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jkqxz-net.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=SYcBpgUWAvN5M+wqFSLifHnIHj9x/TcEEMPW+b3hs2Q=; b=G7QiqHyCOSPdFZZfot1uSK+nQ9vPh7A6/PXmp3Xydmm9FtXdzDPewg1nLln22Hrwqh q8rMvD9lHiSHVMhHRbHVw4gPf4HOa6xz1EzD5vW8dvHKnGDYDGjLMdYrOyTzid+6s9qx HmzU4qT43tayEaPVkFH4734mkzq9J5PaMw+Tpo1TV/hzjFTzwyKHsQGYdfhTWXbzToPp vFvXi8F7LVeioQ1AyMVmdU8JCdqP8jDfUhJTLpLLxWM9S/JHI4I1dXe7So5xrB4e4Ko7 lTKgQ/K++TJ+FqTeqxxo6/gpvXyZpZgcNE1N1SIJkydS0b9JZVLCpGQISHBQ4tm0XTPM csWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=SYcBpgUWAvN5M+wqFSLifHnIHj9x/TcEEMPW+b3hs2Q=; b=a4sojUGmg0/ItDwCOxr8zjPDhY1RYMszsWv1h7dD0gqLRVasL+nyinelGs2wTzkDLL WcPdCjZq5F0fSlqtl76PUAOZ3c3aFmG5hMHq0VKyuah6rcT35277dGMj4MGOK84Vm5wB bzsQoQzEKuxiU2b7GeAxtgRXzO4DbjUEXYtLr6rYTymSMpYqWx/iiW2ULLFTnRWR9wQC G4IC8cN4TUZRjgqMintq7e3bBbRBgv28DAjXoQ6SaXYtNtrF9wnsH5tKjiR65nvPxfGY ypVd1MTg9P3idjF1xg+BPqWz/mHhB03w1VZFtivg//Fohyf0w3pQCij2s0GD262i0Qpr 0kFQ== X-Gm-Message-State: AJcUukfYH+85JraXax4sCoGjsFL7wJhvJXunvgzeTfHVE5Fx3ZXzJxU9 Wi2ci58BwRGEPTexhacD5DqkZXQlXmo= X-Google-Smtp-Source: ALg8bN5KA/sp/42oFMyAV7fdRYsxtMddazzl5pVnJ9DrI3ROudfqDVFguyB0mPdnX0kyRKXae/tqWw== X-Received: by 2002:adf:f052:: with SMTP id t18mr20364641wro.112.1548632843310; Sun, 27 Jan 2019 15:47:23 -0800 (PST) Received: from rywe.jkqxz.net (cpc91242-cmbg18-2-0-cust650.5-4.cable.virginm.net. [82.8.130.139]) by smtp.gmail.com with ESMTPSA id g21sm3642603wmd.0.2019.01.27.15.47.22 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 27 Jan 2019 15:47:22 -0800 (PST) From: Mark Thompson To: ffmpeg-devel@ffmpeg.org Date: Sun, 27 Jan 2019 23:46:59 +0000 Message-Id: <20190127234707.27689-3-sw@jkqxz.net> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20190127234707.27689-1-sw@jkqxz.net> References: <20190127234707.27689-1-sw@jkqxz.net> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v2 03/11] vaapi_encode_h265: Enable support for more RC modes X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Also fixes QP going out of range when modified by the quant factor/offset values, and clarifies the QP behaviour for >8-bit modes. --- libavcodec/vaapi_encode_h265.c | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/libavcodec/vaapi_encode_h265.c b/libavcodec/vaapi_encode_h265.c index 19e7104e9e..286f6a22c7 100644 --- a/libavcodec/vaapi_encode_h265.c +++ b/libavcodec/vaapi_encode_h265.c @@ -1076,15 +1076,21 @@ static av_cold int vaapi_encode_h265_configure(AVCodecContext *avctx) return err; if (ctx->va_rc_mode == VA_RC_CQP) { - priv->fixed_qp_p = priv->qp; + // Note that VAAPI only supports positive QP values - the range is + // therefore always bounded below by 1, even in 10-bit mode where + // it should go down to -12. + + priv->fixed_qp_p = av_clip(ctx->rc_quality, 1, 51); if (avctx->i_quant_factor > 0.0) - priv->fixed_qp_idr = (int)((priv->fixed_qp_p * avctx->i_quant_factor + - avctx->i_quant_offset) + 0.5); + priv->fixed_qp_idr = + av_clip((avctx->i_quant_factor * priv->fixed_qp_p + + avctx->i_quant_offset) + 0.5, 1, 51); else priv->fixed_qp_idr = priv->fixed_qp_p; if (avctx->b_quant_factor > 0.0) - priv->fixed_qp_b = (int)((priv->fixed_qp_p * avctx->b_quant_factor + - avctx->b_quant_offset) + 0.5); + priv->fixed_qp_b = + av_clip((avctx->b_quant_factor * priv->fixed_qp_p + + avctx->b_quant_offset) + 0.5, 1, 51); else priv->fixed_qp_b = priv->fixed_qp_p; @@ -1092,15 +1098,11 @@ static av_cold int vaapi_encode_h265_configure(AVCodecContext *avctx) "%d / %d / %d for IDR- / P- / B-frames.\n", priv->fixed_qp_idr, priv->fixed_qp_p, priv->fixed_qp_b); - } else if (ctx->va_rc_mode == VA_RC_CBR || - ctx->va_rc_mode == VA_RC_VBR) { - // These still need to be set for pic_init_qp/slice_qp_delta. + } else { + // These still need to be set for pic_init_qp/slice_qp_delta. priv->fixed_qp_idr = 30; priv->fixed_qp_p = 30; priv->fixed_qp_b = 30; - - } else { - av_assert0(0 && "Invalid RC mode."); } return 0; @@ -1124,6 +1126,8 @@ static const VAAPIEncodeType vaapi_encode_type_h265 = { FLAG_B_PICTURE_REFERENCES | FLAG_NON_IDR_KEY_PICTURES, + .default_quality = 25, + .configure = &vaapi_encode_h265_configure, .picture_priv_data_size = sizeof(VAAPIEncodeH265Picture), @@ -1175,6 +1179,9 @@ static av_cold int vaapi_encode_h265_init(AVCodecContext *avctx) // CTU size is currently hard-coded to 32. ctx->slice_block_width = ctx->slice_block_height = 32; + if (priv->qp > 0) + ctx->explicit_qp = priv->qp; + return ff_vaapi_encode_init(avctx); } @@ -1191,9 +1198,10 @@ static av_cold int vaapi_encode_h265_close(AVCodecContext *avctx) #define FLAGS (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM) static const AVOption vaapi_encode_h265_options[] = { VAAPI_ENCODE_COMMON_OPTIONS, + VAAPI_ENCODE_RC_OPTIONS, { "qp", "Constant QP (for P-frames; scaled by qfactor/qoffset for I/B)", - OFFSET(qp), AV_OPT_TYPE_INT, { .i64 = 25 }, 0, 52, FLAGS }, + OFFSET(qp), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 52, FLAGS }, { "aud", "Include AUD", OFFSET(aud), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, FLAGS },