Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_lens_correction.cpp2045 , fTableOutputBits (0) in dng_opcode_FixVignetteRadial()
2077 , fTableOutputBits (0) in dng_opcode_FixVignetteRadial()
2261 fTableOutputBits = 15; in Prepare()
2263 while ((1 << fTableOutputBits) * maxScale > 65535.0) in Prepare()
2265 fTableOutputBits--; in Prepare()
2279 const real32 scale1 = 1.0f * (1 << fTableOutputBits); in Prepare()
2349 fTableOutputBits); in ProcessArea()
Ddng_lens_correction.h591 uint32 fTableOutputBits; variable