Exemplo n.º 1
0
void HQ3x(const _u8 *srcPtr, _u32 srcPitch, _u8 *dstPtr, _u32 dstPitch, int width, int height) {
	hq3x_16(srcPtr, dstPtr, width, height, srcPitch, dstPitch);
}
Exemplo n.º 2
0
void HQ3x(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int height) {
	hq3x_16(srcPtr, dstPtr, width, height, srcPitch, dstPitch);
}