Searched refs:XSIZE (Results 1 – 3 of 3) sorted by relevance
| /libtiff-4.0.7/test/ |
| H A D | test_arrays.c | 36 const unsigned char byte_array1[XSIZE * YSIZE]= 111 const unsigned char byte_array2[YSIZE * XSIZE] = 186 const unsigned char byte_array3[YSIZE * XSIZE] = 253 const float array_float1[YSIZE * XSIZE] = 374 const float array_float2[YSIZE * XSIZE] = 495 const double array_double1[YSIZE * XSIZE] = 662 const double array_double2[YSIZE * XSIZE] =
|
| H A D | strip_rw.c | 75 if (create_image_striped(filename, XSIZE * YSIZE, 1, rowsperstrip, in main() 82 if (read_image_striped(filename, XSIZE * YSIZE, 1, rowsperstrip, in main() 91 if (create_image_striped(filename, 1, XSIZE * YSIZE, rowsperstrip, in main() 98 if (read_image_striped(filename, 1, XSIZE * YSIZE, rowsperstrip, in main() 117 if (create_image_striped(filename, XSIZE, YSIZE, rowsperstrip, in main() 124 if (read_image_striped(filename, XSIZE, YSIZE, rowsperstrip, in main() 134 if (create_image_striped(filename, XSIZE, YSIZE, rowsperstrip, in main() 141 if (read_image_striped(filename, XSIZE, YSIZE, rowsperstrip, in main()
|
| H A D | test_arrays.h | 37 #define XSIZE 37 macro
|