Home
last modified time | relevance | path

Searched defs:heightOutput (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/common/vp/hal/packet/
H A Dvp_render_sfc_base_legacy.cpp1112 uint32_t SfcRenderBaseLegacy::GetIefLineBufferSize(bool lineTiledBuffer, uint32_t heightOutput) in GetIefLineBufferSize()
1138 …ferSize(bool lineTiledBuffer, MOS_FORMAT formatOutput, uint32_t widthOutput, uint32_t heightOutput) in GetSfdLineBufferSize()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/packet/
H A Dvp_render_sfc_base.cpp1312 uint32_t SfcRenderBase::GetIefLineBufferSize(bool lineTiledBuffer, uint32_t heightOutput) in GetIefLineBufferSize()
1338 …ferSize(bool lineTiledBuffer, MOS_FORMAT formatOutput, uint32_t widthOutput, uint32_t heightOutput) in GetSfdLineBufferSize()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM_base/vp/hal/packet/
H A Dvp_render_sfc_xe2_lpm_base.cpp505 …ferSize(bool lineTiledBuffer, MOS_FORMAT formatOutput, uint32_t widthOutput, uint32_t heightOutput) in GetSfdLineBufferSize()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/vp/hal/packet/
H A Dvp_render_sfc_xe_lpm_plus_base.cpp576 …ferSize(bool lineTiledBuffer, MOS_FORMAT formatOutput, uint32_t widthOutput, uint32_t heightOutput) in GetSfdLineBufferSize()
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DPooling2d.cpp155 const int heightOutput = armnn::numeric_cast<int>(outputInfo.GetShape()[heightIndex]); in Pooling2d() local
H A DPooling3d.cpp190 const int heightOutput = armnn::numeric_cast<int>(outputInfo.GetShape()[heightIndex]); in Pooling3d() local