[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 1794, Fri Nov 14 15:43:28 2008 UTC revision 1795, Wed Nov 26 01:04:34 2008 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.20 2005-01-05 23:02:15 edgomez Exp $   * $Id: mbfunctions.h,v 1.21 2008-11-26 01:04:34 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 67  Line 67 
67  /* field test implementations */  /* field test implementations */
68  MBFIELDTEST MBFieldTest_c;  MBFIELDTEST MBFieldTest_c;
69    
70  #ifdef ARCH_IS_IA32  #if defined(ARCH_IS_IA32) || defined(ARCH_IS_X86_64)
71  MBFIELDTEST MBFieldTest_mmx;  MBFIELDTEST MBFieldTest_mmx;
72  #endif  #endif
73    
 #ifdef ARCH_IS_X86_64  
 MBFIELDTEST MBFieldTest_x86_64;  
 #endif  
   
74  void MBFrameToField(int16_t data[6 * 64]);      /* de-interlace vertical Y blocks */  void MBFrameToField(int16_t data[6 * 64]);      /* de-interlace vertical Y blocks */
75    
76    

Legend:
Removed from v.1794  
changed lines
  Added in v.1795

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