| 106 | |
| 107 | |
| 108 | CWelsPreProcess::CWelsPreProcess (sWelsEncCtx* pEncCtx) { |
| 109 | m_pInterfaceVp = NULL; |
| 110 | m_bInitDone = false; |
| 111 | m_pEncCtx = pEncCtx; |
| 112 | memset (&m_sScaledPicture, 0, sizeof (m_sScaledPicture)); |
| 113 | memset (m_pSpatialPic, 0, sizeof (m_pSpatialPic)); |
| 114 | memset (m_uiSpatialLayersInTemporal, 0, sizeof (m_uiSpatialLayersInTemporal)); |
| 115 | memset (m_uiSpatialPicNum, 0, sizeof (m_uiSpatialPicNum)); |
| 116 | } |
| 117 | |
| 118 | CWelsPreProcess::~CWelsPreProcess() { |
| 119 | FreeScaledPic (&m_sScaledPicture, m_pEncCtx->pMemAlign); |
nothing calls this directly
no outgoing calls
no test coverage detected