/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/features/ |
H A D | encode_hevc_aqm.cpp | 155 uint32_t heightInCtb = (heightInPix / ctbSize) + ((heightInPix % ctbSize) ? 1 : 0); // round up in MHW_SETPAR_DECL_SRC() local
|
H A D | encode_vdenc_hevc_fastpass.cpp | 258 uint32_t heightInCtb = (m_dsHeight / ctbSize) + ((m_dsHeight % ctbSize) ? 1 : 0); // round up in MHW_SETPAR_DECL_SRC() local
|
H A D | encode_hevc_tile.cpp | 747 … 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 D | decode_hevc_tile_packet_m12.cpp | 129 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 D | decode_hevc_tile_packet_xe_lpm_plus_base.cpp | 135 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 D | decode_hevc_tile_packet_xe2_lpm_base.cpp | 135 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 D | decode_hevc_tile_coding.cpp | 444 uint32_t widthInCtb, uint32_t heightInCtb) in GetAllTileInfo()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/hw/vdbox/ |
H A D | mhw_vdbox_vdenc_g11_X.h | 1509 … uint32_t heightInCtb = (heightInPix / ctbSize) + ((heightInPix % ctbSize) ? 1 : 0); // round up in AddVdencWalkerStateCmd() local
|
H A D | mhw_vdbox_hcp_g11_X.cpp | 840 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 D | encode_preenc_basic_feature.cpp | 711 …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 D | mhw_vdbox_hcp_impl.h | 104 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 D | mhw_vdbox_vdenc_xe_hpm.h | 2128 … 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 D | codechal_decode_hevc.cpp | 883 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 D | mhw_vdbox_hcp_g12_X.cpp | 1008 uint32_t heightInCtb = MOS_ROUNDUP_DIVIDE(hcpBufSizeParam->dwPicHeight, 16); in GetHevcBufferSize() local
|
H A D | mhw_vdbox_vdenc_g12_X.h | 1915 … uint32_t heightInCtb = (heightInPix / ctbSize) + ((heightInPix % ctbSize) ? 1 : 0); // round up in AddVdencWalkerStateCmd() local
|