diff libvo/gl_common.h @ 18622:dd9a6e8005f3

Add bicubic texture scaling
author reimar
date Wed, 07 Jun 2006 14:07:32 +0000
parents 106a0c366002
children 5af43a16abc3
line wrap: on
line diff
--- a/libvo/gl_common.h	Wed Jun 07 13:39:06 2006 +0000
+++ b/libvo/gl_common.h	Wed Jun 07 14:07:32 2006 +0000
@@ -225,6 +225,8 @@
 #define YUV_CONVERSION_COMBINERS_ATI 5
 //! use normal bilinear scaling for textures
 #define YUV_SCALER_BILIN 0
+//! use higher quality bicubic scaling for textures
+#define YUV_SCALER_BICUB 1
 //! mask for conversion type
 #define YUV_CONVERSION_MASK 0xF
 //! mask for scaler type