ii-vision/transcoder
kris b05c3bec1e - Add a progress bar while computing the edit distance matrices
- Only compute the upper triangle since the matrix is symmetrical and
  we can reconstruct the rest cheaply at load time

- Compute edit distances for HGR as well by making use of the fact that
  the masked representation is 14-bit but still sparse.

- Add sanity checks for various invariants of the edit distance matrices.
2019-07-07 21:25:07 +01:00
..
data Parametrize the RGB palette to encode with, and support both NTSC and 2019-06-19 22:06:54 +01:00
audio.py
colours_test.py Support decoding arbitrary number of dots as nominal colour sequence. 2019-07-07 21:13:28 +01:00
colours.py Support decoding arbitrary number of dots as nominal colour sequence. 2019-07-07 21:13:28 +01:00
frame_grabber_test.py Store video frames in {basename}/{mode}/{palette}/ directory to 2019-06-20 21:15:52 +01:00
frame_grabber.py Minor code cleanups 2019-06-21 22:08:22 +01:00
machine.py Minor code cleanups 2019-06-21 22:08:22 +01:00
main.py Parametrize the RGB palette to encode with, and support both NTSC and 2019-06-19 22:06:54 +01:00
make_data_tables_test.py - Add a progress bar while computing the edit distance matrices 2019-07-07 21:25:07 +01:00
make_data_tables.py - Add a progress bar while computing the edit distance matrices 2019-07-07 21:25:07 +01:00
movie.py Minor code cleanups 2019-06-21 22:08:22 +01:00
opcodes_test.py
opcodes.py
palette.py Checkpoint WIP for easier comparison to dhgr branch: 2019-07-02 22:40:50 +01:00
screen_test.py Finish implementing HGRBitmap support. 2019-07-07 21:22:44 +01:00
screen.py Finish implementing HGRBitmap support. 2019-07-07 21:22:44 +01:00
symbol_table_test.py
symbol_table.py
video_mode.py
video_test.py Separate the details of the bitmap packing from operations on the 2019-07-04 15:21:20 +01:00
video.py Support HGR mode again 2019-07-07 21:12:10 +01:00