Home
last modified time | relevance | path

Searched refs:weightedPredOutputPicList (Results 1 – 3 of 3) sorted by relevance

/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
Dcodechal_encode_wp.cpp37 …if (Mos_ResourceIsNull(&m_surfaceParams.weightedPredOutputPicList[m_surfaceParams.wpOutListIdx].Os… in AllocateResources()
39 …MOS_ZeroMemory(&m_surfaceParams.weightedPredOutputPicList[m_surfaceParams.wpOutListIdx], sizeof(MO… in AllocateResources()
52 &m_surfaceParams.weightedPredOutputPicList[m_surfaceParams.wpOutListIdx].OsResource), in AllocateResources()
56 &m_surfaceParams.weightedPredOutputPicList[m_surfaceParams.wpOutListIdx])); in AllocateResources()
66 if (!Mos_ResourceIsNull(&m_surfaceParams.weightedPredOutputPicList[i].OsResource)) in ReleaseResources()
70 &m_surfaceParams.weightedPredOutputPicList[i].OsResource); in ReleaseResources()
216 …surfaceCodecParams.psSurface = &m_surfaceParams.weightedPredOutputPicList[m_surfa… in SendSurface()
Dcodechal_encode_wp.h84 MOS_SURFACE weightedPredOutputPicList[CODEC_NUM_WP_FRAME] = {}; member
131 …ACE GetWPOutputPicList(uint8_t index) { return &m_surfaceParams.weightedPredOutputPicList[index]; } in GetWPOutputPicList()
/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
Dcodechal_encode_wp_mdf_g12.cpp189 &m_surfaceParams.weightedPredOutputPicList[m_surfaceParams.wpOutListIdx], in Execute()
204 &m_surfaceParams.weightedPredOutputPicList[m_surfaceParams.wpOutListIdx], in Execute()
246 &m_surfaceParams.weightedPredOutputPicList[m_surfaceParams.wpOutListIdx].OsResource, in SetupSurfaces()