Gets the size of hybrid windowing module state structure.
IppStatus ippsWinHybridGetStateSize_G728_16s (int M, int L, int N, int DIM, int* pSize);
M |
The input length of the LPC window. |
L |
The input adaptation cycle size in samples. |
N |
The input number of non-recursive window samples. |
DIM |
The input block size used for block scaling of the input speech by the function ippsWinHybrid_G728. |
pSize |
Pointer to the output size value of the hybrid windowing module state structure. |
The function ippsWinHybridGetStateSize_G728 is declared in ippsc.h file. This function returns the minimal size of memory to be allocated for proper use of the hybrid windowing module according to the given window parameters.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pSize pointer is NULL. |
ippStsSizeErr |
Indicates an error when L, M or N are less than or equal to zero. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.