[svn] / branches / dev-api-4 / xvidcore / src / bitstream / mbcoding.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/bitstream/mbcoding.h

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

revision 886, Fri Feb 21 14:49:29 2003 UTC revision 995, Sun Apr 27 19:47:48 2003 UTC
# 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    
60    int
61    dct_quantize_trellis_inter_h263_c (int16_t *qcoeff, const int16_t *data, int quant);
62    int
63    dct_quantize_trellis_inter_mpeg_c (int16_t *qcoeff, const int16_t *data, int quant);
64    
65    
66  #endif                                                  /* _MB_CODING_H_ */  #endif                                                  /* _MB_CODING_H_ */

Legend:
Removed from v.886  
changed lines
  Added in v.995

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