Searched refs:xsize2 (Results 1 – 3 of 3) sorted by relevance
/third_party/astc-encoder/Source/ |
D | astcenccli_error_metrics.cpp | 151 unsigned int xsize2 = img2->dim_x; in compute_error_metrics() local 206 data8[(4 * xsize2 * y) + (4 * x )], in compute_error_metrics() 207 data8[(4 * xsize2 * y) + (4 * x + 1)], in compute_error_metrics() 208 data8[(4 * xsize2 * y) + (4 * x + 2)], in compute_error_metrics() 209 data8[(4 * xsize2 * y) + (4 * x + 3)]); in compute_error_metrics() 218 data16[(4 * xsize2 * y) + (4 * x )], in compute_error_metrics() 219 data16[(4 * xsize2 * y) + (4 * x + 1)], in compute_error_metrics() 220 data16[(4 * xsize2 * y) + (4 * x + 2)], in compute_error_metrics() 221 data16[(4 * xsize2 * y) + (4 * x + 3)]); in compute_error_metrics() 232 data32[(4 * xsize2 * y) + (4 * x )], in compute_error_metrics() [all …]
|
/third_party/cups-filters/filter/ |
D | imagetopdf.c | 131 xsize2, variable 1291 xsize2 = yprint * zoom; in main() 1292 ysize2 = xsize2 * cupsImageGetHeight(img) / cupsImageGetWidth(img) / aspect; in main() 1297 xsize2 = ysize2 * cupsImageGetWidth(img) * aspect / cupsImageGetHeight(img); in main() 1301 fprintf(stderr, "DEBUG: Landscape size is %.2f x %.2f inches\n", xsize2, ysize2); in main() 1313 if ((xsize * ysize) < (xsize2 * xsize2)) in main() 1322 xinches = xsize2; in main() 1344 xinches = xsize2; in main()
|
D | imagetoraster.c | 145 xsize2, in main() local 985 xsize2 = yprint * zoom; in main() 986 ysize2 = xsize2 * img->ysize / img->xsize / aspect; in main() 991 xsize2 = ysize2 * img->xsize * aspect / img->ysize; in main() 995 fprintf(stderr, "DEBUG: Landscape size is %.2f x %.2f inches\n", xsize2, ysize2); in main() 1007 if ((xsize * ysize) < (xsize2 * ysize2)) in main() 1016 xinches = xsize2; in main() 1038 xinches = xsize2; in main()
|