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