Searched refs:PixarLogDecode (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_pixarlog.c594 static int PixarLogDecode(TIFF*, tidata_t, tsize_t, tsample_t);
703 PixarLogDecode(TIFF* tif, tidata_t op, tsize_t occ, tsample_t s) function
707 static const char module[] = "PixarLogDecode";
816 "PixarLogDecode: unsupported bits/sample: %d",
1324 tif->tif_decoderow = PixarLogDecode;
1325 tif->tif_decodestrip = PixarLogDecode;
1326 tif->tif_decodetile = PixarLogDecode;
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/tiff/
H A DtiffPixar.c706 static int PixarLogDecode( function
714 static const char module[] = "PixarLogDecode";
811 "PixarLogDecode: unsupported bits/sample: %d",
1344 tif->tif_decoderow = PixarLogDecode;
1345 tif->tif_decodestrip = PixarLogDecode;
1346 tif->tif_decodetile = PixarLogDecode;

Completed in 202 milliseconds