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

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

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

revision 1.13, Mon Jun 17 12:23:32 2002 UTC revision 1.17, Thu Sep 26 00:33:00 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 Benjamin Lambert <foxer@hotmail.com>
7     *
8     *  This program is an implementation of a part of one or more MPEG-4
9     *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending
10     *  to use this software module in hardware or software products are
11     *  advised that its use may infringe existing patents or copyrights, and
12     *  any such use would be at such party's own risk.  The original
13     *  developer of this software module and his/her company, and subsequent
14     *  editors and their companies, will have no liability for use of this
15     *  software or modifications or derivatives thereof.
16     *
17   *  This program is free software ; you can redistribute it and/or modify   *  This program is free software ; you can redistribute it and/or modify
18   *  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
19   *  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 28 
28   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
29   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
30   *   *
  ****************************************************************************/  
 /*****************************************************************************  
  *  
  *  History  
  *  
  *  - Mon Jun 17 13:04:15 2002 Added legal header  
  *  
31   *  $Id$   *  $Id$
32   *   *
33   ****************************************************************************/   ****************************************************************************/
34    
   
 /* For the fabs function */  
35  #include <math.h>  #include <math.h>
   
36  #include "ratecontrol.h"  #include "ratecontrol.h"
37    
38  /*****************************************************************************  /*****************************************************************************
# Line 131  Line 132 
132                                           (double) rate_control->framerate) *                                           (double) rate_control->framerate) *
133                                          (double) rate_control->frames));                                          (double) rate_control->frames));
134    
135          DEBUGCBR((int32_t) (rate_control->frames - 1), rate_control->rtn_quant,          DPRINTF(DPRINTF_DEBUG, "CBR: frame: %i, quant: %i, deviation: %i\n",
136                            (int32_t) (rate_control->frames - 1), rate_control->rtn_quant,
137                           (int32_t) deviation);                           (int32_t) deviation);
138    
139          if (rate_control->rtn_quant >= 2) {          if (rate_control->rtn_quant >= 2) {

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.17

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