[cvs] / xvidcore / src / prediction / mbprediction.h Repository:
ViewVC logotype

Diff of /xvidcore/src/prediction/mbprediction.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1, Fri Mar 8 02:44:54 2002 UTC revision 1.2, Thu Mar 28 20:57:25 2002 UTC
# Line 17  Line 17 
17                    uint32_t x_pos,                /* <-- The x position of the MB to be searched */                    uint32_t x_pos,                /* <-- The x position of the MB to be searched */
18                    uint32_t y_pos,                /* <-- The y position of the MB to be searched */                    uint32_t y_pos,                /* <-- The y position of the MB to be searched */
19                    uint32_t x_dim,                /* <-- Number of macroblocks in a row */                    uint32_t x_dim,                /* <-- Number of macroblocks in a row */
20                    int16_t qcoeff[][64],          /* <-> The quantized DCT coefficients */                    int16_t *qcoeff,       /* <-> The quantized DCT coefficients */
21                    MACROBLOCK *MB_array           /* <-> the array of all the MB Infomations */                    MACROBLOCK *MB_array           /* <-> the array of all the MB Infomations */
22      );      );
23    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4