ii-vision/transcoder
kris 1cd20a7615 WIP - optimal encoding by computing all possible byte stores at all
possible (page, offset) and then choosing top 4 offsets for all
content bytes.

i.e. this should do better than the previous "greedy" approach in
which we picked a single high-priority offset to resolve, and then
tried to find 3 more than didn't introduce too much additional error.

Major outstanding issue is that we need to also evaluate whether it's
worth storing 1, 2 or 3 offsets as well, since sometimes this will
have lower total error.
2019-07-14 22:09:40 +01:00
..
2019-07-11 23:40:00 +01:00
2019-07-11 23:40:00 +01:00
2019-06-19 21:45:58 +01:00
2019-07-11 23:40:00 +01:00
2019-03-21 16:42:47 +00:00