initialises the FwiLUTSpec structure
SSE2
FwStatus | fwiLookUp3DSpecInitAlloc | ( | const Fw16u cubeDimensions, const Fw16u cubeMax, FwiLUTSpec** ppLUTSpec ); |
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 |
The function allocates memory for the FwiLUTSpec structure and initialises it.