view Meerwald/coeff.h @ 17:824d192e5614

bug fix; mse minimization still missing
author pmeerw@pan
date Thu, 29 Jan 2009 18:28:05 +0100
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

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.