Lines Matching defs:table
451 /* Swap the palette around, and set up a table, if necessary */
476 * develop a translation table.
3277 /* If there is no overall correction the table will not be
4431 PNG_CONST png_bytep table = png_ptr->gamma_from_1;
4433 if (table != NULL)
4442 *row = table[*row];
4450 PNG_CONST png_uint_16pp table = png_ptr->gamma_16_from_1;
4453 if (table != NULL)
4465 v = table[*(row + 1) >> gamma_shift][*row];