Home
last modified time | relevance | path

Searched refs:CodechalEncHevcStateG9 (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9/codec/hal/
H A Dcodechal_encode_hevc_g9.cpp2538 const uint8_t CodechalEncHevcStateG9::m_ftqBasedSkip[NUM_TARGET_USAGE_MODES] =
2543 const uint8_t CodechalEncHevcStateG9::m_meMethod[NUM_TARGET_USAGE_MODES] =
2548 const uint8_t CodechalEncHevcStateG9::m_superCombineDist[NUM_TARGET_USAGE_MODES + 1] =
2553 const uint16_t CodechalEncHevcStateG9::m_skipValB[2][2][64] =
2605 const double CodechalEncHevcStateG9::m_modeCostLut[3][12] = {
2614 const double CodechalEncHevcStateG9::m_mvCostLut[3][8] = {
2623 const uint32_t CodechalEncHevcStateG9::m_brcMvCostHaar[][416] =
2792 const uint32_t CodechalEncHevcStateG9::m_brcLambdaHaar[QP_NUM * 4] = {
2821 const uint16_t CodechalEncHevcStateG9::m_skipThread[][QP_NUM] = {
2843 const double CodechalEncHevcStateG9::m_qpLambdaMdLut[3][QP_NUM] = // default lambda = pow(2, (…
[all …]
H A Dcodechal_encode_hevc_g9.h1470 class CodechalEncHevcStateG9 : public CodechalEncHevcState
1602 CodechalEncHevcStateG9(CodechalHwInterface* hwInterface,
1609 ~CodechalEncHevcStateG9() {}; in ~CodechalEncHevcStateG9()
2166 using PCODECHAL_ENC_HEVC_STATE_G9 = class CodechalEncHevcStateG9*;
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9_kbl/codec/hal/
H A Dcodechal_encode_hevc_g9_kbl.cpp224 CODECHAL_ENCODE_CHK_STATUS_RETURN(CodechalEncHevcStateG9::SetSequenceStructs()); in SetSequenceStructs()
236 :CodechalEncHevcStateG9(hwInterface, debugInterface, standardInfo) in CodechalEncHevcStateG9Kbl()
H A Dcodechal_encode_hevc_g9_kbl.h36 class CodechalEncHevcStateG9Kbl : public CodechalEncHevcStateG9
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9_bxt/codec/hal/
H A Dcodechal_encode_hevc_g9_bxt.cpp209 CODECHAL_ENCODE_CHK_STATUS_RETURN(CodechalEncHevcStateG9::Initialize(settings)); in Initialize()
220 :CodechalEncHevcStateG9(hwInterface, debugInterface, standardInfo) in CodechalEncHevcStateG9Bxt()
H A Dcodechal_encode_hevc_g9_bxt.h36 class CodechalEncHevcStateG9Bxt : public CodechalEncHevcStateG9
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9_skl/codec/hal/
H A Dcodechal_encode_hevc_g9_skl.cpp218 CODECHAL_ENCODE_CHK_STATUS_RETURN(CodechalEncHevcStateG9::Initialize(settings)); in Initialize()
229 :CodechalEncHevcStateG9(hwInterface, debugInterface, standardInfo) in CodechalEncHevcStateG9Skl()
H A Dcodechal_encode_hevc_g9_skl.h36 class CodechalEncHevcStateG9Skl : public CodechalEncHevcStateG9
H A Dcodechal_fei_hevc_g9_skl.h568 class CodechalFeiHevcStateG9Skl : public CodechalEncHevcStateG9
H A Dcodechal_fei_hevc_g9_skl.cpp1911 …CODECHAL_ENCODE_CHK_STATUS_RETURN(CodechalEncHevcStateG9::EndKernelCall(mediaStateType, kernelStat… in EndKernelCall()
6878 :CodechalEncHevcStateG9(hwInterface, debugInterface, standardInfo) in CodechalFeiHevcStateG9Skl()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9_glk/codec/hal/
H A Dcodechal_encode_hevc_g9_glk.h36 class CodechalEncHevcStateG9Glk : public CodechalEncHevcStateG9
H A Dcodechal_encode_hevc_g9_glk.cpp222 :CodechalEncHevcStateG9(hwInterface, debugInterface, standardInfo) in CodechalEncHevcStateG9Glk()