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.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/qemu/distrib/libpng-1.2.19/
H A Dpngrtran.c1379 png_ptr->gamma_to_1, png_ptr->gamma_16_table,
1395 png_ptr->gamma_table, png_ptr->gamma_16_table,
3378 * is 16, use gamma_16_table and gamma_shift. Build these with
3383 png_bytep gamma_table, png_uint_16pp gamma_16_table,
3396 (row_info->bit_depth == 16 && gamma_16_table != NULL)))
3422 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
3426 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
3430 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
3459 png_uint_16 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
3463 v = gamma_16_table[*(s
3382 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 Dpng.h1234 png_uint_16pp gamma_16_table; /* gamma table for 16-bit depth files */ member in struct:png_struct_def
3310 png_bytep gamma_table, png_uint_16pp gamma_16_table,

Completed in 474 milliseconds