⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module jpeg

Module jpeg 

Source
Expand description

JPEG decoder (Baseline DCT, SOF0).

Supports Huffman entropy coding, integer IDCT, YCbCr-to-RGB via fixed-point arithmetic, chroma subsampling 4:4:4/4:2:2/4:2:0, and restart intervals.

Functions§

decode_jpeg
Decode a JPEG image (baseline DCT only).