The table below lists the Intel IPP RS encoder functions.
Function Base Name | Operation |
---|---|
RSEncodeGetSize | Gets the size of the ippsRSEncodeSpec_8u context. |
RSEncodeInit | Initializes user-supplied memory as the IppsRSEncodeSpec_8u context for future use. |
RSEncodeGetBufferSize | Gets the size of a work buffer for the encoding operation. |
RSEncode | Performs the RS encoding operation. |
The functions described in this section use the RS(n,k) encoder context having the IppsRSEncodeSpec_8u type, which, in addition to the lengths n and k, carries the definition of the finite field to be used for encoding and the RS-generating polynomial.
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.