Home
last modified time | relevance | path

Searched refs:m_firstTaskInPhase (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_kernel_base.cpp35 m_firstTaskInPhase(encoder->m_firstTaskInPhase), in CodechalKernelBase()
186 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in Run()
H A Dcodechal_encode_sw_scoreboard.cpp214 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in Execute()
347 m_firstTaskInPhase(encoder->m_firstTaskInPhase), in CodechalEncodeSwScoreboard()
H A Dcodechal_encode_wp.cpp272 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in Execute()
403 m_firstTaskInPhase(encoder->m_firstTaskInPhase), in CodechalEncodeWP()
H A Dcodechal_encode_mpeg2.cpp2843 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in EncodeMeKernel()
3174 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in EncodeBrcInitResetKernel()
3343 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in EncodeMbEncKernel()
3824 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in EncodeBrcUpdateKernel()
4077 m_firstTaskInPhase = true; in ExecuteKernelFunctions()
4097 m_firstTaskInPhase = !m_singleTaskPhaseSupported; in ExecuteKernelFunctions()
4120 m_firstTaskInPhase = true; in ExecuteKernelFunctions()
4129 m_firstTaskInPhase = !m_singleTaskPhaseSupported; in ExecuteKernelFunctions()
4133 m_firstTaskInPhase = !m_singleTaskPhaseSupported; in ExecuteKernelFunctions()
4137 m_firstTaskInPhase = !m_singleTaskPhaseSupported; in ExecuteKernelFunctions()
[all …]
H A Dcodechal_huc_cmd_initializer.cpp440 if (!m_encoder->m_singleTaskPhaseSupported || m_encoder->m_firstTaskInPhase) in CmdInitializerExecute()
443 … requestFrameTracking = m_encoder->m_singleTaskPhaseSupported ? m_encoder->m_firstTaskInPhase : 0; in CmdInitializerExecute()
547 m_vp9Params.firstTaskInPhase = state->m_firstTaskInPhase; in CommandInitializerSetVp9Params()
H A Dcodechal_vdenc_vp9_base.cpp731 if (!m_singleTaskPhaseSupported || m_firstTaskInPhase) in ConstructPicStateBatchBuf()
734 bool requestFrameTracking = m_singleTaskPhaseSupported ? m_firstTaskInPhase : 0; in ConstructPicStateBatchBuf()
736 m_firstTaskInPhase = false; in ConstructPicStateBatchBuf()
1118 if (!m_singleTaskPhaseSupported || m_firstTaskInPhase) in HuCVp9Prob()
1124 requestFrameTracking = m_singleTaskPhaseSupported ? m_firstTaskInPhase : m_lastTaskInPhase; in HuCVp9Prob()
1127 m_firstTaskInPhase = false; in HuCVp9Prob()
1742 if (!m_singleTaskPhaseSupported || m_firstTaskInPhase) in HuCBrcUpdate()
1747 requestFrameTracking = m_singleTaskPhaseSupported ? m_firstTaskInPhase : m_lastTaskInPhase; in HuCBrcUpdate()
1750 m_firstTaskInPhase = false; in HuCBrcUpdate()
1971 if (!m_singleTaskPhaseSupported || m_firstTaskInPhase) in HuCBrcInitReset()
[all …]
H A Dcodechal_kernel_base.h290 bool& m_firstTaskInPhase; variable
H A Dcodechal_encode_csc_ds.cpp1433 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in CscKernel()
1654 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in DsKernel()
1922 m_firstTaskInPhase(encoder->m_firstTaskInPhase), in CodechalEncodeCscDs()
H A Dcodechal_encode_sw_scoreboard.h241 bool& m_firstTaskInPhase; variable
H A Dcodechal_encode_avc.cpp3005 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in BrcInitResetKernel()
3558 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported || in MbEncKernel()
4047 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in BrcFrameUpdateKernel()
4591 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in BrcCopyKernel()
4741 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in BrcMbUpdateKernel()
4958 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in WPKernel()
5183 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in SFDKernel()
6307 m_firstTaskInPhase = true; in ExecuteKernelFunctions()
6387 m_firstTaskInPhase = true; in ExecuteKernelFunctions()
6471 m_firstTaskInPhase = true; in ExecuteKernelFunctions()
[all …]
H A Dcodechal_encode_hevc.cpp381 m_firstTaskInPhase = true; in ExecutePictureLevel()
395 if ((!m_singleTaskPhaseSupported) || m_firstTaskInPhase) in ExecutePictureLevel()
400 m_firstTaskInPhase : in ExecutePictureLevel()
H A Dcodechal_vdenc_hevc.cpp400 if ((!m_singleTaskPhaseSupported || m_firstTaskInPhase) ) in HuCBrcInitReset()
404 m_firstTaskInPhase : 0; in HuCBrcInitReset()
1287 if (!m_singleTaskPhaseSupported || (m_firstTaskInPhase && !m_brcInit)) in HuCBrcUpdate()
1291 m_firstTaskInPhase : 0; in HuCBrcUpdate()
2098 m_firstTaskInPhase = true; in ExecutePictureLevel()
2213 if ((!m_singleTaskPhaseSupported || (m_firstTaskInPhase && !m_hevcVdencAcqpEnabled)) ) in ExecutePictureLevel()
2218 m_firstTaskInPhase : in ExecutePictureLevel()
H A Dcodechal_encode_wp.h959 bool& m_firstTaskInPhase; variable
H A Dcodechal_vdenc_avc.cpp4520 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in SFDKernel()
5122 if (!m_singleTaskPhaseSupported || m_firstTaskInPhase) in HuCBrcInitReset()
5127 bool bRequestFrameTracking = m_singleTaskPhaseSupported ? m_firstTaskInPhase : 0; in HuCBrcInitReset()
5219 m_firstTaskInPhase = false; in HuCBrcInitReset()
5238 if (!m_singleTaskPhaseSupported || (m_firstTaskInPhase && !m_brcInit)) in HuCBrcUpdate()
5244 bool bRequestFrameTracking = m_singleTaskPhaseSupported ? m_firstTaskInPhase : 0; in HuCBrcUpdate()
5893 m_firstTaskInPhase = true; in ExecuteKernelFunctions()
6116 if (!m_singleTaskPhaseSupported || (m_firstTaskInPhase && (!m_vdencBrcEnabled))) in ExecutePictureLevel()
6130 requestFrameTracking = m_singleTaskPhaseSupported ? m_firstTaskInPhase : m_lastTaskInPhase; in ExecutePictureLevel()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/
H A Dcodechal_vdenc_vp9_g11.cpp1327 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in ExecuteMeKernel()
1602 m_firstTaskInPhase = true; in ExecuteKernelFunctions()
3038 if (!m_singleTaskPhaseSupported || m_firstTaskInPhase) in ConstructPicStateBatchBuf()
3044 … requestFrameTracking = m_singleTaskPhaseSupported ? m_firstTaskInPhase : m_lastTaskInPhase; in ConstructPicStateBatchBuf()
3047 m_firstTaskInPhase = false; in ConstructPicStateBatchBuf()
3195 if ((!m_singleTaskPhaseSupported || m_firstTaskInPhase) && !m_scalableMode) in HuCVp9Prob()
3200 bool requestFrameTracking = m_singleTaskPhaseSupported ? m_firstTaskInPhase : 0; in HuCVp9Prob()
3202 m_firstTaskInPhase = false; in HuCVp9Prob()
3521 if ((!m_singleTaskPhaseSupported || (m_firstTaskInPhase && !m_brcInit)) && !m_scalableMode) in HuCBrcUpdate()
3525 bool requestFrameTracking = m_singleTaskPhaseSupported ? m_firstTaskInPhase : 0; in HuCBrcUpdate()
[all …]
H A Dcodechal_encode_mpeg2_g11.cpp1912 m_firstTaskInPhase = true; in ExecuteKernelFunctions()
1937 m_firstTaskInPhase = !m_singleTaskPhaseSupported; in ExecuteKernelFunctions()
1960 m_firstTaskInPhase = true; in ExecuteKernelFunctions()
1969 m_firstTaskInPhase = !m_singleTaskPhaseSupported; in ExecuteKernelFunctions()
1973 m_firstTaskInPhase = !m_singleTaskPhaseSupported; in ExecuteKernelFunctions()
1977 m_firstTaskInPhase = !m_singleTaskPhaseSupported; in ExecuteKernelFunctions()
H A Dcodechal_vdenc_hevc_g11.cpp1909 m_firstTaskInPhase = m_singleTaskPhaseSupported? IsFirstPass(): false; in ExecutePictureLevel()
1933 m_firstTaskInPhase = true; in ExecutePictureLevel()
2171 …if ((!m_singleTaskPhaseSupported || (m_firstTaskInPhase && !m_hevcVdencAcqpEnabled)) && (m_numPipe… in ExecutePictureLevel()
2176 m_firstTaskInPhase : in ExecutePictureLevel()
3956 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in EncodeMeKernel()
5870 m_firstTaskInPhase = !m_singleTaskPhaseSupported; in HuCLookaheadInit()
5928 if (!m_singleTaskPhaseSupported || m_firstTaskInPhase) in HuCLookaheadInit()
5931 bool requestFrameTracking = m_singleTaskPhaseSupported ? m_firstTaskInPhase : 0; in HuCLookaheadInit()
5995 m_firstTaskInPhase = !m_singleTaskPhaseSupported; in HuCLookaheadUpdate()
6073 if (!m_singleTaskPhaseSupported || m_firstTaskInPhase) in HuCLookaheadUpdate()
[all …]
H A Dcodechal_encode_hevc_g11.cpp1799 m_firstTaskInPhase = m_singleTaskPhaseSupported? IsFirstPass(): true; in ExecutePictureLevel()
1809 m_firstTaskInPhase = true; in ExecutePictureLevel()
1823 if ((!m_singleTaskPhaseSupported) || m_firstTaskInPhase) in ExecutePictureLevel()
1828 m_firstTaskInPhase : in ExecutePictureLevel()
5150 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in EncodeMbEncKernel()
5473 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in EncodeBrcInitResetKernel()
5603 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in EncodeBrcFrameUpdateKernel()
5734 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in EncodeBrcLcuUpdateKernel()
5915 m_firstTaskInPhase = true; in EncodeKernelFunctions()
5924 m_firstTaskInPhase = m_lastTaskInPhase = true; in EncodeKernelFunctions()
[all …]
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_encode_mpeg2_g12.cpp1987 m_firstTaskInPhase = true; in ExecuteKernelFunctions()
2012 m_firstTaskInPhase = !m_singleTaskPhaseSupported; in ExecuteKernelFunctions()
2035 m_firstTaskInPhase = true; in ExecuteKernelFunctions()
2044 m_firstTaskInPhase = !m_singleTaskPhaseSupported; in ExecuteKernelFunctions()
2048 m_firstTaskInPhase = !m_singleTaskPhaseSupported; in ExecuteKernelFunctions()
2052 m_firstTaskInPhase = !m_singleTaskPhaseSupported; in ExecuteKernelFunctions()
H A Dcodechal_vdenc_vp9_g12.cpp191 if (!m_singleTaskPhaseSupported || m_firstTaskInPhase) in ExecuteDysPictureLevel()
203 requestFrameTracking = m_singleTaskPhaseSupported ? m_firstTaskInPhase : m_lastTaskInPhase; in ExecuteDysPictureLevel()
1740 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in ExecuteMeKernel()
2019 m_firstTaskInPhase = true; in ExecuteKernelFunctions()
3543 m_firstTaskInPhase = true; in ExecutePictureLevel()
3811 if ((!m_singleTaskPhaseSupported || m_firstTaskInPhase) && !m_scalableMode) in ExecutePictureLevel()
3815 … bool requestFrameTracking = m_singleTaskPhaseSupported ? m_firstTaskInPhase : m_lastTaskInPhase; in ExecutePictureLevel()
5219 if (!m_singleTaskPhaseSupported || m_firstTaskInPhase) in ConstructPicStateBatchBuf()
5224 … requestFrameTracking = m_singleTaskPhaseSupported ? m_firstTaskInPhase : m_lastTaskInPhase; in ConstructPicStateBatchBuf()
5227 m_firstTaskInPhase = false; in ConstructPicStateBatchBuf()
[all …]
H A Dcodechal_vdenc_hevc_g12.cpp2238 m_firstTaskInPhase = true; in EncodeKernelFunctions()
2508 m_firstTaskInPhase = m_singleTaskPhaseSupported ? IsFirstPass() : false; in ExecutePictureLevel()
2529 m_firstTaskInPhase = true; in ExecutePictureLevel()
2707 …if ((!m_singleTaskPhaseSupported || (m_firstTaskInPhase && !m_hevcVdencAcqpEnabled)) && (m_numPipe… in ExecutePictureLevel()
2712 m_firstTaskInPhase : in ExecutePictureLevel()
5647 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in EncodeMeKernel()
8153 m_firstTaskInPhase = !m_singleTaskPhaseSupported; in HuCLookaheadInit()
8236 if (!m_singleTaskPhaseSupported || m_firstTaskInPhase) in HuCLookaheadInit()
8239 bool requestFrameTracking = m_singleTaskPhaseSupported ? m_firstTaskInPhase : 0; in HuCLookaheadInit()
8303 m_firstTaskInPhase = !m_singleTaskPhaseSupported; in HuCLookaheadUpdate()
[all …]
H A Dcodechal_encode_hevc_g12.cpp2115 m_firstTaskInPhase = m_singleTaskPhaseSupported ? IsFirstPass() : true; in ExecutePictureLevel()
2126 m_firstTaskInPhase = true; in ExecutePictureLevel()
2140 if ((!m_singleTaskPhaseSupported) || m_firstTaskInPhase) in ExecutePictureLevel()
2144 … bool bRequestFrameTracking = m_singleTaskPhaseSupported ? m_firstTaskInPhase : m_lastTaskInPhase; in ExecutePictureLevel()
6167 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in EncodeMbEncKernel()
6488 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in EncodeBrcInitResetKernel()
6616 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in EncodeBrcFrameUpdateKernel()
6744 if (m_firstTaskInPhase == true || !m_singleTaskPhaseSupported) in EncodeBrcLcuUpdateKernel()
6921 m_firstTaskInPhase = true; in EncodeKernelFunctions()
6930 m_firstTaskInPhase = m_lastTaskInPhase = true; in EncodeKernelFunctions()
[all …]
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9/codec/hal/
H A Dcodechal_encode_hevc_g9.cpp5621 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in EncodeBrcInitResetKernel()
5906 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in EncodeCoarseIntra16x16Kernel()
6312 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in EncodeBrcUpdateLCUBasedKernel()
6464 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in EncodeBrcUpdateKernel()
6658 if (!m_singleTaskPhaseSupported || m_firstTaskInPhase || !m_singleTaskPhaseSupportedInPak) in EncodeBrcUpdateKernel()
6822 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in Encode8x8BPakKernel()
7000 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in Encode8x8PBMbEncKernel()
7711 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in Encode2xScalingKernel()
7826 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in Encode32x32PuModeDecisionKernel()
8004 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in Encode32X32BIntraCheckKernel()
[all …]
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9_skl/codec/hal/
H A Dcodechal_fei_hevc_g9_skl.cpp2133 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in Encode2xScalingKernel()
2248 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in Encode32x32PuModeDecisionKernel()
2439 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in Encode16x16SadPuComputationKernel()
2581 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in Encode16x16PuModeDecisionKernel()
2839 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in Encode8x8PUKernel()
3098 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in Encode8x8PUFMODEKernel()
3318 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in Encode32X32BIntraCheckKernel()
3499 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in Encode8x8BPakKernel()
3683 if (m_firstTaskInPhase || !m_singleTaskPhaseSupported) in Encode8x8PBMbEncKernel()
5760 m_firstTaskInPhase = true; in EncodeKernelFunctions()
[all …]
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/Xe_M/Xe_HPM/codec/hal/
H A Dcodechal_vdenc_vp9_xe_hpm.cpp1083 if (!m_singleTaskPhaseSupported || m_firstTaskInPhase) in ConstructPicStateBatchBuf()
1089 … requestFrameTracking = m_singleTaskPhaseSupported ? m_firstTaskInPhase : m_lastTaskInPhase; in ConstructPicStateBatchBuf()
1092 m_firstTaskInPhase = false; in ConstructPicStateBatchBuf()

12