40
40
#if defined(_AV1_ENCODE_VDENC_SUPPORTED)
41
41
#include " capstable_data_av1_encode_xe2_lpm_r0_specific.h"
42
42
#endif
43
- #if defined(_VP9_ENCODE_VDENC_SUPPORTED)
43
+ #if defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED)
44
44
#include " capstable_data_vp9_encode_xe2_lpm_r0_specific.h"
45
45
#endif
46
46
@@ -295,7 +295,7 @@ static const EntrypointMap entrypointMap_VAProfileAV1Profile0_Xe2_Lpm_r0
295
295
296
296
static const EntrypointMap entrypointMap_VAProfileVP9Profile0_Xe2_Lpm_r0
297
297
{
298
- #if defined(_VP9_ENCODE_VDENC_SUPPORTED)
298
+ #if defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED)
299
299
{VAEntrypointEncSlice, &entrypointMap_VAProfileVP9Profile0_Data_Xe2_Lpm_r0},
300
300
#endif
301
301
@@ -306,7 +306,7 @@ static const EntrypointMap entrypointMap_VAProfileVP9Profile0_Xe2_Lpm_r0
306
306
307
307
static const EntrypointMap entrypointMap_VAProfileVP9Profile1_Xe2_Lpm_r0
308
308
{
309
- #if defined(_VP9_ENCODE_VDENC_SUPPORTED)
309
+ #if defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED)
310
310
{VAEntrypointEncSlice, &entrypointMap_VAProfileVP9Profile1_Data_Xe2_Lpm_r0},
311
311
#endif
312
312
@@ -317,7 +317,7 @@ static const EntrypointMap entrypointMap_VAProfileVP9Profile1_Xe2_Lpm_r0
317
317
318
318
static const EntrypointMap entrypointMap_VAProfileVP9Profile2_Xe2_Lpm_r0
319
319
{
320
- #if defined(_VP9_ENCODE_VDENC_SUPPORTED)
320
+ #if defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED)
321
321
{VAEntrypointEncSlice, &entrypointMap_VAProfileVP9Profile2_Data_Xe2_Lpm_r0},
322
322
#endif
323
323
@@ -328,7 +328,7 @@ static const EntrypointMap entrypointMap_VAProfileVP9Profile2_Xe2_Lpm_r0
328
328
329
329
static const EntrypointMap entrypointMap_VAProfileVP9Profile3_Xe2_Lpm_r0
330
330
{
331
- #if defined(_VP9_ENCODE_VDENC_SUPPORTED)
331
+ #if defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED)
332
332
{VAEntrypointEncSlice, &entrypointMap_VAProfileVP9Profile3_Data_Xe2_Lpm_r0},
333
333
#endif
334
334
@@ -412,7 +412,7 @@ static const ProfileMap profileMap_Xe2_Lpm_r0
412
412
{VAProfileAV1Profile0, &entrypointMap_VAProfileAV1Profile0_Xe2_Lpm_r0},
413
413
#endif
414
414
415
- #if defined(_VP9_ENCODE_VDENC_SUPPORTED) || defined(_VP9_DECODE_SUPPORTED)
415
+ #if ( defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED) ) || defined(_VP9_DECODE_SUPPORTED)
416
416
{VAProfileVP9Profile3, &entrypointMap_VAProfileVP9Profile3_Xe2_Lpm_r0},
417
417
{VAProfileVP9Profile2, &entrypointMap_VAProfileVP9Profile2_Xe2_Lpm_r0},
418
418
{VAProfileVP9Profile1, &entrypointMap_VAProfileVP9Profile1_Xe2_Lpm_r0},
0 commit comments