[cvs] / xvidcore / src / bitstream / mbcoding.h Repository:
ViewVC logotype

Diff of /xvidcore/src/bitstream/mbcoding.h

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

revision 1.11.2.4, Mon Jun 9 13:52:20 2003 UTC revision 1.11.2.5, Wed Sep 10 22:18:59 2003 UTC
# Line 80  Line 80 
80  int CodeCoeff_CalcBits(const int16_t qcoeff[64], VLC * table, const uint16_t * zigzag, uint16_t intra);  int CodeCoeff_CalcBits(const int16_t qcoeff[64], VLC * table, const uint16_t * zigzag, uint16_t intra);
81  #else  #else
82  int CodeCoeffIntra_CalcBits(const int16_t qcoeff[64], const uint16_t * zigzag);  int CodeCoeffIntra_CalcBits(const int16_t qcoeff[64], const uint16_t * zigzag);
83    int CodeCoeffInter_CalcBits(const int16_t qcoeff[64], const uint16_t * zigzag);
84  #endif  #endif
85    
86  #endif                                                  /* _MB_CODING_H_ */  #endif                                                  /* _MB_CODING_H_ */

Legend:
Removed from v.1.11.2.4  
changed lines
  Added in v.1.11.2.5

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