Home
last modified time | relevance | path

Searched refs:table16 (Results 1 – 3 of 3) sorted by relevance

/external/dng_sdk/source/
Ddng_1d_table.cpp156 void dng_1d_table::Expand16 (uint16 *table16) const in Expand16()
173 table16 [j] = (uint16) (base + slope * fract); in Expand16()
Ddng_1d_table.h108 void Expand16 (uint16 *table16) const;
Ddng_lens_correction.cpp2274 uint16 *table16 = fGainTable->Buffer_uint16 (); in Prepare() local
2288 table16 [index] = (uint16) Round_uint32 (y); in Prepare()