| version 1.1, 2004/08/19 09:56:43 | version 1.2, 2008/06/02 20:07:30 | 
| Line 43  typedef struct { | Line 43  typedef struct { | 
 |  |  | 
 |  |  | 
 |  |  | 
| // ---- convert sub | /* convert sub */ | 
 |  |  | 
 | typedef void (*FNCNV)(RSZHDL hdl, UINT8 *dst, const UINT8 *src); | typedef void (*FNCNV)(RSZHDL hdl, UINT8 *dst, const UINT8 *src); | 
 |  |  | 
| Line 106  static const FNCNV cnvcpy[RSZFNMAX] = {c | Line 106  static const FNCNV cnvcpy[RSZFNMAX] = {c | 
 |  |  | 
 |  |  | 
 |  |  | 
| // ---- | /* ---- */ | 
 |  |  | 
 | #if defined(RESIZE_FASTCOPY) | #if defined(RESIZE_FASTCOPY) | 
 | static void fastcopyfunc(RSZHDL hdl, UINT type, UINT8 *dst, int dalign, | static void fastcopyfunc(RSZHDL hdl, UINT type, UINT8 *dst, int dalign, | 
| Line 142  static RSZHDL fastcopy(int width, int he | Line 142  static RSZHDL fastcopy(int width, int he | 
 | #endif | #endif | 
 |  |  | 
 |  |  | 
| // ---- area average | /* area average */ | 
 |  |  | 
 | #if defined(RESIZE_AREAAVG) | #if defined(RESIZE_AREAAVG) | 
 | static void aamix8(RSZEX hdl, const UINT8 *src, int volume) { | static void aamix8(RSZEX hdl, const UINT8 *src, int volume) { | 
| Line 407  static RSZHDL areaave(int width, int hei | Line 407  static RSZHDL areaave(int width, int hei | 
 | #endif | #endif | 
 |  |  | 
 |  |  | 
| // ---- | /* ---- */ | 
 |  |  | 
 | UINT resize_gettype(int dbpp, int sbpp) { | UINT resize_gettype(int dbpp, int sbpp) { | 
 |  |  |