Skip to content

Commit 12dd389

Browse files
committedSep 29, 2019
DTV: LDPC encoder: refactoring
* use uint16_t instead of int for tables * half the storage: should increase cache locality significantly * prefer unsigned types for unsigned jobs (here: indexing) * convert humongous macro to template function * type safety * found and eliminated unused variables * cleaner code * better compiler warnings NB: This class came without ANY tests.
1 parent c28147c commit 12dd389

File tree

2 files changed

+240
-235
lines changed

2 files changed

+240
-235
lines changed
 

0 commit comments

Comments
 (0)
Please sign in to comment.