[svn] / branches / dev-api-4 / xvidcore / src / motion / sad.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/motion/sad.h

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

revision 1142, Wed Sep 10 22:19:00 2003 UTC revision 1205, Thu Nov 13 23:11:24 2003 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: sad.h,v 1.18.2.3 2003-09-10 22:19:00 edgomez Exp $   * $Id: sad.h,v 1.18.2.4 2003-11-13 23:11:24 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 147  Line 147 
147  dev16Func dev16_ia64;  dev16Func dev16_ia64;
148  #endif  #endif
149    
150    typedef uint32_t (sse8Func_16bit)(const int16_t * cur,
151                                                                      const int16_t * ref,
152                                                                      const uint32_t stride);
153    typedef sse8Func_16bit *sse8Func_16bitPtr;
154    extern sse8Func_16bitPtr sse8_16bit;
155    
156    sse8Func_16bit sse8_16bit_c;
157    #ifdef ARCH_IS_IA32
158    sse8Func_16bit sse8_16bit_mmx;
159    #endif
160    
161  #endif                                                  /* _ENCODER_SAD_H_ */  #endif                                                  /* _ENCODER_SAD_H_ */

Legend:
Removed from v.1142  
changed lines
  Added in v.1205

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