Reorganization, replacing CPU debayering entirely

This commit is contained in:
Benjamin Schaaf
2021-04-18 23:13:56 +10:00
parent 337526e9b9
commit 91817b167a
48 changed files with 571 additions and 1657 deletions

1
src/matrix.h Normal file
View File

@@ -0,0 +1 @@
void multiply_matrices(float a[9], float b[9], float out[9]);