From 8227dc75b8e236f7f9629d1bc49fae0addee3def Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Fri, 28 Feb 2003 09:48:54 +0000 Subject: pdp config svn path=/trunk/externals/pdp/; revision=440 --- include/pdp_resample.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/pdp_resample.h') diff --git a/include/pdp_resample.h b/include/pdp_resample.h index cc77d04..2865cac 100644 --- a/include/pdp_resample.h +++ b/include/pdp_resample.h @@ -37,6 +37,12 @@ void pdp_resample_zoom_tiled_bilin(s16 *src_image, s16 *dst_image, s32 w, s32 h, +/* power of 2 resamplers */ +void pdp_resample_halve(s16 *src_image, s16 *dst_image, s32 src_w, s32 src_h); + + + + /* core routines */ //s32 pdp_resample_bilin(s16 *image, s32 width, s32 height, s32 virt_x, s32 virt_y); -- cgit v1.2.1