Searched refs:negPlanes (Results 1 – 1 of 1) sorted by relevance
1034 const uint32 negPlanes = negative.ColorChannels (); in dng_filter_warp() local1036 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()