--- interpolate8x8.h 2002/03/08 02:44:46 1.1 +++ interpolate8x8.h 2002/05/03 00:45:10 1.2 @@ -65,3 +65,9 @@ break; } } + + +void interpolate8x8_c(uint8_t * const dst, + const uint8_t * const src, + const uint32_t x, const uint32_t y, + const uint32_t stride);