[cvs] / xvidcore / src / encoder.h Repository:
ViewVC logotype

Diff of /xvidcore/src/encoder.h

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

revision 1.28, Mon Mar 22 22:36:23 2004 UTC revision 1.29, Fri Dec 9 04:45:35 2005 UTC
# Line 35  Line 35 
35   * Constants   * Constants
36   ****************************************************************************/   ****************************************************************************/
37    
38    /* lambda base exponential. 1<<LAMBDA_EXP is the neutral lambda */
39    #define LAMBDA_EXP              6
40    
41  /*****************************************************************************  /*****************************************************************************
42   * Types   * Types
43   ****************************************************************************/   ****************************************************************************/
# Line 175  Line 178 
178    
179      int * temp_dquants;      int * temp_dquants;
180    
181        /* lambda */
182    
183        float * temp_lambda;
184    
185          /* images */          /* images */
186    
187          FRAMEINFO *current;          FRAMEINFO *current;

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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