Searched refs:kMaxColorPlanes (Results 1 – 15 of 15) sorted by relevance
/external/dng_sdk/source/ |
D | dng_matrix.h | 42 real64 fData [kMaxColorPlanes] [kMaxColorPlanes]; 165 real64 fData [kMaxColorPlanes];
|
D | dng_lens_correction.h | 294 dng_vector fRadParams [kMaxColorPlanes]; 295 dng_vector fTanParams [kMaxColorPlanes]; 402 dng_vector fRadParams [kMaxColorPlanes];
|
D | dng_matrix.cpp | 42 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()
|
D | dng_sdk_limits.h | 48 const uint32 kMaxColorPlanes = kMaxSamplesPerPixel; variable
|
D | dng_lens_correction.cpp | 56 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()
|
D | dng_mosaic_info.h | 54 uint8 fCFAPlaneColor [kMaxColorPlanes];
|
D | dng_preview.cpp | 456 uint32 fWhiteLevelData [kMaxColorPlanes]; 500 for (uint32 j = 0; j < kMaxColorPlanes; j++) in dng_raw_preview_tag_set()
|
D | dng_shared.cpp | 169 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()
|
D | dng_image_writer.h | 478 dng_srational fEntry [kMaxColorPlanes * 479 kMaxColorPlanes]; 1017 real64 fValues [2 * kMaxColorPlanes];
|
D | dng_ifd.h | 159 uint8 fCFAPlaneColor [kMaxColorPlanes];
|
D | dng_mosaic_info.cpp | 995 dng_bilinear_pattern fPattern [kMaxColorPlanes]; 1240 uint32 total [kMaxColorPlanes]; in ProcessArea() 1241 uint32 count [kMaxColorPlanes]; in ProcessArea() 1558 bool contains [kMaxColorPlanes]; in IsSafeDownScale()
|
D | dng_ifd.cpp | 231 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()
|
D | dng_negative.cpp | 76 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()
|
D | dng_linearization_info.cpp | 965 AutoPtr<dng_linearize_plane> fPlaneTask [kMaxColorPlanes];
|
D | dng_image_writer.cpp | 1972 uint8 fCFAPlaneColorData [kMaxColorPlanes]; 2652 DNG_REQUIRE (profile.NumFunctions () <= kMaxColorPlanes, in tag_dng_noise_profile()
|