/external/dng_sdk/source/ |
D | dng_linearization_info.cpp | 109 fSrcPixelType != ttFloat) in dng_linearize_plane() 119 fDstPixelType != ttFloat) in dng_linearize_plane() 128 if (fSrcPixelType == ttFloat && in dng_linearize_plane() 129 fDstPixelType != ttFloat) in dng_linearize_plane() 141 fDstPixelType == ttFloat); in dng_linearize_plane() 311 fSrcPixelType != ttFloat) in dng_linearize_plane() 485 if (fSrcPixelType == ttFloat) in Process() 875 if (fDstPixelType == ttFloat) in Process()
|
D | dng_tag_types.cpp | 43 case ttFloat: in TagTypeSize()
|
D | dng_tag_types.h | 37 ttFloat, enumerator
|
D | dng_misc_opcodes.cpp | 570 case ttFloat: in BufferPixelType() 603 return ttFloat; in BufferPixelType() 943 case ttFloat: in BufferPixelType() 965 return ttFloat; in BufferPixelType() 1149 case ttFloat: in BufferPixelType() 1171 return ttFloat; in BufferPixelType() 1351 return ttFloat; in BufferPixelType() 1528 return ttFloat; in BufferPixelType()
|
D | dng_pixel_buffer.h | 474 ASSERT_PIXEL_TYPE (ttFloat); 491 ASSERT_PIXEL_TYPE (ttFloat); 592 DNG_ASSERT (fPixelType == ttFloat, "Mismatched pixel type"); in SetConstant_real32()
|
D | dng_pixel_buffer.cpp | 681 case ttFloat: in SetZero() 896 case ttFloat: in CopyArea() 990 case ttFloat: in CopyArea() 1069 case ttFloat: in CopyArea() 1155 else if (src.fPixelType == ttFloat) in CopyArea() 1860 case ttFloat: in MaximumDifference()
|
D | dng_gain_map.h | 186 return ttFloat; in BufferPixelType()
|
D | dng_resample.cpp | 572 fSrcPixelType = ttFloat; in dng_resample_task() 573 fDstPixelType = ttFloat; in dng_resample_task() 717 if (fSrcPixelType == ttFloat) in ProcessArea()
|
D | dng_negative.cpp | 1586 if (RawImage ().PixelType () == ttFloat || RawTransparencyMask ()) in FindRawImageDigest() 2518 if (RawImage ().PixelType () == ttFloat) in WhiteLevel() 3643 if (fStage1Image->PixelType () == ttFloat) in ReadStage1Image() 3769 stage1.PixelType () == ttFloat) in DoBuildStage2() 3772 pixelType = ttFloat; in DoBuildStage2() 3800 if (fStage2Image->PixelType () == ttFloat) in NeedDefloatStage2() 3894 if (fStage1Image->PixelType () == ttFloat) in BuildStage2Image() 4667 fRawImage->PixelType () == ttFloat && in ConvertToProxy() 4804 if (Stage3Image ()->PixelType () == ttFloat) in ConvertToProxy() 4809 ttFloat)); in ConvertToProxy() [all …]
|
D | dng_preview.cpp | 497 if (preview.fImage->PixelType () == ttFloat) in dng_raw_preview_tag_set() 552 if (fImage->PixelType () == ttFloat) in AddTagSet()
|
D | dng_utils.cpp | 727 DNG_ASSERT (srcImage.PixelType () == ttFloat, "Floating point image expected"); in LimitFloatBitDepth() 728 DNG_ASSERT (dstImage.PixelType () == ttFloat, "Floating point image expected"); in LimitFloatBitDepth()
|
D | dng_image.h | 384 DNG_ASSERT (fPixelType == ttFloat, "Mismatched pixel type"); in SetConstant_real32()
|
D | dng_render.cpp | 800 fSrcPixelType = ttFloat; in dng_render_task() 801 fDstPixelType = ttFloat; in dng_render_task()
|
D | dng_shared.cpp | 584 if (!CheckTagType (parentCode, tagCode, tagType, ttFloat)) in ParseTag() 631 if (!CheckTagType (parentCode, tagCode, tagType, ttFloat)) in ParseTag() 753 if (!CheckTagType (parentCode, tagCode, tagType, ttFloat)) in ParseTag() 912 if (!CheckTagType (parentCode, tagCode, tagType, ttFloat)) in ParseTag()
|
D | dng_read_image.cpp | 1228 pixelType = ttFloat; in ReadUncompressed() 1244 pixelType = ttFloat; in ReadUncompressed() 2204 pixelType = ttFloat; in ReadTile() 2255 if (buffer.fPixelType == ttFloat) in ReadTile() 2434 if (buffer.fPixelType == ttFloat && buffer.fPixelSize == 2) in ReadTile() 2451 else if (buffer.fPixelType == ttFloat && buffer.fPixelSize == 3) in ReadTile()
|
D | dng_lens_correction.h | 612 return ttFloat; in BufferPixelType()
|
D | dng_image_writer.cpp | 354 case ttFloat: in Put() 2331 ttFloat, in profile_tag_set() 2336 ttFloat, in profile_tag_set() 2348 ttFloat, in profile_tag_set() 2364 ttFloat, in profile_tag_set() 5450 if (image.PixelType () == ttFloat) in WriteTIFFWithProfile() 5724 bool isFloatingPoint = (negative.RawImage ().PixelType () == ttFloat); in WriteDNG() 6045 case ttFloat: in WriteDNG() 6672 if (negative.RawTransparencyMask ()->PixelType () == ttFloat) in WriteDNG()
|
D | dng_gain_map.cpp | 270 ComputeBufferSize (ttFloat, fPoints, fPlanes, pad16Bytes))); in dng_gain_map()
|
D | dng_lens_correction.cpp | 1028 fSrcPixelType = ttFloat; in dng_filter_warp() 1029 fDstPixelType = ttFloat; in dng_filter_warp() 2181 if (bufferPixelType != ttFloat) in Prepare()
|
D | dng_stream.cpp | 1088 case ttFloat: in TagValue_real64()
|
D | dng_parse_utils.cpp | 591 { ttFloat, "Float" }, in LookupTagType() 2023 case ttFloat: in DumpTagValues()
|
D | dng_ifd.cpp | 4171 return ttFloat; in PixelType()
|