[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.6, Fri Oct 3 13:47:00 2003 UTC revision 1.11.2.7, Fri Oct 3 16:57:55 2003 UTC
# Line 74  Line 74 
74          BitstreamPutBit(bs, 1); /* not coded */          BitstreamPutBit(bs, 1); /* not coded */
75  }  }
76    
   
 #ifdef BIGLUT  
 extern VLC *intra_table;  
 int CodeCoeff_CalcBits(const int16_t qcoeff[64], VLC * table, const uint16_t * zigzag, uint16_t intra);  
 #else  
77  int CodeCoeffIntra_CalcBits(const int16_t qcoeff[64], const uint16_t * zigzag);  int CodeCoeffIntra_CalcBits(const int16_t qcoeff[64], const uint16_t * zigzag);
78  int CodeCoeffInter_CalcBits(const int16_t qcoeff[64], const uint16_t * zigzag);  int CodeCoeffInter_CalcBits(const int16_t qcoeff[64], const uint16_t * zigzag);
 #endif  
79    
80  #endif                                                  /* _MB_CODING_H_ */  #endif                                                  /* _MB_CODING_H_ */

Legend:
Removed from v.1.11.2.6  
changed lines
  Added in v.1.11.2.7

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