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

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

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

revision 1585, Sun Dec 19 14:05:55 2004 UTC revision 1586, Wed Jan 5 23:02:15 2005 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: mbfunctions.h,v 1.19 2004-03-22 22:36:24 edgomez Exp $   * $Id: mbfunctions.h,v 1.20 2005-01-05 23:02:15 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 66  Line 66 
66    
67  /* field test implementations */  /* field test implementations */
68  MBFIELDTEST MBFieldTest_c;  MBFIELDTEST MBFieldTest_c;
69    
70    #ifdef ARCH_IS_IA32
71  MBFIELDTEST MBFieldTest_mmx;  MBFIELDTEST MBFieldTest_mmx;
72    #endif
73    
74    #ifdef ARCH_IS_X86_64
75    MBFIELDTEST MBFieldTest_x86_64;
76    #endif
77    
78  void MBFrameToField(int16_t data[6 * 64]);      /* de-interlace vertical Y blocks */  void MBFrameToField(int16_t data[6 * 64]);      /* de-interlace vertical Y blocks */
79    

Legend:
Removed from v.1585  
changed lines
  Added in v.1586

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