--- mbcoding.h 2002/09/26 01:54:54 1.8.2.2 +++ mbcoding.h 2002/09/10 22:52:13 1.9 @@ -21,34 +21,11 @@ int get_dc_size_lum(Bitstream * bs); int get_dc_size_chrom(Bitstream * bs); -static 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, int coeff); void get_inter_block(Bitstream * bs, - int16_t * block, - int direction); - - -void MBCodingBVOP(const MACROBLOCK * mb, - const int16_t qcoeff[6 * 64], - const int32_t fcode, - const int32_t bcode, - Bitstream * bs, - Statistics * pStat, - int alternate_scan); - - -static __inline void -MBSkip(Bitstream * bs) -{ - BitstreamPutBit(bs, 1); // not coded -} + int16_t * block); -#endif /* _MB_CODING_H_ */ +#endif /* _MB_CODING_H_ */