Lines Matching refs:decoder
32 The init function init_rs returns a pointer to an rs decoder structure,
35 matching decoder or creates a new one. On creation all the lookup tables
85 The decoder calculates the syndrome over the given data length and the
88 If a syndrome is available from a hardware decoder then the syndrome
92 correction pattern buffer and an error location buffer to the decoder.
93 The decoder stores the calculated error location and the correction
119 Decoding with syndrome given by hardware decoder, direct data correction
132 /* Get syndrome from hardware decoder */
138 Decoding with syndrome given by hardware decoder, no direct data correction.
142 decoder.
154 /* Get syndrome from hardware decoder */
167 the last user of the decoder.