/* This code implements an image compression scheme by estimating the */ /* current cell based on the neighbors values. It then stores the difference */ /* between the prediction and the actual value */ /* -- Submitted By: David Kolson (dkolson@ics.uci.edu) - 08 Dec 94 -- -- Verification Information: -- -- Verified By whom? Date Simulator -- -------- ------------ -------- ------------ -- Syntax yes Preeti R. Panda 17 Jan 95 - -- Functionality yes David Kolson ? - */ #define MAX 100 main () { int i, j; unsigned int a[MAX][MAX], prediction; for (i=0; i