--- trunk/xvidcore/src/prediction/mbprediction.h 2002/04/24 12:21:43 135 +++ trunk/xvidcore/src/prediction/mbprediction.h 2002/04/25 06:55:00 136 @@ -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,