[cvs] / xvidcore / src / bitstream / cbp.c Repository:
ViewVC logotype

Diff of /xvidcore/src/bitstream/cbp.c

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

revision 1.10.2.2, Mon Jun 9 13:51:56 2003 UTC revision 1.12, Sun Mar 9 12:00:58 2003 UTC
# Line 1  Line 1 
 /*****************************************************************************  
  *  
  *  XVID MPEG-4 VIDEO CODEC  
  *  - CBP related function  -  
  *  
  *  Copyright(C) 2002-2003 Edouard Gomez <ed.gomez@free.fr>  
  *               2003      Christoph Lampert <gruel@web.de>  
  *  
  *  This program is free software ; you can redistribute it and/or modify  
  *  it under the terms of the GNU General Public License as published by  
  *  the Free Software Foundation ; either version 2 of the License, or  
  *  (at your option) any later version.  
  *  
  *  This program is distributed in the hope that it will be useful,  
  *  but WITHOUT ANY WARRANTY ; without even the implied warranty of  
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
  *  GNU General Public License for more details.  
  *  
  *  You should have received a copy of the GNU General Public License  
  *  along with this program ; if not, write to the Free Software  
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  
  *  
  * $Id$  
  *  
  ****************************************************************************/  
   
1  #include "../portab.h"  #include "../portab.h"
2  #include "cbp.h"  #include "cbp.h"
3    
# Line 94  Line 68 
68    
69    
70  /* older code maybe better on some plattforms? */  /* older code maybe better on some plattforms? */
71  #if 0  #if (0==1)
72          for (i = 5; i >= 0; i--) {          for (i = 5; i >= 0; i--) {
73                  if (codes[1] | codes[2] | codes[3])                  if (codes[1] | codes[2] | codes[3])
74                          cbp |= 1 << i;                          cbp |= 1 << i;

Legend:
Removed from v.1.10.2.2  
changed lines
  Added in v.1.12

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