--- trunk/xvidcore/src/bitstream/mbcoding.h 2002/09/10 22:30:18 468 +++ trunk/xvidcore/src/bitstream/mbcoding.h 2002/09/10 22:52:13 469 @@ -21,12 +21,6 @@ int get_dc_size_lum(Bitstream * bs); int get_dc_size_chrom(Bitstream * bs); -int get_coeff(Bitstream * bs, - int *run, - int *last, - int intra, - int short_video_header); - void get_intra_block(Bitstream * bs, int16_t * block, int direction, @@ -34,12 +28,4 @@ void get_inter_block(Bitstream * bs, int16_t * block); - -void MBCodingBVOP(const MACROBLOCK * mb, - const int16_t qcoeff[6 * 64], - const int32_t fcode, - const int32_t bcode, - Bitstream * bs, - Statistics * pStat); - -#endif /* _MB_CODING_H_ */ +#endif /* _MB_CODING_H_ */