nmpp
sCorrelation.h
1//------------------------------------------------------------------------
2//
3// $Workfile:: sConvolution. $
4//
5// Векторно-матричная библиотека
6//
7// Copyright (c) RC Module Inc.
8//
9// $Revision: 1.1 $ $Date: 2005/01/12 14:09:07 $
10//
19//------------------------------------------------------------------------
20
21#ifndef _SCONVOLUTION_H_INCLUDED_
22#define _SCONVOLUTION_H_INCLUDED_
23#include "nmtype.h"
24
25//*****************************************************************************
26
86void nmppsXCorr_32s_32s(nm32s* pSrcVec, int nSrcVecSize,nm32s* pKernel, int nKernelSize, nm32s* pDstVec, void* pTmpBuf);
87void nmppsXCorr_32s_16s32s(nm16s* pSrcVec, int nSrcVecSize,nm32s* pKernel, int nKernelSize, nm32s* pDstVec, void* pTmpBuf);
88void nmppsXCorr_32s_8s32s(nm8s* pSrcVec, int nSrcVecSize,nm32s* pKernel, int nKernelSize, nm32s* pDstVec, void* pTmpBuf);
90
91
92
93#endif
int nm32s
Definition: nmtype.h:292
short nm16s
Definition: nmtype.h:243
char nm8s
Definition: nmtype.h:167