Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2ps.c2839 Ascii85Encode(unsigned char* raw) in Ascii85Encode() argument
2844 word = (((raw[0]<<8)+raw[1])<<16) + (raw[2]<<8) + raw[3]; in Ascii85Encode()
H A Dtiffmedian.c802 #define GetComponent(raw, cshift, c) \ argument
804 cshift = raw; \
/libtiff-4.0.7/
H A DChangeLog1513 for testing jpeg in tiff image decoding including the "raw" decode interface.
2318 do_fancy_upsampling=FALSE in order to read raw data. Resolves
3479 * libtiff/tif_jpeg.c: strip size related bugfix in encode raw
3495 * libtiff/{tif_jpeg.c, tif_strip.c}: bugfix of tif_jpeg decode raw
5830 raw input page. Patch supplied by Julien Gaulmin. See
6056 New tool: raw2tiff --- raw images to TIFF converter. No manual page yet.
7009 * Set tif_rawdatasize to zero when freeing raw data buffer in
/libtiff-4.0.7/m4/
H A Dlibtool.m43901 # Check for command to grab the raw symbol name followed by C symbol from nm.
4006 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4009 # Write the raw and C identifiers.
4165 [Take the output of nm and produce a listing of raw symbols and C names])