Searched refs:dst (Results 1 – 4 of 4) sorted by relevance
83 dst=231 dst=$src232 dstdir=$dst250 dst=$dstarg252 case $dst in253 -*) dst=./$dst ;;258 if test -d "$dst"; then263 dstdir=$dst272 X"$dst" : 'X\(//\)$' \| \274 echo X"$dst" |[all …]
2723 uint8 *dst = out; in extractContigSamplesBytes() local3719 dst = out; in combineSeparateSamplesBytes()4243 dst = out; in combineSeparateTileSamplesBytes()4798 dst = obuf; in readSeparateStripsIntoBuffer()6305 dst = crop_buff; in extractCompositeRegions()6568 dst = crop_buff; in extractSeparateRegion()8659 dst = obuff; in reverseSamples8bits()8725 dst = obuff; in reverseSamples16bits()8800 dst = obuff; in reverseSamples24bits()8886 dst = obuff; in reverseSamples32bits()[all …]
432 unsigned char *src, *dst; in cvt_whole_image() local434 src = dst = (unsigned char *) raster; in cvt_whole_image()437 *(dst++) = *(src++); in cvt_whole_image()438 *(dst++) = *(src++); in cvt_whole_image()439 *(dst++) = *(src++); in cvt_whole_image()
1751 #define YCbCrtoRGB(dst, Y) { \ argument1754 dst = PACK(r, g, b); \