Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2pdf.c3650 uint16 component_count=0; in t2p_sample_realize_palette() local
3656 component_count=t2p->tiff_samplesperpixel; in t2p_sample_realize_palette()
3659 palette_offset=buffer[i-1] * component_count; in t2p_sample_realize_palette()
3660 sample_offset= (i-1) * component_count; in t2p_sample_realize_palette()
3661 for(j=0;j<component_count;j++){ in t2p_sample_realize_palette()