--- mbcoding.h 2003/04/27 19:47:30 1.11.2.1 +++ mbcoding.h 2003/06/09 01:17:45 1.11.2.3 @@ -46,7 +46,7 @@ static __inline void MBSkip(Bitstream * bs) { - BitstreamPutBit(bs, 1); // not coded + BitstreamPutBit(bs, 1); /* not coded */ } @@ -57,10 +57,4 @@ int CodeCoeffIntra_CalcBits(const int16_t qcoeff[64], const uint16_t * zigzag); #endif -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); - - #endif /* _MB_CODING_H_ */