Message ID | 20240510082603.1263256-1-devarsht@ti.com (mailing list archive) |
---|---|
Headers | show |
Series | Add V4L2 M2M Driver for E5010 JPEG Encoder | expand |
On Fri, May 10, 2024 at 01:56:03PM +0530, Devarsh Thakkar wrote: > Resending this V7 series to have proper linking of patches in the series > with cover-letter while doing git send-email. > > Original cover letter: > This adds support for V4L2 M2M based driver for E5010 JPEG Encoder > which is a stateful JPEG encoder from Imagination technologies > and is present in TI AM62A SoC. > > While adding support for it, following additional framework changes were > made: > - Moved reference quantization and huffman tables provided in > ITU-T-REC-T.81 to v4l2-jpeg.c as suggested in mailing list [1]. > - Add macros to round to closest integer (either higher or lower) while > rounding in order of 2. Nice, now it's chained! But all my comments to the previous mails are still applicable here.