[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.10, Mon Aug 19 19:19:40 2002 UTC revision 1.10.2.2, Sat Oct 5 21:33:02 2002 UTC
# Line 54  Line 54 
54                                                    const uint32_t width,                                                    const uint32_t width,
55                                                    const uint32_t height,                                                    const uint32_t height,
56                                                    const uint32_t edged_width,                                                    const uint32_t edged_width,
57                                                      const uint32_t quarterpel,
58                                                    const uint32_t rounding);                                                    const uint32_t rounding);
59    
60    
# Line 169  Line 170 
170  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
171                                                                                                             for interlacing */                                                                                                             for interlacing */
172    
173    typedef uint32_t (MBFIELDTEST) (int16_t data[6 * 64]);  /* function pointer for field test */
174    typedef MBFIELDTEST *MBFIELDTEST_PTR;
175    
176    /* global field test pointer for xvid.c */
177    extern MBFIELDTEST_PTR MBFieldTest;
178    
179    /* field test implementations */
180    MBFIELDTEST MBFieldTest_c;
181    MBFIELDTEST MBFieldTest_mmx;
182    
183  void MBFrameToField(int16_t data[6 * 64]);      /* de-interlace vertical Y blocks */  void MBFrameToField(int16_t data[6 * 64]);      /* de-interlace vertical Y blocks */
184    
185    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.2.2

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