Fills the array with the information about possible 4D symbols.
IppStatus ippsBuildSymblTableDV4D_16sc(const Ipp16sc* pVariantPoint, Ipp16sc* pCurrentSubsetPoint, int state, int bitInversion);
pVariantPoint |
Pointer to the array of possible 2D points. |
pCurrentSubsetPoint |
Pointer to the array with information about possible 4D symbols. |
state |
Number of states of a convolutional encoder. |
bitInversion |
Bit inversion. |
The function ippsBuildSymblTableDV4D is declared in the ipps.h file. This function fills the array pCurrentSubsetPoint with information about possible 4D symbols.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when one of the specified pointers is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.