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