Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenccli_error_metrics.cpp146 unsigned int xsize2 = img2->dim_x; in compute_error_metrics() local
201 data8[(4 * xsize2 * y) + (4 * x )], in compute_error_metrics()
202 data8[(4 * xsize2 * y) + (4 * x + 1)], in compute_error_metrics()
203 data8[(4 * xsize2 * y) + (4 * x + 2)], in compute_error_metrics()
204 data8[(4 * xsize2 * y) + (4 * x + 3)]); in compute_error_metrics()
213 data16[(4 * xsize2 * y) + (4 * x )], in compute_error_metrics()
214 data16[(4 * xsize2 * y) + (4 * x + 1)], in compute_error_metrics()
215 data16[(4 * xsize2 * y) + (4 * x + 2)], in compute_error_metrics()
216 data16[(4 * xsize2 * y) + (4 * x + 3)]); in compute_error_metrics()
227 data32[(4 * xsize2 * in compute_error_metrics()
[all...]
/third_party/cups-filters/filter/
H A 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()
H A 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()

Completed in 7 milliseconds