Searched refs:CWelsUpdateMbMapTask (Results 1 – 3 of 3) sorted by relevance
125 class CWelsUpdateMbMapTask : public CWelsBaseTask {127 …CWelsUpdateMbMapTask (WelsCommon::IWelsTaskSink* pSink, sWelsEncCtx* pCtx, const int32_t iSliceIdx…128 virtual ~CWelsUpdateMbMapTask();
325 CWelsUpdateMbMapTask::CWelsUpdateMbMapTask (WelsCommon::IWelsTaskSink* pSink, sWelsEncCtx* pCtx, in CWelsUpdateMbMapTask() function in WelsEnc::CWelsUpdateMbMapTask331 CWelsUpdateMbMapTask::~CWelsUpdateMbMapTask() { in ~CWelsUpdateMbMapTask()334 WelsErrorType CWelsUpdateMbMapTask::Execute() { in Execute()
151 pTask = WELS_NEW_OP (CWelsUpdateMbMapTask (this, pEncCtx, idx), CWelsUpdateMbMapTask); in CreateTasks()