Lines Matching refs:codec
17 * It points to a codec which can be shared by multiple control structures.
18 * If a codec is newly allocated then the polynomial arrays for fast
52 /* This list holds all currently allocated rs codec structures */
58 * codec_init - Initialize a Reed-Solomon codec
67 * Allocate a codec structure and the polynom arrays for faster
174 * codec, free the codec as well.
183 cd = rs->codec;
199 * init_rs_internal - Allocate rs control, find a matching codec or allocate a new one
261 rs->codec = cd;
266 rs->codec = codec_init(symsize, gfpoly, gffunc, fcr, prim, nroots, gfp);
267 if (!rs->codec) {