Gets the size of the codebook structure.
IppStatus ippsVQCodeBookGetSize_32f(int step, int height, int* pSizeState);
step |
Step to the next line in the codebook table, quantization vector length. |
height |
Table height, number of quantization vectors. |
pSizeState |
Address of the codebook structure size value in bytes. |
This function is declared in the ippac.h header file. This function calculates the size of the codebook state structure and stores the results in pSizeState.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when pSizeState pointer is NULL. |
ippStsSizeErr |
Indicates an error when the step or height is less than or equal to 0. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.