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

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

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

revision 1.8.2.2, Thu Dec 19 00:41:02 2002 UTC revision 1.8.2.3, Wed Feb 12 11:44:57 2003 UTC
# Line 79  Line 79 
79  TRANSFER_16TO8COPY transfer_16to8copy_ia64;  TRANSFER_16TO8COPY transfer_16to8copy_ia64;
80    
81  /*****************************************************************************  /*****************************************************************************
82   * transfer8to16 + substraction op API   * transfer8to16 + substraction *writeback* op API
83   ****************************************************************************/   ****************************************************************************/
84    
85  typedef void (TRANSFER_8TO16SUB) (int16_t * const dct,  typedef void (TRANSFER_8TO16SUB) (int16_t * const dct,
# Line 99  Line 99 
99  TRANSFER_8TO16SUB transfer_8to16sub_ia64;  TRANSFER_8TO16SUB transfer_8to16sub_ia64;
100    
101  /*****************************************************************************  /*****************************************************************************
102     * transfer8to16 + substraction *readonly* op API
103     ****************************************************************************/
104    
105    typedef void (TRANSFER_8TO16SUBRO) (int16_t * const dct,
106                                                                      const uint8_t * const cur,
107                                                                      const uint8_t * ref,
108                                                                      const uint32_t stride);
109    
110    typedef TRANSFER_8TO16SUBRO *TRANSFER_8TO16SUBRO_PTR;
111    
112    /* Our global function pointer - Initialized in xvid.c */
113    extern TRANSFER_8TO16SUBRO_PTR transfer_8to16subro;
114    
115    /* Implemented functions */
116    TRANSFER_8TO16SUBRO transfer_8to16subro_c;
117    TRANSFER_8TO16SUBRO transfer_8to16subro_mmx;
118    TRANSFER_8TO16SUBRO transfer_8to16subro_3dne;
119    
120    /*****************************************************************************
121   * transfer8to16 + substraction op API - Bidirectionnal Version   * transfer8to16 + substraction op API - Bidirectionnal Version
122   ****************************************************************************/   ****************************************************************************/
123    

Legend:
Removed from v.1.8.2.2  
changed lines
  Added in v.1.8.2.3

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