#include <atsc_reed_solomon.h>
Public Member Functions | |
atsc_reed_solomon () | |
~atsc_reed_solomon () | |
void | encode (atsc_mpeg_packet_rs_encoded &out, atsc_mpeg_packet_no_sync &in) |
Add RS error correction encoding. | |
int | decode (atsc_mpeg_packet_no_sync &out, atsc_mpeg_packet_rs_encoded &in) |
Private Attributes | |
void * | rs |
The t=10 (207,187) code described in ATSC standard A/53B. See figure D5 on page 55.
|
|
|
|
|
Decode RS encoded packet.
|
|
Add RS error correction encoding.
|
|
|