Mercurial > hg > wm
diff Meerwald/coeff.h @ 0:be303a3f5ea8
import
author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
---|---|
date | Sun, 12 Aug 2007 13:14:34 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Meerwald/coeff.h Sun Aug 12 13:14:34 2007 +0200 @@ -0,0 +1,12 @@ +#ifndef COEFF_H +#define COEFF_H + +#include "wm.h" + +double **alloc_coeffs(int cols, int rows); +double **alloc_coeffs_8x8(); +void free_coeffs(double **coeffs); +void print_coeffs_8x8(double **coeffs); +void print_coeffs(double **coeffs, int c, int r, int w, int h); + +#endif