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

Function InitFillNeighborCacheInterFunc

codec/encoder/core/src/md.cpp:374–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void InitFillNeighborCacheInterFunc (SWelsFuncPtrList* pFuncList, const int32_t kiFlag) {
375 pFuncList->pfFillInterNeighborCache = kiFlag ? FillNeighborCacheInterWithBGD : FillNeighborCacheInterWithoutBGD;
376}
377
378void UpdateMbMv_c (SMVUnitXY* pMvBuffer, const SMVUnitXY ksMv) {
379 int32_t k = 0;

Callers 1

InitFunctionPointersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected