We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7d71f commit 7ceffd5Copy full SHA for 7ceffd5
va/va.h
@@ -1488,6 +1488,17 @@ typedef union _VAConfigAttribValEncPerBlockControl {
1488
/** \brief Driver supports decode processing rate report */
1489
#define VA_PROCESSING_RATE_DECODE 0x00000002
1490
/**@}*/
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
1502
/**
1503
* if an attribute is not applicable for a given
1504
* profile/entrypoint pair, then set the value to the following
0 commit comments