Lines Matching refs:gamma_table
114 uint8_t gamma_table[4096];
714 ss->gamma_table[i] = *((SANE_Int *) v + i);
720 ss->gamma_table[i * 2] = *((SANE_Int *) v + i);
721 ss->gamma_table[i * 2 + 1] = *((uint8_t *)((SANE_Int *) v + i) + 1);
725 /* PDBG (pixma_hexdump (4, ss->gamma_table, table_size * byte_cnt)); */
732 *((SANE_Int *) v + i) = ss->gamma_table[i];
738 *((SANE_Int *) v + i) = ss->gamma_table[i * 2];
739 *((uint8_t *)((SANE_Int *) v + i) + 1) = ss->gamma_table[i * 2 + 1];
747 ss->gamma_table, table_size);
748 /* PDBG (pixma_hexdump (4, ss->gamma_table, table_size * byte_cnt)); */
825 ss->gamma_table, table_size);
826 /* PDBG (pixma_hexdump (4, ss->gamma_table,
901 pixma_dbg (level, " gamma=%f gamma_table=%p source=%d\n", sp->gamma,
902 (void *) sp->gamma_table, sp->source);
948 sp->gamma_table = ss->gamma_table;