Searched refs:raw (Results 1 – 4 of 4) sorted by relevance
2839 Ascii85Encode(unsigned char* raw) in Ascii85Encode() argument2844 word = (((raw[0]<<8)+raw[1])<<16) + (raw[2]<<8) + raw[3]; in Ascii85Encode()
802 #define GetComponent(raw, cshift, c) \ argument804 cshift = raw; \
1513 for testing jpeg in tiff image decoding including the "raw" decode interface.2318 do_fancy_upsampling=FALSE in order to read raw data. Resolves3479 * libtiff/tif_jpeg.c: strip size related bugfix in encode raw3495 * libtiff/{tif_jpeg.c, tif_strip.c}: bugfix of tif_jpeg decode raw5830 raw input page. Patch supplied by Julien Gaulmin. See6056 New tool: raw2tiff --- raw images to TIFF converter. No manual page yet.7009 * Set tif_rawdatasize to zero when freeing raw data buffer in
3901 # 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])