projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16c49da
)
vl: add RefPicList defines for VAAPI HEVC decode
author
Boyuan Zhang
<boyuan.zhang@amd.com>
Fri, 23 Oct 2015 16:12:19 +0000
(12:12 -0400)
committer
Leo Liu
<leo.liu@amd.com>
Tue, 27 Oct 2015 23:09:55 +0000
(19:09 -0400)
Signed-off-by: Boyuan Zhang <boyuan.zhang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
src/gallium/include/pipe/p_video_state.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_video_state.h
b/src/gallium/include/pipe/p_video_state.h
index 7d13151e643b4cd6e329996187ba59cf3e958b96..d353be607599848e979a4b9710f0345f23fd7962 100644
(file)
--- 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