Searched refs:m_intraDistKernel (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/ |
H A D | codechal_encode_hevc_mbenc_g12.cpp | 74 if (m_intraDistKernel) in ~CodecHalHevcMbencG12() 76 MOS_Delete(m_intraDistKernel); in ~CodecHalHevcMbencG12() 77 m_intraDistKernel = nullptr; in ~CodecHalHevcMbencG12() 527 m_intraDistKernel = MOS_New(CodechalKernelIntraDistMdfG12, this); in InitKernelState() 528 CODECHAL_ENCODE_CHK_NULL_RETURN(m_intraDistKernel); in InitKernelState() 529 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_intraDistKernel->InitializeKernelIsa( in InitKernelState() 1913 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_intraDistKernel->Execute(curbeParam, surfaceParam)); in EncodeIntraDistKernel()
|
H A D | codechal_encode_hevc_mbenc_g12.h | 518 CodechalKernelIntraDistMdfG12 *m_intraDistKernel = nullptr; variable
|
H A D | codechal_encode_hevc_g12.cpp | 1882 if (m_intraDistKernel) in GetMaxBtCount() 1884 btCountPhase2 += MOS_ALIGN_CEIL(m_intraDistKernel->GetBTCount(), btIdxAlignment); in GetMaxBtCount() 7308 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_intraDistKernel->Execute(curbeParam, surfaceParam)); in EncodeIntraDistKernel() 7328 m_intraDistKernel = MOS_New(CodechalKernelIntraDist, this); in InitKernelState() 7329 CODECHAL_ENCODE_CHK_NULL_RETURN(m_intraDistKernel); in InitKernelState() 7330 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_intraDistKernel->Initialize( in InitKernelState() 7921 if (m_intraDistKernel) in ~CodechalEncHevcStateG12() 7923 MOS_Delete(m_intraDistKernel); in ~CodechalEncHevcStateG12() 7924 m_intraDistKernel = nullptr; in ~CodechalEncHevcStateG12()
|
H A D | codechal_encode_avc_g12.cpp | 1244 MOS_Delete(m_intraDistKernel); in ~CodechalEncodeAvcEncG12() 1955 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_intraDistKernel->Execute(curbeParam, surfaceParam)); in ExecuteKernelFunctions() 2394 m_intraDistKernel = MOS_New(CodechalKernelIntraDist, this); in InitializeState() 2395 CODECHAL_ENCODE_CHK_NULL_RETURN(m_intraDistKernel); in InitializeState() 2396 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_intraDistKernel->Initialize( in InitializeState()
|
H A D | codechal_encode_hevc_g12.h | 1211 CodechalKernelIntraDist *m_intraDistKernel = nullptr; variable
|
H A D | codechal_encode_avc_g12.h | 308 CodechalKernelIntraDist *m_intraDistKernel = nullptr; variable
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/ |
H A D | codechal_encode_avc_g11.h | 385 CodechalKernelIntraDist *m_intraDistKernel = nullptr; variable
|
H A D | codechal_encode_hevc_g11.cpp | 1562 if (m_intraDistKernel) in GetMaxBtCount() 1564 btCountPhase2 += MOS_ALIGN_CEIL(m_intraDistKernel->GetBTCount(), btIdxAlignment); in GetMaxBtCount() 6068 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_intraDistKernel->Execute(curbeParam, surfaceParam)); in EncodeKernelFunctions() 6361 m_intraDistKernel = MOS_New(CodechalKernelIntraDist, this); in InitKernelState() 6362 CODECHAL_ENCODE_CHK_NULL_RETURN(m_intraDistKernel); in InitKernelState() 6363 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_intraDistKernel->Initialize( in InitKernelState() 6948 MOS_Delete(m_intraDistKernel); in ~CodechalEncHevcStateG11()
|
H A D | codechal_encode_avc_g11.cpp | 4002 MOS_Delete(m_intraDistKernel); in ~CodechalEncodeAvcEncG11() 5178 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_intraDistKernel->Execute(curbeParam, surfaceParam)); in ExecuteKernelFunctions() 5577 m_intraDistKernel = MOS_New(CodechalKernelIntraDist, this); in InitializeState() 5578 CODECHAL_ENCODE_CHK_NULL_RETURN(m_intraDistKernel); in InitializeState() 5579 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_intraDistKernel->Initialize( in InitializeState()
|
H A D | codechal_encode_hevc_g11.h | 1191 CodechalKernelIntraDist *m_intraDistKernel = nullptr; variable
|