ref: 1a1b78e9c58a1811bc92792a2a9022f70a258f93
parent: dd93aa90b2b719aa2413cb5d7a7af2fc79cb591a
author: Martin Storsjö <[email protected]>
date: Tue Feb 18 07:39:00 EST 2014
Remove unnecessary declarations of static functions These functions don't need to be declared in advance at all.
--- a/codec/encoder/core/inc/md.h
+++ b/codec/encoder/core/inc/md.h
@@ -111,9 +111,6 @@
} SMeRefinePointer;
-static void md_intra_init (sWelsEncCtx* pEncCtx, SWelsMD* pWelsMd, SMB* pCurMb);
-static void md_inter_init (sWelsEncCtx* pEncCtx, SWelsMD* pWelsMd, SMB* pCurMb);
-
void FillNeighborCacheIntra (SMbCache* pMbCache, SMB* pCurMb, int32_t iMbWidth/*, bool constrained_intra_pred_flag*/);
void FillNeighborCacheInterWithoutBGD (SMbCache* pMbCache, SMB* pCurMb, int32_t iMbWidth,
int8_t* pVaaBgMbFlag); //BGD spatial func