Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_lens_correction.cpp1034 const uint32 negPlanes = negative.ColorChannels (); in dng_filter_warp() local
1036 DNG_ASSERT (negPlanes >= 1, "Too few planes." ); in dng_filter_warp()
1037 DNG_ASSERT (negPlanes <= kMaxColorPlanes, "Too many planes."); in dng_filter_warp()
1039 (void) negPlanes; in dng_filter_warp()