Home
last modified time | relevance | path

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

/libtiff-4.0.7/
H A DMakefile.in753 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
755 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
757 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
759 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
763 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
/libtiff-4.0.7/tools/
H A Dtiff2pdf.c3209 void* dc; in t2p_process_ojpeg_tables() local
3255 if(!TIFFGetField(input, TIFFTAG_JPEGDCTABLES, &dc_length, &dc)){ in t2p_process_ojpeg_tables()
3369 &(((unsigned char*)dc)[offset_table]), 16); in t2p_process_ojpeg_tables()
3378 &(((unsigned char*)dc)[offset_table]), code_count); in t2p_process_ojpeg_tables()