-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LJpeg: support square MCU layout (Sony LJpeg, -32%) #698
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #698 +/- ##
===========================================
- Coverage 60.87% 60.84% -0.03%
===========================================
Files 272 272
Lines 16464 16490 +26
Branches 2084 2090 +6
===========================================
+ Hits 10022 10033 +11
- Misses 6314 6328 +14
- Partials 128 129 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Yay! 🚀 |
This is essentially rebased #483, and partially reverts #484,
now that i've figured out how we can deduce the MCU size:
e9e3f1b + 63f7170 !
This, hopefully, partially solves the roadblock towards different predictor support.