Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c8639 uint8 *ibuff, uint8 *obuff) in reverseSamples8bits() argument
8651 if ((ibuff == NULL) || (obuff == NULL)) in reverseSamples8bits()
8659 dst = obuff; in reverseSamples8bits()
8704 uint8 *ibuff, uint8 *obuff) in reverseSamples16bits() argument
8717 if ((ibuff == NULL) || (obuff == NULL)) in reverseSamples16bits()
8725 dst = obuff; in reverseSamples16bits()
8779 uint8 *ibuff, uint8 *obuff) in reverseSamples24bits() argument
8792 if ((ibuff == NULL) || (obuff == NULL)) in reverseSamples24bits()
8800 dst = obuff; in reverseSamples24bits()
8878 if ((ibuff == NULL) || (obuff == NULL)) in reverseSamples32bits()
[all …]