Searched refs:cell (Results 1 – 1 of 1) sorted by relevance
717 register C_cell *cell; in map_colortable() local728 cell = *(ColorCells + in map_colortable()732 if (cell == NULL ) in map_colortable()733 cell = create_colorcell( in map_colortable()740 j = cell->entries[i][0]; in map_colortable()852 register C_cell *cell; in quant_fsdither() local854 cell = *(ColorCells + in quant_fsdither()858 if (cell == NULL) in quant_fsdither()859 cell = create_colorcell(red, in quant_fsdither()862 for (ci = 0; ci < cell->num_ents && dist > cell->entries[ci][1]; ++ci) { in quant_fsdither()[all …]