megapixels/quickdebayer.h

5 lines
125 B
C

#include <stdint.h>
int quick_debayer_bggr8(const uint8_t *source, uint8_t *destination, int width, int height, int skip);