Home
last modified time | relevance | path

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

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libsrc/
H A Ddjencext.cc57 OFString& derivationDescription) const in createDerivationDescription()
63 derivationDescription = "Lossy compression with JPEG extended sequential "; in createDerivationDescription()
64 if (bitsPerSample > 8) derivationDescription += "12 bit"; else derivationDescription += "8 bit"; in createDerivationDescription()
65 derivationDescription += ", IJG quality factor "; in createDerivationDescription()
67 derivationDescription += buf; in createDerivationDescription()
68 derivationDescription += ", compression ratio "; in createDerivationDescription()
69 appendCompressionRatio(derivationDescription, ratio); in createDerivationDescription()
H A Ddjencsps.cc58 OFString& derivationDescription) const in createDerivationDescription()
64 derivationDescription = "Lossy compression with JPEG spectral selection "; in createDerivationDescription()
65 if (bitsPerSample > 8) derivationDescription += "12 bit"; else derivationDescription += "8 bit"; in createDerivationDescription()
66 derivationDescription += ", IJG quality factor "; in createDerivationDescription()
68 derivationDescription += buf; in createDerivationDescription()
69 derivationDescription += ", compression ratio "; in createDerivationDescription()
70 appendCompressionRatio(derivationDescription, ratio); in createDerivationDescription()
H A Ddjencpro.cc58 OFString& derivationDescription) const in createDerivationDescription()
64 derivationDescription = "Lossy compression with JPEG full progression "; in createDerivationDescription()
65 if (bitsPerSample > 8) derivationDescription += "12 bit"; else derivationDescription += "8 bit"; in createDerivationDescription()
66 derivationDescription += ", IJG quality factor "; in createDerivationDescription()
68 derivationDescription += buf; in createDerivationDescription()
69 derivationDescription += ", compression ratio "; in createDerivationDescription()
70 appendCompressionRatio(derivationDescription, ratio); in createDerivationDescription()
H A Ddjenclol.cc59 OFString& derivationDescription) const in createDerivationDescription()
66 derivationDescription = "Lossless JPEG compression, selection value "; in createDerivationDescription()
68 derivationDescription = "Pseudo-Lossless JPEG compression, selection value "; in createDerivationDescription()
70 derivationDescription += buf; in createDerivationDescription()
71 derivationDescription += ", point transform "; in createDerivationDescription()
73 derivationDescription += buf; in createDerivationDescription()
74 derivationDescription += ", compression ratio "; in createDerivationDescription()
75 appendCompressionRatio(derivationDescription, ratio); in createDerivationDescription()
H A Ddjencsv1.cc59 OFString& derivationDescription) const in createDerivationDescription()
66 derivationDescription = "Lossless JPEG compression, selection value 1, point transform "; in createDerivationDescription()
68 derivationDescription = "Pseudo-Lossless JPEG compression, selection value 1, point transform "; in createDerivationDescription()
70 derivationDescription += buf; in createDerivationDescription()
71 derivationDescription += ", compression ratio "; in createDerivationDescription()
72 appendCompressionRatio(derivationDescription, ratio); in createDerivationDescription()
H A Ddjencbas.cc57 OFString& derivationDescription) const in createDerivationDescription()
63 derivationDescription = "Lossy compression with JPEG baseline, IJG quality factor "; in createDerivationDescription()
65 derivationDescription += buf; in createDerivationDescription()
66 derivationDescription += ", compression ratio "; in createDerivationDescription()
67 appendCompressionRatio(derivationDescription, ratio); in createDerivationDescription()
H A Ddjcodece.cc809 OFString derivationDescription; in updateDerivationDescription() local
812 createDerivationDescription(toRepParam, cp, bitsPerSample, ratio, derivationDescription); in updateDerivationDescription()
818 derivationDescription += " ["; in updateDerivationDescription()
819 derivationDescription += oldDerivation; in updateDerivationDescription()
820 derivationDescription += "]"; in updateDerivationDescription()
821 if (derivationDescription.length() > 1024) in updateDerivationDescription()
824 derivationDescription.erase(1020); in updateDerivationDescription()
825 derivationDescription += "...]"; in updateDerivationDescription()
829 …OFCondition result = dataset->putAndInsertString(DCM_DerivationDescription, derivationDescription.… in updateDerivationDescription()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimage/libsrc/
H A Ddiquant.cc203 OFString derivationDescription(description); in updateDerivationDescription() local
209 derivationDescription += " ["; in updateDerivationDescription()
210 derivationDescription += oldDerivation; in updateDerivationDescription()
211 derivationDescription += "]"; in updateDerivationDescription()
212 if (derivationDescription.length() > 1024) in updateDerivationDescription()
215 derivationDescription.erase(1020); in updateDerivationDescription()
216 derivationDescription += "...]"; in updateDerivationDescription()
220 return dataset->putAndInsertString(DCM_DerivationDescription, derivationDescription.c_str()); in updateDerivationDescription()
H A Ddcmicmph.cc1189 …OFString derivationDescription = "Difference image between reference and lossy compressed test ima… in copyReferenceImageAttributes() local
1215 cond = diffImage->putAndInsertOFStringArray(DCM_DerivationDescription, derivationDescription); in copyReferenceImageAttributes()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/
H A Ddcrlecce.cc408 OFString derivationDescription = "Lossless RLE compression, compression ratio "; in updateDerivationDescription() local
410 derivationDescription += buf; in updateDerivationDescription()
416 derivationDescription += " ["; in updateDerivationDescription()
417 derivationDescription += oldDerivation; in updateDerivationDescription()
418 derivationDescription += "]"; in updateDerivationDescription()
419 if (derivationDescription.length() > 1024) in updateDerivationDescription()
422 derivationDescription.erase(1020); in updateDerivationDescription()
423 derivationDescription += "...]"; in updateDerivationDescription()
427 return dataset->putAndInsertString(DCM_DerivationDescription, derivationDescription.c_str()); in updateDerivationDescription()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimage/apps/
H A Ddcmscale.cc469 OFString derivationDescription; in main() local
480 derivationDescription = "Clipped rectangular image region"; in main()
536 derivationDescription = "Scaled rectangular image region"; in main()
538 derivationDescription = "Scaled image"; in main()
567 if (!derivationDescription.empty()) in main()
573 derivationDescription += " ["; in main()
574 derivationDescription += oldDerivation; in main()
575 derivationDescription += "]"; in main()
576 if (derivationDescription.length() > 1024) in main()
579 derivationDescription.erase(1020); in main()
[all …]
H A Ddcmquant.cc455 OFString derivationDescription; in main() local
460 derivationDescription, opt_largeType, opt_repType); in main()
466 …if (error.good()) error = DcmQuant::updateDerivationDescription(dataset, derivationDescription.c_s… in main()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpls/libsrc/
H A Ddjcodece.cc372 OFString derivationDescription; in updateDerivationDescription() local
375 derivationDescription = "near lossless JPEG-LS compression, factor "; in updateDerivationDescription()
377 derivationDescription += buf; in updateDerivationDescription()
379 derivationDescription += buf; in updateDerivationDescription()
385 derivationDescription += " ["; in updateDerivationDescription()
386 derivationDescription += oldDerivation; in updateDerivationDescription()
387 derivationDescription += "]"; in updateDerivationDescription()
388 if (derivationDescription.length() > 1024) in updateDerivationDescription()
391 derivationDescription.erase(1020); in updateDerivationDescription()
392 derivationDescription += "...]"; in updateDerivationDescription()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmfg/include/dcmtk/dcmfg/
H A Dfgderimg.h321 const OFString& derivationDescription,
369 const OFString& derivationDescription,
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmfg/libsrc/
H A Dfgderimg.cc54 const OFString& derivationDescription, in createMinimal() argument
63 result = group->addDerivationImageItem(derivationCode, derivationDescription, derivItem); in createMinimal()
178 const OFString& derivationDescription, in addDerivationImageItem() argument
191 result = item->setDerivationDescription(derivationDescription); in addDerivationImageItem()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/include/dcmtk/dcmjpeg/
H A Ddjenclol.h70 OFString& derivationDescription) const;
H A Ddjencpro.h70 OFString& derivationDescription) const;
H A Ddjencsps.h70 OFString& derivationDescription) const;
H A Ddjencsv1.h70 OFString& derivationDescription) const;
H A Ddjencbas.h70 OFString& derivationDescription) const;
H A Ddjencext.h70 OFString& derivationDescription) const;
H A Ddjcodece.h370 OFString& derivationDescription) const = 0;
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmseg/include/dcmtk/dcmseg/
H A Dsegdoc.h192 const OFString& derivationDescription);
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmseg/libsrc/
H A Dsegdoc.cc249 const OFString& derivationDescription) in createDerivationImageFG() argument
253 …return FGDerivationImage::createMinimal(derivationImages, derivationDescription, derivationCode, p… in createDerivationImageFG()
/dports/science/afni/afni-AFNI_21.3.16/src/crorden/dcm2niix_console/
H A Dnii_dicom.cpp5301 char derivationDescription[kDICOMStr]; local
5302 dcmStr(lLength, &buffer[lPos], derivationDescription); //strcasecmp, strcmp
5303 if (strcasecmp(derivationDescription, "MEDCOM_RESAMPLED") == 0)