comparison libvo/gl_common.h @ 22491:1f873be15855

forgotten lscale=2 part for gl_common.h
author reimar
date Sun, 11 Mar 2007 15:32:48 +0000
parents 2c1b7fe05973
children 3f0d00abc073
comparison
equal deleted inserted replaced
22490:0d0fb73c9ea1 22491:1f873be15855
237 #define YUV_CONVERSION_FRAGMENT_LOOKUP3D 6 237 #define YUV_CONVERSION_FRAGMENT_LOOKUP3D 6
238 //! use normal bilinear scaling for textures 238 //! use normal bilinear scaling for textures
239 #define YUV_SCALER_BILIN 0 239 #define YUV_SCALER_BILIN 0
240 //! use higher quality bicubic scaling for textures 240 //! use higher quality bicubic scaling for textures
241 #define YUV_SCALER_BICUB 1 241 #define YUV_SCALER_BICUB 1
242 //! use cubic scaling in X and normal linear scaling in Y direction
243 #define YUV_SCALER_BICUB_X 2
242 //! mask for conversion type 244 //! mask for conversion type
243 #define YUV_CONVERSION_MASK 0xF 245 #define YUV_CONVERSION_MASK 0xF
244 //! mask for scaler type 246 //! mask for scaler type
245 #define YUV_SCALER_MASK 0xF 247 #define YUV_SCALER_MASK 0xF
246 //! shift value for luminance scaler type 248 //! shift value for luminance scaler type