--- mbprediction.h 2002/03/28 20:57:25 1.2 +++ mbprediction.h 2002/04/25 06:55:00 1.3 @@ -13,12 +13,11 @@ #define MVequal(A,B) ( ((A).x)==((B).x) && ((A).y)==((B).y) ) -void MBPrediction(MBParam *pParam, /* <-- the parameter for ACDC and MV prediction */ +void MBPrediction(FRAMEINFO *frame, /* <-- the parameter for ACDC and MV prediction */ uint32_t x_pos, /* <-- The x position of the MB to be searched */ uint32_t y_pos, /* <-- The y position of the MB to be searched */ uint32_t x_dim, /* <-- Number of macroblocks in a row */ - int16_t *qcoeff, /* <-> The quantized DCT coefficients */ - MACROBLOCK *MB_array /* <-> the array of all the MB Infomations */ + int16_t *qcoeff /* <-> The quantized DCT coefficients */ ); void add_acdc(MACROBLOCK *pMB,