Home
last modified time | relevance | path

Searched refs:MBENC_TARGET_USAGE_CM (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen8/codec/hal/
H A Dcodechal_encode_avc_g8.cpp3807 MBENC_TARGET_USAGE_CM * m_mbencNumTargetUsages; in GetMbEncKernelStateIdx()
3813 *kernelOffset += MBENC_TARGET_USAGE_CM; in GetMbEncKernelStateIdx()
3817 *kernelOffset += MBENC_TARGET_USAGE_CM * 2; in GetMbEncKernelStateIdx()
4170 dwNumMbEncEncKrnStates = MBENC_TARGET_USAGE_CM * m_mbencNumTargetUsagesCm; in InitKernelStateMbEnc()
4171 dwNumMbEncEncKrnStates += MBENC_TARGET_USAGE_CM; in InitKernelStateMbEnc()
4185 bool kernelState = (krnStateIdx >= MBENC_TARGET_USAGE_CM * m_mbencNumTargetUsagesCm); in InitKernelStateMbEnc()
4190 … (kernelState ? krnStateIdx - MBENC_TARGET_USAGE_CM * m_mbencNumTargetUsagesCm : krnStateIdx), in InitKernelStateMbEnc()
H A Dcodechal_fei_avc_g8.cpp5495 MBENC_TARGET_USAGE_CM * m_mbencNumTargetUsagesCmFei; in InitKernelStateMbEnc()
5508 bool kernelState = (krnStateIdx >= MBENC_TARGET_USAGE_CM); in InitKernelStateMbEnc()
5514 (kernelState ? krnStateIdx - MBENC_TARGET_USAGE_CM : krnStateIdx), in InitKernelStateMbEnc()
7018 *pdwKernelOffset += MBENC_TARGET_USAGE_CM; in GetMbEncKernelStateIdx()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9_bxt/codec/hal/
H A Dcodechal_encode_avc_g9_bxt.cpp2936 MBENC_TARGET_USAGE_CM * MBENC_NUM_TARGET_USAGES_CM_G9_BXT; in InitKernelStateMbEnc()
2937 dwNumMbEncEncKrnStates += MBENC_TARGET_USAGE_CM; in InitKernelStateMbEnc()
2953 … bool bKernelState = (dwKrnStateIdx >= MBENC_TARGET_USAGE_CM * MBENC_NUM_TARGET_USAGES_CM_G9_BXT); in InitKernelStateMbEnc()
2958 …(bKernelState ? dwKrnStateIdx - MBENC_TARGET_USAGE_CM * MBENC_NUM_TARGET_USAGES_CM_G9_BXT : dwKrnS… in InitKernelStateMbEnc()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9_skl/codec/hal/
H A Dcodechal_encode_avc_g9_skl.cpp2936 MBENC_TARGET_USAGE_CM * MBENC_NUM_TARGET_USAGES_CM_G9_SKL; in InitKernelStateMbEnc()
2937 dwNumMbEncEncKrnStates += MBENC_TARGET_USAGE_CM; in InitKernelStateMbEnc()
2953 … bool bKernelState = (dwKrnStateIdx >= MBENC_TARGET_USAGE_CM * MBENC_NUM_TARGET_USAGES_CM_G9_SKL); in InitKernelStateMbEnc()
2958 …(bKernelState ? dwKrnStateIdx - MBENC_TARGET_USAGE_CM * MBENC_NUM_TARGET_USAGES_CM_G9_SKL : dwKrnS… in InitKernelStateMbEnc()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9_kbl/codec/hal/
H A Dcodechal_encode_avc_g9_kbl.cpp3736 MBENC_TARGET_USAGE_CM * MBENC_NUM_TARGET_USAGES_CM_G9_KBL; in InitKernelStateMbEnc()
3737 dwNumMbEncEncKrnStates += MBENC_TARGET_USAGE_CM; in InitKernelStateMbEnc()
3753 … bool kernelState = (krnStateIdx >= MBENC_TARGET_USAGE_CM * MBENC_NUM_TARGET_USAGES_CM_G9_KBL); in InitKernelStateMbEnc()
3758 …(kernelState ? krnStateIdx - MBENC_TARGET_USAGE_CM * MBENC_NUM_TARGET_USAGES_CM_G9_KBL : krnStateI… in InitKernelStateMbEnc()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9/codec/hal/
H A Dcodechal_encode_avc_g9.cpp1278 MBENC_TARGET_USAGE_CM * m_mbencNumTargetUsages; in GetMbEncKernelStateIdx()
1284 *kernelOffset += MBENC_TARGET_USAGE_CM; in GetMbEncKernelStateIdx()
1288 *kernelOffset += MBENC_TARGET_USAGE_CM * 2; in GetMbEncKernelStateIdx()
H A Dcodechal_fei_avc_g9.cpp4246 *kernelOffset += MBENC_TARGET_USAGE_CM; in GetMbEncKernelStateIdx()
5578 MBENC_TARGET_USAGE_CM * m_mbencNumTargetUsagesCmFei; in InitKernelStateMbEnc()
5591 bool kernelState = (krnStateIdx >= MBENC_TARGET_USAGE_CM); in InitKernelStateMbEnc()
5596 (kernelState ? krnStateIdx - MBENC_TARGET_USAGE_CM : krnStateIdx), in InitKernelStateMbEnc()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_encode_avc.h670 MBENC_TARGET_USAGE_CM = 3 enumerator