diff --git a/lib/Headers/cm/include/cm/gen12_vme.h b/lib/Headers/cm/include/cm/gen12_vme.h index d58374e72a90..68f2f1bc636d 100755 --- a/lib/Headers/cm/include/cm/gen12_vme.h +++ b/lib/Headers/cm/include/cm/gen12_vme.h @@ -27,7 +27,7 @@ typedef enum _VMEMsgTypeHEVC_ { __VME_HEVC_MACRO_MSG = 5, } __VMEMsgTypeHEVC; -// Gen12HP HEVC-specific functions +// XEHP HEVC-specific functions // Macros for forming descriptor values for cm_send() and cm_sends() // The macros use a functional style - they take a descriptor value and any @@ -123,7 +123,7 @@ run_vme_idm(matrix UNIInput, ///////////////////////////////////////////////////////////////////////////////////// //skip_rde_implicit -// rdeoutput = 4 (Common HEVC interface to Gen11 and Gen12hp) +// rdeoutput = 4 (Common HEVC interface to Gen11 and XeHP) template CM_INLINE void cm_vme_hevc_skip_rde_implicit(/*const*/ matrix_ref RDEInput, SurfaceIndex curSurfIndex, matrix_ref RDEOutput) @@ -258,7 +258,7 @@ cm_vme_hevc_skip_rde_explicit(/*const*/ matrix_ref RDEInput, cm_send(RDEOutput.selrows(7), RDEInput.selrows(6), __SFID_CRE, Descriptor, 0); } -// rdeoutput = 12 (Common HEVC interface to Gen11 and Gen12hp) +// rdeoutput = 12 (Common HEVC interface to Gen11 and XEHP) template CM_INLINE void cm_vme_hevc_skip_rde_explicit(/*const*/ matrix_ref RDEInput, SurfaceIndex curSurfIndex, matrix_ref RDEOutput) @@ -278,7 +278,7 @@ cm_vme_hevc_skip_rde_explicit(/*const*/ matrix_ref RDEInput, ///////////////////////////////////////////////////////////////////////////////////// -//hevc_ime (Common HEVC interface to Gen11 and Gen12hp) +//hevc_ime (Common HEVC interface to Gen11 and XEHP) template CM_INLINE void cm_vme_hevc_ime(/*const*/ matrix_ref IMEInput, /*const*/ matrix_ref StreamInput, int LengthStreamInput, SurfaceIndex curSurfIndex, matrix_ref StreamOutput) @@ -305,7 +305,7 @@ cm_vme_hevc_ime(/*const*/ matrix_ref IMEInput, /*const*/ matrix_re ///////////////////////////////////////////////////////////////////////////////////// //Inter_rde_implicit -// rdeoutput = 4 (Common HEVC interface to Gen11 and Gen12hp) +// rdeoutput = 4 (Common HEVC interface to Gen11 and XEHP) template CM_INLINE void cm_vme_hevc_inter_rde_implicit(/*const*/ matrix_ref RDEInput, SurfaceIndex curSurfIndex, matrix_ref RDEOutput) @@ -376,7 +376,7 @@ cm_vme_hevc_inter_rde_implicit(/*const*/ matrix_ref RDEInput, //Inter_rde_explicit -// rdeoutput = 4 (Common HEVC interface to Gen11 and Gen12hp) +// rdeoutput = 4 (Common HEVC interface to Gen11 and XEHP) template CM_INLINE void cm_vme_hevc_inter_rde_explicit(/*const*/ matrix_ref RDEInput, SurfaceIndex curSurfIndex, matrix_ref RDEOutput) @@ -448,7 +448,7 @@ cm_vme_hevc_inter_rde_explicit(/*const*/ matrix_ref RDEInput, //Intra_rde -//rdeoutput = 4 (Common HEVC interface to Gen11 and Gen12hp) +//rdeoutput = 4 (Common HEVC interface to Gen11 and XEHP) template CM_INLINE void cm_vme_hevc_intra_rde(/*const*/ matrix_ref RDEInput, int LengthLCNPInput, SurfaceIndex curSurfIndex, matrix_ref RDEOutput) @@ -518,7 +518,7 @@ cm_vme_hevc_intra_rde(/*const*/ matrix_ref RDEInput, int LengthLC ///////////////////////////////////////////////////////////////////////////////////// -template // (Common HEVC interface to Gen11 and Gen12hp) +template // (Common HEVC interface to Gen11 and XEHP) CM_INLINE void cm_vme_hevc_fme_mesh(/*const*/ matrix_ref FMEInput, SurfaceIndex curSurfIndex, matrix_ref FMEOutput) {