| 72 | |
| 73 | |
| 74 | inline void WelsUpdateSpatialIdxMap (sWelsEncCtx* pEncCtx, const int32_t iPos, SPicture* const pPic, |
| 75 | const int32_t iDidx) { |
| 76 | pEncCtx->sSpatialIndexMap[iPos].pSrc = pPic; |
| 77 | pEncCtx->sSpatialIndexMap[iPos].iDid = iDidx; |
| 78 | } |
| 79 | |
| 80 | |
| 81 | /*************************************************************************** |
no outgoing calls
no test coverage detected