megapixels/quickdebayer.h

5 lines
142 B
C
Raw Normal View History

#include <stdint.h>
2020-10-07 01:51:38 +02:00
void quick_debayer_bggr8(const uint8_t *source, uint8_t *destination, int width, int height, int skip, int blacklevel);