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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngstruct.h193 png_uint_16pp gamma_16_table; /* gamma table for 16-bit depth files */ member in struct:png_struct_def
H A Dpngrtran.c3441 png_const_uint_16pp gamma_16 = png_ptr->gamma_16_table;
4143 * is 16, use gamma_16_table and gamma_shift. Build these with
4150 png_const_uint_16pp gamma_16_table = png_ptr->gamma_16_table; local
4160 (row_info->bit_depth == 16 && gamma_16_table != NULL)))
4187 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
4192 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
4197 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
4231 png_uint_16 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
4236 v = gamma_16_table[*(s
[all...]

Completed in 44 milliseconds