Home
last modified time | relevance | path

Searched defs:AtomicScratchBufferAv1 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/enc/av1/packet/
H A Dencode_av1_vdenc_packet_xe_m_base.h37 struct AtomicScratchBufferAv1 struct
39 PMOS_RESOURCE resAtomicScratchBuffer; //!> Handle of eStatus buffer
40 uint32_t *pData; //!> Pointer of the buffer of actual data
41 uint16_t encodeUpdateIndex; //!> used for VDBOX update encode status
42 uint16_t tearDownIndex; //!> Reserved for future extension
43 uint32_t zeroValueOffset; //!> Store the result of the ATOMIC_CMP
44 uint32_t operand1Offset; //!> Operand 1 of the ATOMIC_CMP
45 uint32_t operand2Offset; //!> Operand 2 of the ATOMIC_CMP
46 uint32_t operand3Offset; //!> Copy of the operand 1
47 uint32_t size; //!> Size of the buffer
[all …]
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/av1/packet/
H A Dencode_av1_vdenc_packet.h53 struct AtomicScratchBufferAv1 struct
55 PMOS_RESOURCE resAtomicScratchBuffer; //!> Handle of eStatus buffer
56 uint32_t *pData; //!> Pointer of the buffer of actual data
57 uint16_t encodeUpdateIndex; //!> used for VDBOX update encode status
58 uint16_t tearDownIndex; //!> Reserved for future extension
59 uint32_t zeroValueOffset; //!> Store the result of the ATOMIC_CMP
60 uint32_t operand1Offset; //!> Operand 1 of the ATOMIC_CMP
61 uint32_t operand2Offset; //!> Operand 2 of the ATOMIC_CMP
62 uint32_t operand3Offset; //!> Copy of the operand 1
63 uint32_t size; //!> Size of the buffer
[all …]