Mercurial > hg > wm
comparison Meerwald-dir/coeff.h @ 24:9f20bce6184e v0.7
move directories, support netpbm 11
| author | Peter Meerwald-Stadler <pmeerw@pmeerw.net> |
|---|---|
| date | Fri, 20 Dec 2024 13:08:59 +0100 |
| parents | Meerwald/coeff.h@be303a3f5ea8 |
| children |
comparison
equal
deleted
inserted
replaced
| 23:71dd4b96221b | 24:9f20bce6184e |
|---|---|
| 1 #ifndef COEFF_H | |
| 2 #define COEFF_H | |
| 3 | |
| 4 #include "wm.h" | |
| 5 | |
| 6 double **alloc_coeffs(int cols, int rows); | |
| 7 double **alloc_coeffs_8x8(); | |
| 8 void free_coeffs(double **coeffs); | |
| 9 void print_coeffs_8x8(double **coeffs); | |
| 10 void print_coeffs(double **coeffs, int c, int r, int w, int h); | |
| 11 | |
| 12 #endif |
