LookUp3DSpecInitAlloc

initialises the FwiLUTSpec structure

Supported Technologies

SSE2

Synopsis

FwStatus   fwiLookUp3DSpecInitAlloc ( const Fw16u cubeDimensionsconst Fw16u cubeMaxFwiLUTSpec** ppLUTSpec );

Parameters

cubeDimensions   dimensions of the 3D-LUT cube in x, y and z directions .(eg. (17,17,17), (33,33,33) etc)
cubeMax   The maximum values that can occur in 3D-LUT cube in x, y and z directions.(eg. (1023,1023,1023),4095,4095,4095) for 10 bit and 12 bit outputs respectively)
ppLUTSpec   pointer to a pointer to FwiLUTSpec structure

Description

The function allocates memory for the FwiLUTSpec structure and initialises it.