source: trunk/JPGPROC/source/gbmsrc/gbmscale.h@ 2

Last change on this file since 2 was 2, checked in by stevenhl, 8 years ago

Import sources from cwmm-full.zip dated 2005-03-21

File size: 205 bytes
Line 
1/*
2
3gbmscale.h - Interface to scaling code
4
5*/
6
7#ifndef GBMSCALE_H
8#define GBMSCALE_H
9
10extern GBM_ERR gbm_simple_scale(
11 const byte *s, int sw, int sh,
12 byte *d, int dw, int dh,
13 int bpp
14 );
15
16#endif
Note: See TracBrowser for help on using the repository browser.