summaryrefslogtreecommitdiff
path: root/src/gen9_mfd.h
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2014-06-19 23:23:30 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2014-12-14 00:42:17 +0800
commit6dc5b8bc2ba06e2dc48ee1277c250ca579058d21 (patch)
tree39ac1d401ad53a9fd443468d9151386be0510e41 /src/gen9_mfd.h
parentd19b00df1c9cc6eb31ceb466a07ba23ae6b4cc43 (diff)
downloadlibva-intel-driver-6dc5b8bc2ba06e2dc48ee1277c250ca579058d21.tar.gz
HEVC: Add the frame store array
The function to update the frame store index will be added later Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit e758dcb38b37773df7253bc2ea7910adaf31258d)
Diffstat (limited to 'src/gen9_mfd.h')
-rw-r--r--src/gen9_mfd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gen9_mfd.h b/src/gen9_mfd.h
index d3d546dc..bcf7cf70 100644
--- a/src/gen9_mfd.h
+++ b/src/gen9_mfd.h
@@ -41,6 +41,8 @@ struct gen9_hcpd_context
{
struct hw_context base;
+ GenFrameStore reference_surfaces[MAX_GEN_HCP_REFERENCE_FRAMES];
+
uint16_t picture_width_in_pixels;
uint16_t picture_height_in_pixels;
uint16_t picture_width_in_ctbs;