Skip to content

Commit 7ceffd5

Browse files
committed
va:add defintions for segment id block size
Signed-off-by: Carl Zhang <[email protected]>
1 parent 1b7d71f commit 7ceffd5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

va/va.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,6 +1488,17 @@ typedef union _VAConfigAttribValEncPerBlockControl {
14881488
/** \brief Driver supports decode processing rate report */
14891489
#define VA_PROCESSING_RATE_DECODE 0x00000002
14901490
/**@}*/
1491+
1492+
/** @name segment ID map block size */
1493+
/**@{*/
1494+
/** \brief each segmentID represent a 16x16 block */
1495+
#define VA_SEGID_BLOCK_16X16 0
1496+
/** \brief each segmentID represent a 32x32 block */
1497+
#define VA_SEGID_BLOCK_32X32 1
1498+
/** \brief each segmentID represent a 64x64 block */
1499+
#define VA_SEGID_BLOCK_64X64 2
1500+
/**@}*/
1501+
14911502
/**
14921503
* if an attribute is not applicable for a given
14931504
* profile/entrypoint pair, then set the value to the following

0 commit comments

Comments
 (0)