nmpp
iDeinterlace.h
1#include "nmpp.h"
2#include "nmpli.h"
3
4#ifdef __cplusplus
5 extern "C" {
6#endif
7
8
19void nmppiDeinterlaceSplit(nm8u* pSrcImg, int nSrcWidth, int nSrcHeight, nm8u* pDstEven, nm8u* pDstOdd);
20
28void nmppiDeinterlaceBlend(nm8u* pSrcEven, nm8u* pSrcOdd, int nSrcWidth, int nSrcHeight, nm8u* pDst);
29
31
32#ifdef __cplusplus
33 };
34#endif
void nmppiDeinterlaceBlend(nm8u *pSrcEven, nm8u *pSrcOdd, int nSrcWidth, int nSrcHeight, nm8u *pDst)
void nmppiDeinterlaceSplit(nm8u *pSrcImg, int nSrcWidth, int nSrcHeight, nm8u *pDstEven, nm8u *pDstOdd)
unsigned char nm8u
Definition: nmtype.h:448