Initial
This commit is contained in:
11
proto/source/ASMUTIL.HPP
Normal file
11
proto/source/ASMUTIL.HPP
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _PROTO_ASMUTIL_HPP_
|
||||
#define _PROTO_ASMUTIL_HPP_
|
||||
|
||||
class RGB888;
|
||||
|
||||
extern "C"
|
||||
{
|
||||
resampleClipRow(RGB888 *lpIn,RGB888 *lpOut,DWORD inLen,DWORD outLen,DWORD outClamp);
|
||||
resampleClipCol(RGB888 *lpIn,RGB888 *lpOut,DWORD inLen,DWORD inWidth,DWORD outLen,DWORD outWidth,DWORD outClamp);
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user