Lines Matching refs:height
32 #define height 256
33 int buffer[2][width*height];
34 short obuffer[width*height];
53 for(i=0; i<width*height; i++)
56 ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
57 for(i=0; i<width*height; i++)
59 ff_spatial_idwt(obuffer, s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
61 for(i=0; i<width*height; i++)
69 for(i=0; i<width*height; i++)
72 ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
73 for(i=0; i<width*height; i++)
75 ff_spatial_idwt(obuffer, s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
77 for(i=0; i<width*height; i++)
94 int h= height >> (s.spatial_decomposition_count-level);
102 memset(obuffer, 0, sizeof(short)*width*height);
104 ff_spatial_idwt(obuffer, s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
105 for(y=0; y<height; y++){
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");
129 memset(buffer[0], 0, sizeof(int)*width*height);
130 for(y=0; y<height; y++){
136 ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
137 for(y=0; y<height; y++){
140 if(FFABS(width/2-x)<9 && FFABS(height/2-y)<9) printf("%8"PRId64" ", d);
142 if(FFABS(height/2-y)<9) printf("\n");