[cvs] / xvidcore / src / utils / mbfunctions.h Repository:
ViewVC logotype

Diff of /xvidcore/src/utils/mbfunctions.h

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

revision 1.9, Fri Aug 9 19:58:42 2002 UTC revision 1.10.2.1, Wed Sep 25 16:51:05 2002 UTC
# Line 106  Line 106 
106  uint8_t MBTransQuantInterBVOP(const MBParam * pParam,  uint8_t MBTransQuantInterBVOP(const MBParam * pParam,
107                                                    FRAMEINFO * frame,                                                    FRAMEINFO * frame,
108                                                    MACROBLOCK * pMB,                                                    MACROBLOCK * pMB,
                                                   const uint32_t x_pos,  
                                                   const uint32_t y_pos,  
109                                                    int16_t data[6 * 64],                                                    int16_t data[6 * 64],
110                                                    int16_t qcoeff[6 * 64]);                                                    int16_t qcoeff[6 * 64]);
111    
# Line 171  Line 169 
169  uint32_t MBDecideFieldDCT(int16_t data[6 * 64]);        /* <- decide whether to use field-based DCT  uint32_t MBDecideFieldDCT(int16_t data[6 * 64]);        /* <- decide whether to use field-based DCT
170                                                                                                             for interlacing */                                                                                                             for interlacing */
171    
172    typedef uint32_t (MBFIELDTEST) (int16_t data[6 * 64]);  /* function pointer for field test */
173    typedef MBFIELDTEST *MBFIELDTEST_PTR;
174    
175    /* global field test pointer for xvid.c */
176    extern MBFIELDTEST_PTR MBFieldTest;
177    
178    /* field test implementations */
179    MBFIELDTEST MBFieldTest_c;
180    MBFIELDTEST MBFieldTest_mmx;
181    
182  void MBFrameToField(int16_t data[6 * 64]);      /* de-interlace vertical Y blocks */  void MBFrameToField(int16_t data[6 * 64]);      /* de-interlace vertical Y blocks */
183    
184    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10.2.1

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