MCPcopy Create free account
hub / github.com/cisco/openh264 / WelsUpdateSpatialIdxMap

Function WelsUpdateSpatialIdxMap

codec/encoder/core/src/wels_preprocess.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73
74inline 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/***************************************************************************

Callers 1

SingleLayerPreprocessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected