#include <xvid.h>
Data Fields | |
int | general |
[in] | |
int | motion |
[in] | |
void * | bitstream |
[out] | |
int | length |
[out] | |
void * | image |
[in] | |
int | colorspace |
[in] | |
unsigned char * | quant_intra_matrix |
[in] | |
unsigned char * | quant_inter_matrix |
[in] | |
int | quant |
[in] | |
int | intra |
[in/out] | |
HINTINFO | hint |
[in/out] |
|
[out] Output MPEG4 bitstream buffer pointer |
|
[in] input frame colorspace |
|
[in] Sets general options flag (See Flags for XVID_ENC_FRAME.general) |
|
[in/out] mv hint information |
|
[in] Input frame |
|
[in/out]
|
|
[out] Output MPEG4 bitstream length (bytes) |
|
[in] Sets Motion Estimation options |
|
[in] Frame quantizer :
|
|
[in] Custom inter quantization matrix |
|
[in] Custom intra quantization matrix |
Author : XviD team <xvid-devel@xvid.org> | Date : 2003-07-28 |