~ubuntu-branches/ubuntu/karmic/zsnes/karmic

« back to all changes in this revision

Viewing changes to src/jma/rcdefs.h

  • Committer: Bazaar Package Importer
  • Author(s): Joshua Kwan
  • Date: 2007-06-04 21:46:47 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070604214647-j5zowa8vplkug0yj
Tags: 1.510-1
* New upstream release - all patches merged. closes: #380734, #419270
* Add a .desktop file, thanks Nicholas Wheeler. closes: #367942
* Include a ton of documentation that ships with the tarball.
  closes: #392143 

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
This library is free software; you can redistribute it and/or
6
6
modify it under the terms of the GNU Lesser General Public
7
 
License as published by the Free Software Foundation; either
8
 
version 2.1 of the License, or (at your option) any later version.
 
7
License version 2.1 as published by the Free Software Foundation.
9
8
 
10
9
This library is distributed in the hope that it will be useful,
11
10
but WITHOUT ANY WARRANTY; without even the implied warranty of
25
24
 
26
25
#define RC_INIT_VAR                            \
27
26
  UINT32 aRange = aRangeDecoder->m_Range;      \
28
 
  UINT32 aCode = aRangeDecoder->m_Code;        
 
27
  UINT32 aCode = aRangeDecoder->m_Code;
29
28
 
30
29
#define RC_FLUSH_VAR                          \
31
30
  aRangeDecoder->m_Range = aRange;            \
56
55
    }}                                                             \
57
56
    RC_NORMALIZE
58
57
 
59
 
#define RC_GETBIT(aNumMoveBits, aProb, aModelIndex) RC_GETBIT2(aNumMoveBits, aProb, aModelIndex, ; , ;)               
 
58
#define RC_GETBIT(aNumMoveBits, aProb, aModelIndex) RC_GETBIT2(aNumMoveBits, aProb, aModelIndex, ; , ;)
60
59
 
61
60
#endif