Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_linearization_info.cpp109 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()
Ddng_tag_types.cpp43 case ttFloat: in TagTypeSize()
Ddng_tag_types.h37 ttFloat, enumerator
Ddng_misc_opcodes.cpp570 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()
Ddng_pixel_buffer.h474 ASSERT_PIXEL_TYPE (ttFloat);
491 ASSERT_PIXEL_TYPE (ttFloat);
592 DNG_ASSERT (fPixelType == ttFloat, "Mismatched pixel type"); in SetConstant_real32()
Ddng_pixel_buffer.cpp681 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()
Ddng_gain_map.h186 return ttFloat; in BufferPixelType()
Ddng_resample.cpp572 fSrcPixelType = ttFloat; in dng_resample_task()
573 fDstPixelType = ttFloat; in dng_resample_task()
717 if (fSrcPixelType == ttFloat) in ProcessArea()
Ddng_negative.cpp1586 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 …]
Ddng_preview.cpp497 if (preview.fImage->PixelType () == ttFloat) in dng_raw_preview_tag_set()
552 if (fImage->PixelType () == ttFloat) in AddTagSet()
Ddng_utils.cpp727 DNG_ASSERT (srcImage.PixelType () == ttFloat, "Floating point image expected"); in LimitFloatBitDepth()
728 DNG_ASSERT (dstImage.PixelType () == ttFloat, "Floating point image expected"); in LimitFloatBitDepth()
Ddng_image.h384 DNG_ASSERT (fPixelType == ttFloat, "Mismatched pixel type"); in SetConstant_real32()
Ddng_render.cpp800 fSrcPixelType = ttFloat; in dng_render_task()
801 fDstPixelType = ttFloat; in dng_render_task()
Ddng_shared.cpp584 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()
Ddng_read_image.cpp1228 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()
Ddng_lens_correction.h612 return ttFloat; in BufferPixelType()
Ddng_image_writer.cpp354 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()
Ddng_gain_map.cpp270 ComputeBufferSize (ttFloat, fPoints, fPlanes, pad16Bytes))); in dng_gain_map()
Ddng_lens_correction.cpp1028 fSrcPixelType = ttFloat; in dng_filter_warp()
1029 fDstPixelType = ttFloat; in dng_filter_warp()
2181 if (bufferPixelType != ttFloat) in Prepare()
Ddng_stream.cpp1088 case ttFloat: in TagValue_real64()
Ddng_parse_utils.cpp591 { ttFloat, "Float" }, in LookupTagType()
2023 case ttFloat: in DumpTagValues()
Ddng_ifd.cpp4171 return ttFloat; in PixelType()