Initial
This commit is contained in:
14
boneyard/ASMUTIL.HPP
Normal file
14
boneyard/ASMUTIL.HPP
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _BONEYARD_ASMUTIL_HPP_
|
||||
#define _BONEYARD_ASMUTIL_HPP_
|
||||
|
||||
class RGB888;
|
||||
class ImageInfo;
|
||||
|
||||
extern "C"
|
||||
{
|
||||
resampleClipRow(RGB888 *lpIn,RGB888 *lpOut,DWORD inLen,DWORD outLen);
|
||||
resampleClipCol(RGB888 *lpIn,RGB888 *lpOut,DWORD inLen,DWORD inWidth,DWORD outLen,DWORD outWidth);
|
||||
setAt(ImageInfo *pImageInfo);
|
||||
copyBGRRGB(void *pRGB,void *pBGR,int items,int output_components);
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user