Searched refs:C_LEN (Results 1 – 1 of 1) sorted by relevance
71 #define C_LEN (1L<<C_DEPTH) /* # cells/color to use */ macro239 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()654 if (tmp < (MAX_COLOR/C_LEN/2)) in create_colorcell()655 tmp = MAX_COLOR/C_LEN-1 - tmp; in create_colorcell()658 if (tmp < (MAX_COLOR/C_LEN/2)) in create_colorcell()659 tmp = MAX_COLOR/C_LEN-1 - tmp; in create_colorcell()662 if (tmp < (MAX_COLOR/C_LEN/2)) in create_colorcell()663 tmp = MAX_COLOR/C_LEN-1 - tmp; in create_colorcell()[all …]