Lines Matching defs:level
84 int level, orientation, x, y;
91 for(level=0; level<s.spatial_decomposition_count; level++){
92 for(orientation=level ? 1 : 0; orientation<4; orientation++){
93 int w= width >> (s.spatial_decomposition_count-level);
94 int h= height >> (s.spatial_decomposition_count-level);
95 int stride= width << (s.spatial_decomposition_count-level);
109 if(FFABS(width/2-x)<9 && FFABS(height/2-y)<9 && level==2) printf("%8"PRId64" ", d);
111 if(FFABS(height/2-y)<9 && level==2) printf("\n");
114 errors[level][orientation]= error;
120 for(level=0; level<s.spatial_decomposition_count; level++){
123 printf("%8"PRId64",", errors[level][orientation]/g);