28 |
* ToDo ? : when BFRAMES is defined, the API_VERSION should not |
* ToDo ? : when BFRAMES is defined, the API_VERSION should not |
29 |
* be the same (3.0 ?) |
* be the same (3.0 ?) |
30 |
* |
* |
31 |
* $Id: xvid.h,v 1.25 2003-02-15 15:22:17 edgomez Exp $ |
* $Id: xvid.h,v 1.26 2003-02-15 18:48:15 edgomez Exp $ |
32 |
* |
* |
33 |
*****************************************************************************/ |
*****************************************************************************/ |
34 |
|
|
286 |
#define XVID_ME_PMVFAST 0x00080000 |
#define XVID_ME_PMVFAST 0x00080000 |
287 |
#define XVID_ME_EPZS 0x00100000 |
#define XVID_ME_EPZS 0x00100000 |
288 |
|
|
289 |
|
#define XVID_CHROMAOPT 0x00200000 /* enable chroma optimization pre-filter */ |
290 |
|
|
291 |
#define XVID_GREYSCALE 0x01000000 /* enable greyscale only mode (even for */ |
#define XVID_GREYSCALE 0x01000000 /* enable greyscale only mode (even for */ |
292 |
/* color input material chroma is ignored) */ |
/* color input material chroma is ignored) */ |
293 |
|
|