comparison snow.c @ 6168:27f4e3175dac libavcodec

Remove unused variables in test code.
author diego
date Tue, 22 Jan 2008 23:47:59 +0000
parents ecaf5226e9b0
children b329d2bf8ff5
comparison
equal deleted inserted replaced
6167:0ae80d7e989a 6168:27f4e3175dac
4881 printf("},\n"); 4881 printf("},\n");
4882 } 4882 }
4883 printf("};\n"); 4883 printf("};\n");
4884 { 4884 {
4885 int level=2; 4885 int level=2;
4886 int orientation=3;
4887 int w= width >> (s.spatial_decomposition_count-level); 4886 int w= width >> (s.spatial_decomposition_count-level);
4888 int h= height >> (s.spatial_decomposition_count-level); 4887 //int h= height >> (s.spatial_decomposition_count-level);
4889 int stride= width << (s.spatial_decomposition_count-level); 4888 int stride= width << (s.spatial_decomposition_count-level);
4890 DWTELEM *buf= buffer[0]; 4889 DWTELEM *buf= buffer[0];
4891 int64_t error=0; 4890 int64_t error=0;
4892 4891
4893 buf+=w; 4892 buf+=w;