Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_lens_correction.cpp2047 , fGainTable () in dng_opcode_FixVignetteRadial()
2079 , fGainTable () in dng_opcode_FixVignetteRadial()
2272 fGainTable.Reset (allocator.Allocate (tableEntries * (uint32) sizeof (uint16))); in Prepare()
2274 uint16 *table16 = fGainTable->Buffer_uint16 (); in Prepare()
2337 fGainTable->Buffer_uint16 ()); in ProcessArea()
Ddng_lens_correction.h593 AutoPtr<dng_memory_block> fGainTable; variable