Home
last modified time | relevance | path

Searched refs:C_cell (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffmedian.c86 } C_cell; typedef
93 C_cell **ColorCells;
239 ColorCells = (C_cell **)_TIFFmalloc(C_LEN*C_LEN*C_LEN*sizeof (C_cell*)); in main()
240 _TIFFmemset(ColorCells, 0, C_LEN*C_LEN*C_LEN*sizeof (C_cell*)); in main()
625 static C_cell *
629 register C_cell *ptr; in create_colorcell()
636 ptr = (C_cell *)_TIFFmalloc(sizeof (C_cell)); in create_colorcell()
717 register C_cell *cell; in map_colortable()
852 register C_cell *cell; in quant_fsdither()