Searched defs:gamma_16_table (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngrtran.c | 1280 png_ptr->gamma_to_1, png_ptr->gamma_16_table, 1296 png_ptr->gamma_table, png_ptr->gamma_16_table, 3279 * is 16, use gamma_16_table and gamma_shift. Build these with 3284 png_bytep gamma_table, png_uint_16pp gamma_16_table, 3297 (row_info->bit_depth == 16 && gamma_16_table != NULL))) 3323 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp]; 3327 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp]; 3331 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp]; 3360 png_uint_16 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp]; 3364 v = gamma_16_table[*(s 3283 png_do_gamma(png_row_infop row_info, png_bytep row, png_bytep gamma_table, png_uint_16pp gamma_16_table, int gamma_shift) argument [all...] |
H A D | png.h | 1188 png_uint_16pp gamma_16_table; /* gamma table for 16-bit depth files */ member in struct:png_struct_def 3229 png_bytep gamma_table, png_uint_16pp gamma_16_table,
|
Completed in 6690 milliseconds