[cvs] / xvidcore / src / motion / sad.c Repository:
ViewVC logotype

Diff of /xvidcore/src/motion/sad.c

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

revision 1.17, Sun Nov 28 15:18:21 2010 UTC revision 1.18, Tue Dec 28 19:19:43 2010 UTC
# Line 402  Line 402 
402  /* Sums all pixels of 8x8 block */  /* Sums all pixels of 8x8 block */
403    
404  uint32_t  uint32_t
405  blocksum8_c(const int8_t * cur, int stride, uint16_t sums[4], uint32_t squares[4])  blocksum8_c(const uint8_t * cur, int stride, uint16_t sums[4], uint32_t squares[4])
406  {  {
407          int i, j;          int i, j;
408          uint32_t sum = 0;          uint32_t sum = 0;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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