Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/features/
H A Dencode_hevc_basic_feature.h114 uint32_t m_widthAlignedMaxLCU = 0; variable
H A Dencode_hevc_basic_feature.cpp59 m_widthAlignedMaxLCU = MOS_ALIGN_CEIL(m_frameWidth, m_maxLCUSize); in Init()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/packet/
H A Dencode_hevc_vdenc_packet.cpp110 …ature->m_sizeOfSseSrcPixelRowStoreBufferPerLcu * (m_basicFeature->m_widthAlignedMaxLCU + 3 * maxTi… in AllocateResources()