Home
last modified time | relevance | path

Searched refs:RS_GENERATOR_POLY (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Dmaintenance.c35 { GaloisTables *gt = CreateGaloisTables(RS_GENERATOR_POLY); in Maintenance1()
H A Ddvdisaster.h636 #define RS_GENERATOR_POLY 0x187 /* 1 + X + X**2 + X**7 + X**8 */ macro
H A Drs01-fix.c328 gt = fc->gt = CreateGaloisTables(RS_GENERATOR_POLY);
H A Drs03-fix.c194 fc->gt = CreateGaloisTables(RS_GENERATOR_POLY); in RS03Fix()
H A Drs02-fix.c189 fc->gt = CreateGaloisTables(RS_GENERATOR_POLY); in RS02Fix()
H A Drs03-create.c1174 ec->gt = CreateGaloisTables(RS_GENERATOR_POLY); in create_reed_solomon()
H A Drs01-create.c222 gt = ec->gt = CreateGaloisTables(RS_GENERATOR_POLY);
H A Drs03-verify.c517 vc->gt = CreateGaloisTables(RS_GENERATOR_POLY); in check_syndromes()
H A Drs02-create.c474 ec->gt = CreateGaloisTables(RS_GENERATOR_POLY); in create_reed_solomon()