Home
last modified time | relevance | path

Searched defs:heightInCtb (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/features/
H A Dencode_hevc_aqm.cpp155 uint32_t heightInCtb = (heightInPix / ctbSize) + ((heightInPix % ctbSize) ? 1 : 0); // round up in MHW_SETPAR_DECL_SRC() local
H A Dencode_vdenc_hevc_fastpass.cpp258 uint32_t heightInCtb = (m_dsHeight / ctbSize) + ((m_dsHeight % ctbSize) ? 1 : 0); // round up in MHW_SETPAR_DECL_SRC() local
H A Dencode_hevc_tile.cpp747 … uint32_t heightInCtb = (heightInPix / ctbSize) + ((heightInPix % ctbSize) ? 1 : 0); // round up in MHW_SETPAR_DECL_SRC() local
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/hevc/packet/
H A Ddecode_hevc_tile_packet_m12.cpp129 uint32_t heightInCtb = m_hevcBasicFeature->m_heightInCtb; in SetHcpTileCodingParams() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/dec/hevc/packet/
H A Ddecode_hevc_tile_packet_xe_lpm_plus_base.cpp135 uint32_t heightInCtb = m_hevcBasicFeature->m_heightInCtb; in SET_HCP_TILE_CODING() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM_base/codec/hal/dec/hevc/packet/
H A Ddecode_hevc_tile_packet_xe2_lpm_base.cpp135 uint32_t heightInCtb = m_hevcBasicFeature->m_heightInCtb; in SET_HCP_TILE_CODING() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/hevc/features/
H A Ddecode_hevc_tile_coding.cpp444 uint32_t widthInCtb, uint32_t heightInCtb) in GetAllTileInfo()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/hw/vdbox/
H A Dmhw_vdbox_vdenc_g11_X.h1509 … uint32_t heightInCtb = (heightInPix / ctbSize) + ((heightInPix % ctbSize) ? 1 : 0); // round up in AddVdencWalkerStateCmd() local
H A Dmhw_vdbox_hcp_g11_X.cpp840 uint32_t heightInCtb = (picHeight % 16) ? (picHeight / 16 + 1) : (picHeight / 16); in GetHevcBufferSize() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/shared/features/
H A Dencode_preenc_basic_feature.cpp711 …uint32_t heightInCtb = (heightInPix / ctbSize) + ((heightInPix % ctbSize) ? 1 : 0); // round up in MHW_SETPAR_DECL_SRC() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/hw/vdbox/
H A Dmhw_vdbox_hcp_impl.h104 uint32_t heightInCtb = MOS_ROUNDUP_DIVIDE(par.dwPicHeight, 16); in GetHcpBufSize() local
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/Xe_M/Xe_HPM/hw/vdbox/
H A Dmhw_vdbox_vdenc_xe_hpm.h2128 … uint32_t heightInCtb = (heightInPix / ctbSize) + ((heightInPix % ctbSize) ? 1 : 0); // round up in AddVdencWalkerStateCmd() local
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_hevc.cpp883 uint32_t heightInCtb = MOS_ROUNDUP_DIVIDE(heightInPix, ctbSize); in GetAllTileInfo() local
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/hw/vdbox/
H A Dmhw_vdbox_hcp_g12_X.cpp1008 uint32_t heightInCtb = MOS_ROUNDUP_DIVIDE(hcpBufSizeParam->dwPicHeight, 16); in GetHevcBufferSize() local
H A Dmhw_vdbox_vdenc_g12_X.h1915 … uint32_t heightInCtb = (heightInPix / ctbSize) + ((heightInPix % ctbSize) ? 1 : 0); // round up in AddVdencWalkerStateCmd() local