Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_matrix.h42 real64 fData [kMaxColorPlanes] [kMaxColorPlanes];
165 real64 fData [kMaxColorPlanes];
Ddng_lens_correction.h294 dng_vector fRadParams [kMaxColorPlanes];
295 dng_vector fTanParams [kMaxColorPlanes];
402 dng_vector fRadParams [kMaxColorPlanes];
Ddng_matrix.cpp42 if (rows < 1 || rows > kMaxColorPlanes || in dng_matrix()
43 cols < 1 || cols > kMaxColorPlanes) in dng_matrix()
431 if (count < 1 || count > kMaxColorPlanes) in dng_vector()
930 real64 temp [kMaxColorPlanes] [kMaxColorPlanes * 2]; in InvertNbyN()
Ddng_sdk_limits.h48 const uint32 kMaxColorPlanes = kMaxSamplesPerPixel; variable
Ddng_lens_correction.cpp56 DNG_ASSERT (planes <= kMaxColorPlanes, "Too many planes."); in dng_warp_params()
154 if (fPlanes < 1 || fPlanes > kMaxColorPlanes) in IsValid()
304 for (uint32 plane = 0; plane < kMaxColorPlanes; plane++) in dng_warp_params_rectilinear()
724 for (uint32 plane = 0; plane < kMaxColorPlanes; plane++) in dng_warp_params_fisheye()
1037 DNG_ASSERT (negPlanes <= kMaxColorPlanes, "Too many planes."); in dng_filter_warp()
1548 fWarpParams.fPlanes > kMaxColorPlanes) in dng_opcode_WarpRectilinear()
1738 fWarpParams.fPlanes > kMaxColorPlanes) in dng_opcode_WarpFisheye()
2188 DNG_ASSERT (imagePlanes >= 1 && imagePlanes <= kMaxColorPlanes, in Prepare()
2191 if (imagePlanes < 1 || imagePlanes > kMaxColorPlanes) in Prepare()
Ddng_mosaic_info.h54 uint8 fCFAPlaneColor [kMaxColorPlanes];
Ddng_preview.cpp456 uint32 fWhiteLevelData [kMaxColorPlanes];
500 for (uint32 j = 0; j < kMaxColorPlanes; j++) in dng_raw_preview_tag_set()
Ddng_shared.cpp169 fColorPlanes = Pin_uint32 (0, tagCount / 3, kMaxColorPlanes); in ParseTag()
216 fColorPlanes = Pin_uint32 (0, tagCount / 3, kMaxColorPlanes); in ParseTag()
1790 fCameraProfile.fColorPlanes = Pin_uint32 (0, tagCount, kMaxColorPlanes); in Parse_ifd0()
1843 fCameraProfile.fColorPlanes = Pin_uint32 (0, tagCount, kMaxColorPlanes); in Parse_ifd0()
2008 kMaxColorPlanes); in Parse_ifd0()
Ddng_image_writer.h478 dng_srational fEntry [kMaxColorPlanes *
479 kMaxColorPlanes];
1017 real64 fValues [2 * kMaxColorPlanes];
Ddng_ifd.h159 uint8 fCFAPlaneColor [kMaxColorPlanes];
Ddng_mosaic_info.cpp995 dng_bilinear_pattern fPattern [kMaxColorPlanes];
1240 uint32 total [kMaxColorPlanes]; in ProcessArea()
1241 uint32 count [kMaxColorPlanes]; in ProcessArea()
1558 bool contains [kMaxColorPlanes]; in IsSafeDownScale()
Ddng_ifd.cpp231 for (j = 0; j < kMaxColorPlanes; j++) in dng_ifd()
1402 if (!CheckTagCount (parentCode, tagCode, tagCount, 3, kMaxColorPlanes)) in ParseTag()
1407 for (j = 0; j < kMaxColorPlanes; j++) in ParseTag()
2636 uint32 count [kMaxColorPlanes]; in IsValidCFA()
Ddng_negative.cpp76 if (NumFunctions () == 0 || NumFunctions () > kMaxColorPlanes) in IsValid()
4347 AutoPtr<dng_memory_block> fTable16 [kMaxColorPlanes];
4480 real64 black [kMaxColorPlanes]; in EncodeRawProxy()
4481 real64 white [kMaxColorPlanes]; in EncodeRawProxy()
Ddng_linearization_info.cpp965 AutoPtr<dng_linearize_plane> fPlaneTask [kMaxColorPlanes];
Ddng_image_writer.cpp1972 uint8 fCFAPlaneColorData [kMaxColorPlanes];
2652 DNG_REQUIRE (profile.NumFunctions () <= kMaxColorPlanes, in tag_dng_noise_profile()