Searched refs:ColorCells (Results 1 – 1 of 1) sorted by relevance
93 C_cell **ColorCells; variable239 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()