Home
last modified time | relevance | path

Searched refs:ROWS_PER_STRIPE (Results 1 – 2 of 2) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/test-data/itu/fax/
H A Dgenerate_striped_pages.c58 #define ROWS_PER_STRIPE 37 macro
77 TIFFSetField(tiff_file, TIFFTAG_ROWSPERSTRIP, (int32_t) ROWS_PER_STRIPE); in main()
111 image_size = IMAGE_WIDTH*ROWS_PER_STRIPE/8; in main()
114 for (i = 0; i*ROWS_PER_STRIPE < IMAGE_LENGTH; i++) in main()
116 if (IMAGE_LENGTH > (i + 1)*ROWS_PER_STRIPE) in main()
117 image_size = IMAGE_WIDTH*ROWS_PER_STRIPE/8; in main()
119 image_size = IMAGE_WIDTH*(IMAGE_LENGTH - i*ROWS_PER_STRIPE)/8; in main()
/dports/comms/spandsp/spandsp-284fe91/test-data/itu/fax/
H A Dgenerate_striped_pages.c58 #define ROWS_PER_STRIPE 37 macro
77 TIFFSetField(tiff_file, TIFFTAG_ROWSPERSTRIP, (int32_t) ROWS_PER_STRIPE); in main()
111 image_size = IMAGE_WIDTH*ROWS_PER_STRIPE/8; in main()
114 for (i = 0; i*ROWS_PER_STRIPE < IMAGE_LENGTH; i++) in main()
116 if (IMAGE_LENGTH > (i + 1)*ROWS_PER_STRIPE) in main()
117 image_size = IMAGE_WIDTH*ROWS_PER_STRIPE/8; in main()
119 image_size = IMAGE_WIDTH*(IMAGE_LENGTH - i*ROWS_PER_STRIPE)/8; in main()