va: encoder: Enable ICQ and QVBR mode in rate control map

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6433>
This commit is contained in:
He Junyan 2024-03-22 23:59:25 +08:00 committed by Víctor Manuel Jáquez Leal
parent 3f1ce4460a
commit 85bcea1776

View file

@ -1286,11 +1286,11 @@ static const GEnumValue rate_control_map[] = {
{VA_RC_CQP, "Constant Quantizer", "cqp"},
/* {VA_RC_VBR_CONSTRAINED, "VBR with peak rate higher than average bitrate", */
/* "vbr-constrained"}, */
/* {VA_RC_ICQ, "Intelligent Constant Quality", "icq"}, */
{VA_RC_ICQ, "Intelligent Constant Quality", "icq"},
/* {VA_RC_MB, "Macroblock based rate control", "mb"}, */
/* {VA_RC_CFS, "Constant Frame Size", "cfs"}, */
/* {VA_RC_PARALLEL, "Parallel BRC", "parallel"}, */
/* {VA_RC_QVBR, "Quality defined VBR", "qvbr"}, */
{VA_RC_QVBR, "Quality defined VBR", "qvbr"},
/* {VA_RC_AVBR, "Average VBR", "avbr"}, */
};