[svn] / trunk / xvidcore / src / utils / ratecontrol.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/utils/ratecontrol.c

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

revision 221, Mon Jun 17 12:23:32 2002 UTC revision 522, Sun Sep 22 19:35:38 2002 UTC
# Line 3  Line 3 
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - Rate Controler module -   *  - Rate Controler module -
5   *   *
6     *  Copyright(C) 2002 Michael Militzer <isibaar@xvid.org>
7     *  Copyright(C) 2002 Daniel Smith <danielsmith@astroboymail.com>
8     *  Copyright(C) 2002 Dirk Knop <dknop@gwdg.de>
9     *
10     *  This program is an implementation of a part of one or more MPEG-4
11     *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending
12     *  to use this software module in hardware or software products are
13     *  advised that its use may infringe existing patents or copyrights, and
14     *  any such use would be at such party's own risk.  The original
15     *  developer of this software module and his/her company, and subsequent
16     *  editors and their companies, will have no liability for use of this
17     *  software or modifications or derivatives thereof.
18     *
19   *  This program is free software ; you can redistribute it and/or modify   *  This program is free software ; you can redistribute it and/or modify
20   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
21   *  the Free Software Foundation ; either version 2 of the License, or   *  the Free Software Foundation ; either version 2 of the License, or
# Line 17  Line 30 
30   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
31   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
32   *   *
33   ****************************************************************************/   * $Id: ratecontrol.c,v 1.16 2002-09-22 19:35:38 edgomez Exp $
 /*****************************************************************************  
  *  
  *  History  
  *  
  *  - Mon Jun 17 13:04:15 2002 Added legal header  
  *  
  *  $Id: ratecontrol.c,v 1.13 2002-06-17 12:23:32 edgomez Exp $  
34   *   *
35   ****************************************************************************/   ****************************************************************************/
36    
   
 /* For the fabs function */  
37  #include <math.h>  #include <math.h>
   
38  #include "ratecontrol.h"  #include "ratecontrol.h"
39    
40  /*****************************************************************************  /*****************************************************************************
# Line 131  Line 134 
134                                           (double) rate_control->framerate) *                                           (double) rate_control->framerate) *
135                                          (double) rate_control->frames));                                          (double) rate_control->frames));
136    
137          DEBUGCBR((int32_t) (rate_control->frames - 1), rate_control->rtn_quant,          DPRINTF(DPRINTF_DEBUG, "CBR: frame: %i, quant: %i, deviation: %i\n",
138                            (int32_t) (rate_control->frames - 1), rate_control->rtn_quant,
139                           (int32_t) deviation);                           (int32_t) deviation);
140    
141          if (rate_control->rtn_quant >= 2) {          if (rate_control->rtn_quant >= 2) {

Legend:
Removed from v.221  
changed lines
  Added in v.522

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