|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Files | |
| ra8_jpeg_sw.c | |
| Pure-software baseline JPEG codec: shared entropy/DSP primitives plus the get-dimensions public API. | |
| ra8_jpeg_sw_decode.c | |
| Pure-software baseline JPEG decoder: marker parser and scan. | |
| ra8_jpeg_sw_encode.c | |
| Pure-software baseline JPEG encoder: pixel pipeline and public API. | |
| ra8_jpeg_sw_encode_emit.c | |
| Software JPEG encoder: byte/bit emitters, Annex K.3.3 tables and JFIF header-segment writers. | |
| ra8_jpeg_sw_encode_internal.h | |
| Module-private declarations shared by the two encoder translation units of the software JPEG codec. | |
| ra8_jpeg_sw_internal.h | |
| Module-private declarations shared across the software JPEGcodec translation units. | |
| ra8_jpeg_sw_stream.c | |
| Streaming baseline JPEG decoder: bounded-RAM MCU-row stripes (#231). | |