[svn] / trunk / vfw / src / codec.h Repository:
ViewVC logotype

Diff of /trunk/vfw/src/codec.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 94, Sat Mar 30 23:53:58 2002 UTC revision 532, Tue Sep 24 14:25:42 2002 UTC
# Line 91  Line 91 
91    
92  typedef struct  typedef struct
93  {  {
94            HANDLE hints;
95          HANDLE stats1;          HANDLE stats1;
96          HANDLE stats2;          HANDLE stats2;
97    
98            void * hintstream;
99    
100          int bytes1;          int bytes1;
101          int bytes2;          int bytes2;
102          int desired_bytes2;          int desired_bytes2;
103    
104            int keyframe_locations[20480];
105            int max_framesize;
106            int minpsize, minisize;
107          double movie_curve;          double movie_curve;
108          double credits_start_curve;          double credits_start_curve;
109          double credits_end_curve;          double credits_end_curve;
# Line 111  Line 117 
117          double alt_curve_high_diff;          double alt_curve_high_diff;
118          double alt_curve_mid_qual;          double alt_curve_mid_qual;
119          double alt_curve_qual_dev;          double alt_curve_qual_dev;
120          int overflow;          int overflow, KF_idx, KFoverflow, KFoverflow_partial;
121            int quant_count[32];
122    
123          NNSTATS nns1;          NNSTATS nns1;
124          NNSTATS nns2;          NNSTATS nns2;
# Line 155  Line 162 
162  LRESULT decompress_end(CODEC *);  LRESULT decompress_end(CODEC *);
163  LRESULT decompress(CODEC *, ICDECOMPRESS *);  LRESULT decompress(CODEC *, ICDECOMPRESS *);
164    
 int codec_2pass_init(CODEC *);  
165  int codec_get_quant(CODEC *, XVID_ENC_FRAME *);  int codec_get_quant(CODEC *, XVID_ENC_FRAME *);
 int codec_2pass_get_quant(CODEC *, XVID_ENC_FRAME *);  
 int codec_2pass_update(CODEC *, XVID_ENC_FRAME *, XVID_ENC_STATS *);  
166  int codec_is_in_credits(CONFIG *, int);  int codec_is_in_credits(CONFIG *, int);
167  int codec_get_vbr_quant(CONFIG *, int);  int codec_get_vbr_quant(CONFIG *, int);
168    
169    // added by Koepi for greyscale credits
170    int check_greyscale_mode(CONFIG *, XVID_ENC_FRAME* , int);
171    // end of koepi's additions
172    
173  #endif /* _CODEC_H_ */  #endif /* _CODEC_H_ */

Legend:
Removed from v.94  
changed lines
  Added in v.532

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4