--- mbcoding.h 2002/04/04 13:58:12 1.3 +++ mbcoding.h 2002/04/13 16:30:02 1.4 @@ -21,4 +21,11 @@ void get_intra_block(Bitstream * bs, int16_t * block, int direction, int coeff); void get_inter_block(Bitstream * bs, int16_t * block); +void MBCodingBVOP(const MACROBLOCK * mb, + const int16_t qcoeff[6*64], + const int16_t fcode, + const int16_t bcode, + Bitstream * bs, + Statistics * pStat); + #endif /* _MB_CODING_H_ */