comparison postproc/swscale_internal.h @ 13373:6bd869a18d2c

passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags fixing the naming of the scaling functions a little
author michael
date Sat, 18 Sep 2004 00:08:17 +0000
parents 1d6892e87a2c
children 992960f68af0
comparison
equal deleted inserted replaced
13372:c537796e79b7 13373:6bd869a18d2c
52 int origDstFormat, origSrcFormat; ///< format 52 int origDstFormat, origSrcFormat; ///< format
53 int chrSrcHSubSample, chrSrcVSubSample; 53 int chrSrcHSubSample, chrSrcVSubSample;
54 int chrIntHSubSample, chrIntVSubSample; 54 int chrIntHSubSample, chrIntVSubSample;
55 int chrDstHSubSample, chrDstVSubSample; 55 int chrDstHSubSample, chrDstVSubSample;
56 int vChrDrop; 56 int vChrDrop;
57 double param[2];
57 58
58 int16_t **lumPixBuf; 59 int16_t **lumPixBuf;
59 int16_t **chrPixBuf; 60 int16_t **chrPixBuf;
60 int16_t *hLumFilter; 61 int16_t *hLumFilter;
61 int16_t *hLumFilterPos; 62 int16_t *hLumFilterPos;