[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.1, Sun Apr 27 19:47:30 2003 UTC revision 1.11.2.3, Mon Jun 9 01:17:45 2003 UTC
# Line 46  Line 46 
46  static __inline void  static __inline void
47  MBSkip(Bitstream * bs)  MBSkip(Bitstream * bs)
48  {  {
49          BitstreamPutBit(bs, 1); // not coded          BitstreamPutBit(bs, 1); /* not coded */
50  }  }
51    
52    
# Line 57  Line 57 
57  int CodeCoeffIntra_CalcBits(const int16_t qcoeff[64], const uint16_t * zigzag);  int CodeCoeffIntra_CalcBits(const int16_t qcoeff[64], const uint16_t * zigzag);
58  #endif  #endif
59    
 int  
 dct_quantize_trellis_inter_h263_c (int16_t *qcoeff, const int16_t *data, int quant);  
 int  
 dct_quantize_trellis_inter_mpeg_c (int16_t *qcoeff, const int16_t *data, int quant);  
   
   
60  #endif                                                  /* _MB_CODING_H_ */  #endif                                                  /* _MB_CODING_H_ */

Legend:
Removed from v.1.11.2.1  
changed lines
  Added in v.1.11.2.3

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