Mesa (master): vl: add RefPicList defines for VAAPI HEVC decode

Leo Liu leoliu at kemper.freedesktop.org
Tue Oct 27 23:15:47 UTC 2015


Module: Mesa
Branch: master
Commit: 231605d14d3ca75ce99ea01d75868a2f2862504d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=231605d14d3ca75ce99ea01d75868a2f2862504d

Author: Boyuan Zhang <boyuan.zhang at amd.com>
Date:   Fri Oct 23 12:12:19 2015 -0400

vl: add RefPicList defines for VAAPI HEVC decode

Signed-off-by: Boyuan Zhang <boyuan.zhang at amd.com>
Reviewed-by: Christian König <christian.koenig at amd.com>
Reviewed-by: Leo Liu <leo.liu at amd.com>

---

 src/gallium/include/pipe/p_video_state.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h
index 7d13151..d353be6 100644
--- a/src/gallium/include/pipe/p_video_state.h
+++ b/src/gallium/include/pipe/p_video_state.h
@@ -479,6 +479,8 @@ struct pipe_h265_picture_desc
    uint8_t RefPicSetStCurrBefore[8];
    uint8_t RefPicSetStCurrAfter[8];
    uint8_t RefPicSetLtCurr[8];
+   uint8_t RefPicList[2][15];
+   bool UseRefPicList;
 };
 
 #ifdef __cplusplus




More information about the mesa-commit mailing list