Searched refs:fTableOutputBits (Results 1 – 2 of 2) sorted by relevance
2045 , 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()
591 uint32 fTableOutputBits; variable