[svn] / branches / dev-api-4 / xvidcore / src / utils / mbfunctions.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/utils/mbfunctions.h

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

revision 983, Sat Apr 12 06:58:50 2003 UTC revision 984, Sun Apr 13 16:18:09 2003 UTC
# Line 52  Line 52 
52    
53    
54  void MBTransQuantIntra(const MBParam * const pParam,  void MBTransQuantIntra(const MBParam * const pParam,
55                                          FRAMEINFO * const frame,                                          const FRAMEINFO * const frame,
56                                          MACROBLOCK * const pMB,                                          MACROBLOCK * const pMB,
57                                          const uint32_t x_pos,   /* <-- The x position of the MB to be searched */                                          const uint32_t x_pos,   /* <-- The x position of the MB to be searched */
58                                          const uint32_t y_pos,   /* <-- The y position of the MB to be searched */                                          const uint32_t y_pos,   /* <-- The y position of the MB to be searched */
# Line 60  Line 60 
60                                          int16_t qcoeff[6 * 64]);        /* <-> the quantized DCT coefficients */                                          int16_t qcoeff[6 * 64]);        /* <-> the quantized DCT coefficients */
61    
62  uint8_t MBTransQuantInter(const MBParam * const pParam,  uint8_t MBTransQuantInter(const MBParam * const pParam,
63                                                  FRAMEINFO * const frame,                                                  const FRAMEINFO * const frame,
64                                                  MACROBLOCK * const pMB,                                                  MACROBLOCK * const pMB,
65                                                  const uint32_t x_pos,                                                  const uint32_t x_pos,
66                                                  const uint32_t y_pos,                                                  const uint32_t y_pos,

Legend:
Removed from v.983  
changed lines
  Added in v.984

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