[Libva] [Libva-intel-driver][PATCH 10/10] Export Low power encoding for H.264 on SKL
Xiang, Haihao
haihao.xiang at intel.com
Wed May 4 02:59:05 UTC 2016
Only CQP mode is supported by now
Signed-off-by: Xiang, Haihao <haihao.xiang at intel.com>
Reviewed-By: Sean V Kelley <sean.v.kelley at intel.com>
---
src/i965_device_info.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/i965_device_info.c b/src/i965_device_info.c
index 5303643..0d9f2cd 100644
--- a/src/i965_device_info.c
+++ b/src/i965_device_info.c
@@ -357,6 +357,9 @@ static struct hw_codec_info skl_hw_codec_info = {
.has_h264_mvc_encoding = 1,
.has_hevc_decoding = 1,
.has_hevc_encoding = 1,
+ .has_lp_h264_encoding = 1,
+
+ .lp_h264_brc_mode = VA_RC_CQP,
.num_filters = 5,
.filters = {
--
1.9.1
More information about the Libva
mailing list