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

/external/chromium_org/third_party/libpng/
H A Dpngrtran.c1466 png_ptr->gamma_to_1, png_ptr->gamma_16_table,
1482 png_ptr->gamma_table, png_ptr->gamma_16_table,
3501 * is 16, use gamma_16_table and gamma_shift. Build these with
3506 png_bytep gamma_table, png_uint_16pp gamma_16_table,
3520 (row_info->bit_depth == 16 && gamma_16_table != NULL)))
3546 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
3550 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
3554 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
3584 png_uint_16 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
3588 v = gamma_16_table[*(s
3505 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...]
/external/libpng/
H A Dpngrtran.c3095 if (png_ptr->gamma_16_table != NULL)
3096 w = png_ptr->gamma_16_table[(red&0xff)
3189 png_const_uint_16pp gamma_16 = png_ptr->gamma_16_table;
3919 * is 16, use gamma_16_table and gamma_shift. Build these with
3926 png_const_uint_16pp gamma_16_table = png_ptr->gamma_16_table; local
3936 (row_info->bit_depth == 16 && gamma_16_table != NULL)))
3963 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
3968 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
3973 v = gamma_16_table[*(s
[all...]
H A Dpngstruct.h337 png_uint_16pp gamma_16_table; /* gamma table for 16-bit depth files */ member in struct:png_struct_def
/external/qemu/distrib/libpng-1.2.46/
H A Dpngrtran.c1466 png_ptr->gamma_to_1, png_ptr->gamma_16_table,
1482 png_ptr->gamma_table, png_ptr->gamma_16_table,
3501 * is 16, use gamma_16_table and gamma_shift. Build these with
3506 png_bytep gamma_table, png_uint_16pp gamma_16_table,
3520 (row_info->bit_depth == 16 && gamma_16_table != NULL)))
3546 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
3550 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
3554 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
3584 png_uint_16 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
3588 v = gamma_16_table[*(s
3505 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...]

Completed in 1122 milliseconds