# | Line 65 | Line 65 | static __inline void interpolate8x8_swit | |
---|---|---|
65 | break; | |
66 | } | |
67 | } | |
68 | + | |
69 | + | |
70 | + | void interpolate8x8_c(uint8_t * const dst, |
71 | + | const uint8_t * const src, |
72 | + | const uint32_t x, const uint32_t y, |
73 | + | const uint32_t stride); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |