Skip to content

Commit

Permalink
ensure that -i3 pads to full block size
Browse files Browse the repository at this point in the history
otherwise we lose the nominal burst error correction capability. if a feature to remove the padding existed, it'd probably be based on shortenings to RS codes (i.e. we know exactly which values must be zero judging just from the block length, so they don't count towards the errors, allowing us to get better parity to data ratio)
  • Loading branch information
kspalaiologos committed Oct 17, 2024
1 parent 9a9e719 commit b034ed8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ A rough outline of some development-related topics below.

## Roadmap

High priority:
- Should probably not pad to the full interlacing block size.

Low priority:
- Speed up trans2D/trans3D in jmode.c (might need native code).

Expand Down

0 comments on commit b034ed8

Please sign in to comment.