| 619 | } |
| 620 | |
| 621 | SPicture* CWelsPreProcessVideo::GetCurrentOrigFrame (int32_t iDIdx) { |
| 622 | return m_pSpatialPic[iDIdx][GetCurPicPosition (iDIdx)]; |
| 623 | } |
| 624 | |
| 625 | int32_t CWelsPreProcess::DownsamplePadding (SPicture* pSrc, SPicture* pDstPic, int32_t iSrcWidth, int32_t iSrcHeight, |
| 626 | int32_t iShrinkWidth, int32_t iShrinkHeight, int32_t iTargetWidth, int32_t iTargetHeight, bool bForceCopy) { |
nothing calls this directly
no outgoing calls
no test coverage detected