[svn] / trunk / xvidcore / src / motion / sad.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/motion/sad.h

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

revision 1927, Tue Dec 28 16:34:55 2010 UTC revision 1928, Tue Dec 28 19:19:57 2010 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.25 2010-11-28 15:18:21 Isibaar Exp $   * $Id: sad.h,v 1.26 2010-12-28 19:19:43 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 201  Line 201 
201  coeff8_energyFunc coeff8_energy_sse2;  coeff8_energyFunc coeff8_energy_sse2;
202  #endif  #endif
203    
204  typedef uint32_t (blocksum8Func)(const int8_t * cur, int stride,  typedef uint32_t (blocksum8Func)(const uint8_t * cur, int stride,
205                                                                   uint16_t sums[4], uint32_t squares[4]);                                                                   uint16_t sums[4], uint32_t squares[4]);
206  typedef blocksum8Func *blocksum8Func_Ptr;  typedef blocksum8Func *blocksum8Func_Ptr;
207  extern blocksum8Func_Ptr blocksum8;  extern blocksum8Func_Ptr blocksum8;

Legend:
Removed from v.1927  
changed lines
  Added in v.1928

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