Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_lens_correction.cpp2244 dng_1d_table table32; in Prepare() local
2246 table32.Initialize (allocator, in Prepare()
2252 const real64 maxScale = Max_real32 (table32.Interpolate (0.0f), in Prepare()
2253 table32.Interpolate (1.0f)); in Prepare()
2286 real32 y = table32.Interpolate (x) * scale1; in Prepare()
Ddng_negative.cpp4403 dng_1d_table table32; in dng_encode_proxy_task() local
4405 table32.Initialize (host.Allocator (), gamma); in dng_encode_proxy_task()
4409 table32.Expand16 (fTable16 [plane]->Buffer_uint16 ()); in dng_encode_proxy_task()