Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffmedian.c93 C_cell **ColorCells; variable
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()
637 *(ColorCells + ir*C_LEN*C_LEN + ig*C_LEN + ib) = ptr; in create_colorcell()
728 cell = *(ColorCells + in map_colortable()
854 cell = *(ColorCells + in quant_fsdither()