Searched defs:expand16 (Results 1 - 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngvalid.c9221 int expand16; member in struct:gamma_display
9236 int use_input_precision, int scale16, int expand16,
9253 dp->expand16 = expand16;
9287 if (dp->expand16)
9291 png_error(pp, "expand16 (8 to 16 bit conversion) not supported");
10567 0 /*no scale16*/, 0 /*no expand16*/, 0 /*no background*/, 0 /*hence*/,
10841 * gamma correction in the expand16 case was done using 8-bit gamma
11877 else if (strcmp(*argv, "--expand16") == 0)
9234 gamma_display_init(gamma_display *dp, png_modifier *pm, png_uint_32 id, double file_gamma, double screen_gamma, png_byte sbit, int threshold_test, int use_input_precision, int scale16, int expand16, int do_background, const png_color_16 *pointer_to_the_background_color, double background_gamma) argument

Completed in 240 milliseconds