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

Diff of /trunk/xvidcore/src/encoder.h

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

revision 1382, Mon Mar 22 22:36:25 2004 UTC revision 1677, Thu Jan 19 22:25:23 2006 UTC
# Line 20  Line 20 
20   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22   *   *
23   * $Id: encoder.h,v 1.28 2004-03-22 22:36:23 edgomez Exp $   * $Id: encoder.h,v 1.30 2006-01-19 22:25:18 Isibaar Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# 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 110  Line 113 
113          int mblks;          int mblks;
114          int ublks;          int ublks;
115          int gblks;          int gblks;
116            int iMVBits;
117  } Statistics;  } Statistics;
118    
119    
# Line 175  Line 179 
179    
180      int * temp_dquants;      int * temp_dquants;
181    
182        /* lambda */
183    
184        float * temp_lambda;
185    
186          /* images */          /* images */
187    
188          FRAMEINFO *current;          FRAMEINFO *current;

Legend:
Removed from v.1382  
changed lines
  Added in v.1677

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