Mercurial > hg > wm
view Meerwald/coeff.h @ 7:2b350281f8b0
fix number of bits written
| author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> | 
|---|---|
| date | Wed, 16 Apr 2008 15:55:52 +0200 | 
| parents | be303a3f5ea8 | 
| children | 
line wrap: on
 line source
#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
