Parent Directory
|
Revision Log
|
Patch
revision 326, Sun Jul 21 23:34:08 2002 UTC | revision 329, Tue Jul 23 12:59:57 2002 UTC | |
---|---|---|
# | Line 42 | Line 42 |
42 | ||
43 | #define ABS(X) (((X)>0)?(X):-(X)) | #define ABS(X) (((X)>0)?(X):-(X)) |
44 | ||
45 | #define MRSAD16_CORRFACTOR 8 | |
46 | uint32_t | uint32_t |
47 | sad8FuncPtr sad8; | mrsad16_c(const uint8_t * const cur, |
48 | const uint8_t * const ref, | const uint8_t * const ref, |
sad16biFuncPtr sad8bi; // not really sad16, but no difference in prototype | ||
49 | const uint32_t stride, | const uint32_t stride, |
50 | const uint32_t best_sad) | const uint32_t best_sad) |
51 | { | { |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |