1 #ifndef QUICKTIME_DIVX_H
2 #define QUICKTIME_DIVX_H
11 unsigned char *work_buffer;
12 unsigned char *temp_frame;
14 int decode_initialized;
15 int encode_initialized;
18 long rc_period; // the intended rate control averaging period
19 long rc_reaction_period; // the reation period for rate control
20 long rc_reaction_ratio; // the ratio for down/up rate control
21 long max_key_interval; // the maximum interval between key frames
22 int max_quantizer; // the upper limit of the quantizer
23 int min_quantizer; // the lower limit of the quantizer
24 int search_range; // the forward search range for motion estimation
27 } quicktime_divx_codec_t;