Nico Weber
924423c596
LibGfx/JBIG2: Make context index a u8
...
This value is at most 46, so a u8 is enough.
We have tens of thousands of these contexts.
(We could pack the is_mps bit into that u8 as well, but
then the I() and MPS() functions need to return helper objects
instead of a direct reference, so let's not do that part for now.)
2024-03-20 09:09:54 +01:00
..
2024-02-21 17:54:38 +01:00
2024-03-05 21:27:41 +00:00
2024-03-19 12:22:28 +01:00
2024-03-19 12:22:28 +01:00
2024-01-24 22:16:22 -07:00
2024-02-14 06:56:03 +01:00
2024-02-14 06:56:03 +01:00
2024-03-09 16:01:22 +01:00
2024-03-07 11:20:06 -05:00
2024-03-17 17:38:30 +01:00
2024-03-20 09:09:54 +01:00
2024-02-26 20:13:25 +00:00
2024-01-22 20:16:32 -07:00
2024-02-02 07:19:18 +01:00
2024-02-02 07:19:18 +01:00
2024-01-24 22:16:22 -07:00
2024-01-26 14:53:33 +01:00
2024-01-26 07:36:53 +01:00
2024-01-26 14:53:33 +01:00
2024-01-26 14:53:33 +01:00
2024-02-02 08:26:40 +00:00
2024-01-26 07:36:53 +01:00
2024-01-26 14:53:33 +01:00
2024-03-08 08:38:31 +01:00
2024-03-08 08:38:31 +01:00
2024-03-14 11:12:31 -04:00
2024-03-18 07:09:37 +01:00
2024-02-21 17:54:38 +01:00
2024-03-20 09:09:47 +01:00