Skip to content

Commit

Permalink
[Encode] update Xe2 encode caps
Browse files Browse the repository at this point in the history
update Xe2 encode caps.
  • Loading branch information
bai-isaac authored and intel-mediadev committed Sep 18, 2024
1 parent 3606407 commit a3b3781
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 339 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ static const ProfileMap profileMap_Xe2_Hpm_r0
{VAProfileJPEGBaseline, &entrypointMap_VAProfileJPEGBaseline_Xe2_Hpm_r0},
#endif

#if defined(_AV1_DECODE_SUPPORTED)
#if defined(_AV1_ENCODE_VDENC_SUPPORTED) || defined(_AV1_DECODE_SUPPORTED)
{VAProfileAV1Profile0, &entrypointMap_VAProfileAV1Profile0_Xe2_Hpm_r0},
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#if defined(_AV1_ENCODE_VDENC_SUPPORTED)
#include "capstable_data_av1_encode_xe2_lpm_r0_specific.h"
#endif
#if defined(_VP9_ENCODE_VDENC_SUPPORTED)
#if defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED)
#include "capstable_data_vp9_encode_xe2_lpm_r0_specific.h"
#endif

Expand Down Expand Up @@ -295,7 +295,7 @@ static const EntrypointMap entrypointMap_VAProfileAV1Profile0_Xe2_Lpm_r0

static const EntrypointMap entrypointMap_VAProfileVP9Profile0_Xe2_Lpm_r0
{
#if defined(_VP9_ENCODE_VDENC_SUPPORTED)
#if defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED)
{VAEntrypointEncSlice, &entrypointMap_VAProfileVP9Profile0_Data_Xe2_Lpm_r0},
#endif

Expand All @@ -306,7 +306,7 @@ static const EntrypointMap entrypointMap_VAProfileVP9Profile0_Xe2_Lpm_r0

static const EntrypointMap entrypointMap_VAProfileVP9Profile1_Xe2_Lpm_r0
{
#if defined(_VP9_ENCODE_VDENC_SUPPORTED)
#if defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED)
{VAEntrypointEncSlice, &entrypointMap_VAProfileVP9Profile1_Data_Xe2_Lpm_r0},
#endif

Expand All @@ -317,7 +317,7 @@ static const EntrypointMap entrypointMap_VAProfileVP9Profile1_Xe2_Lpm_r0

static const EntrypointMap entrypointMap_VAProfileVP9Profile2_Xe2_Lpm_r0
{
#if defined(_VP9_ENCODE_VDENC_SUPPORTED)
#if defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED)
{VAEntrypointEncSlice, &entrypointMap_VAProfileVP9Profile2_Data_Xe2_Lpm_r0},
#endif

Expand All @@ -328,7 +328,7 @@ static const EntrypointMap entrypointMap_VAProfileVP9Profile2_Xe2_Lpm_r0

static const EntrypointMap entrypointMap_VAProfileVP9Profile3_Xe2_Lpm_r0
{
#if defined(_VP9_ENCODE_VDENC_SUPPORTED)
#if defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED)
{VAEntrypointEncSlice, &entrypointMap_VAProfileVP9Profile3_Data_Xe2_Lpm_r0},
#endif

Expand Down Expand Up @@ -412,7 +412,7 @@ static const ProfileMap profileMap_Xe2_Lpm_r0
{VAProfileAV1Profile0, &entrypointMap_VAProfileAV1Profile0_Xe2_Lpm_r0},
#endif

#if defined(_VP9_ENCODE_VDENC_SUPPORTED) || defined(_VP9_DECODE_SUPPORTED)
#if (defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED)) || defined(_VP9_DECODE_SUPPORTED)
{VAProfileVP9Profile3, &entrypointMap_VAProfileVP9Profile3_Xe2_Lpm_r0},
{VAProfileVP9Profile2, &entrypointMap_VAProfileVP9Profile2_Xe2_Lpm_r0},
{VAProfileVP9Profile1, &entrypointMap_VAProfileVP9Profile1_Xe2_Lpm_r0},
Expand Down
1 change: 0 additions & 1 deletion media_softlet/linux/xe2_lpm_r0/encode/media_srcs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ media_include_subdirectory(hevc)
media_include_subdirectory(avc)
media_include_subdirectory(jpeg)
media_include_subdirectory(av1)
media_include_subdirectory(vp9)

This file was deleted.

33 changes: 0 additions & 33 deletions media_softlet/linux/xe2_lpm_r0/encode/vp9/ddi/media_srcs.cmake

This file was deleted.

Loading

0 comments on commit a3b3781

Please sign in to comment.