Searched refs:fScale_buffer (Results 1 – 1 of 1) sorted by relevance
51 AutoPtr<dng_memory_block> fScale_buffer; member in dng_linearize_plane92 , fScale_buffer () in dng_linearize_plane()336 fScale_buffer.Reset (host.Allocate (0x10000 * in dng_linearize_plane()374 fScale_buffer->Buffer_uint16 () [j] = z; in dng_linearize_plane()381 fScale_buffer->Buffer_real32 () [j] = (real32) y; in dng_linearize_plane()394 fScale_buffer.Reset (host.Allocate (0x10000 * 4)); in dng_linearize_plane()421 fScale_buffer->Buffer_real32 () [j] = (real32) y; in dng_linearize_plane()430 fScale_buffer->Buffer_int32 () [j] = z; in dng_linearize_plane()574 const uint16 *lut = fScale_buffer->Buffer_uint16 (); in Process()617 const real32 *lut = fScale_buffer->Buffer_real32 (); in Process()[all …]