| 323 | |
| 324 | |
| 325 | CWelsUpdateMbMapTask::CWelsUpdateMbMapTask (WelsCommon::IWelsTaskSink* pSink, sWelsEncCtx* pCtx, |
| 326 | const int32_t iSliceIdx): CWelsBaseTask (pSink) { |
| 327 | m_pCtx = pCtx; |
| 328 | m_iSliceIdx = iSliceIdx; |
| 329 | } |
| 330 | |
| 331 | CWelsUpdateMbMapTask::~CWelsUpdateMbMapTask() { |
| 332 | } |
nothing calls this directly
no outgoing calls
no test coverage detected