Attention is currently required from: msuraev.
2 comments:
File src/coding/gsm0503_interleaving.c:
Patch Set #2, Line 712: j = (k % 19) + 19*(k % 6);
This would look nicer with space around *
Ack
Patch Set #2, Line 723: /* upper bound for B: 4*n + 18 + 4 = 4*n + 22 */
Since index is the same for de/interleaving perhaps it makes sense to split it into static function […]
none of the other interleave/deinterleave functions in this file do, so I'll stick to consistency.
To view, visit change 31529. To unsubscribe, or for help writing mail filters, visit settings.