Skip to content

Commit 4077119

Browse files
authored
OneVPL v2.8 (#446)
1 parent 3afb9c0 commit 4077119

27 files changed

+1177
-94
lines changed

oneapi-doc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": "1.2-provisional-rev-1",
3-
"vpl_version": "2.7.1",
3+
"vpl_version": "2.8.0",
44
"art_version": "1.0-rev-1"
55
}

source/elements/oneVPL/include/vpl/mfx.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
#include "mfxvp8.h"
2323
#include "mfxjpeg.h"
2424

25-
#include "mfxsurfacepool.h"
26-
25+
#include "mfxsurfacepool.h"
2726

2827
#ifdef ONEVPL_EXPERIMENTAL
2928
#include "mfxencodestats.h"

source/elements/oneVPL/include/vpl/mfxbrc.h

+8-8
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ typedef struct {
5353
initial_cpb_removal_delay==0 && initial_cpb_removal_offset == 0 && HRD control is switched on. */
5454
mfxU32 reserved1[7];
5555
mfxU32 MaxFrameSize; /*!< Max frame size in bytes. Option for repack feature. Driver calls PAK until current frame size is
56-
less than or equal to maxFrameSize, or number of repacking for this frame is equal to maxNumRePak. Repack is available
57-
if there is driver support, MaxFrameSize !=0, and MaxNumRePak != 0. Ignored if maxNumRePak == 0. */
58-
mfxU8 DeltaQP[8]; /*!< Option for repack feature. Ignored if maxNumRePak == 0 or maxNumRePak==0. If current
59-
frame size > maxFrameSize and/or number of repacking (nRepack) for this frame <= maxNumRePak,
56+
less than or equal to MaxFrameSize, or number of repacking for this frame is equal to MaxNumRePak. Repack is available
57+
if there is driver support, MaxFrameSize !=0, and MaxNumRePak != 0. Ignored if MaxNumRePak == 0. */
58+
mfxU8 DeltaQP[8]; /*!< Option for repack feature. Ignored if MaxNumRePak == 0 or MaxNumRePak==0. If current
59+
frame size > MaxFrameSize and/or number of repacking (nRepack) for this frame <= MaxNumRePak,
6060
PAK is called with QP = mfxBRCFrameCtrl::QpY + Sum(DeltaQP[i]), where i = [0,nRepack].
61-
Non zero DeltaQP[nRepack] are ignored if nRepack > maxNumRePak.
62-
If repacking feature is on ( maxFrameSize & maxNumRePak are not zero), it is calculated by the encoder. */
63-
mfxU16 MaxNumRepak; /*!< Number of possible repacks in driver if current frame size > maxFrameSize. Ignored if maxFrameSize==0.
64-
See maxFrameSize description. Possible values are in the range of 0 to 8. */
61+
Non zero DeltaQP[nRepack] are ignored if nRepack > MaxNumRePak.
62+
If repacking feature is on ( MaxFrameSize & MaxNumRePak are not zero), it is calculated by the encoder. */
63+
mfxU16 MaxNumRepak; /*!< Number of possible repacks in driver if current frame size > MaxFrameSize. Ignored if MaxFrameSize==0.
64+
See MaxFrameSize description. Possible values are in the range of 0 to 8. */
6565
mfxU16 NumExtParam; /*!< Reserved for future use. */
6666
mfxExtBuffer** ExtParam; /*!< Reserved for future use. */
6767
} mfxBRCFrameCtrl;

0 commit comments

Comments
 (0)