Home
last modified time | relevance | path

Searched refs:xsize2 (Results 1 – 3 of 3) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenccli_error_metrics.cpp151 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/
Dimagetopdf.c131 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()
Dimagetoraster.c145 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()