mdejong / MetalMED

Metal implementation of median edge detector form JPEG-LS
0 stars 0 forks source link

Huffman coding and JPEG-LS #1

Open SoLaRGit opened 3 years ago

SoLaRGit commented 3 years ago

I'm bit confused how does this relates to JPEG-LS, since ITU T.87 specifies Colomb Coding, and not Huffamn coding ?

mdejong commented 3 years ago

The MED predictor is from JPEG-LS, it is one piece of the technology. This project was an exploration of building that technology so that it executed in the GPU on Metal. It is just an exploration, not a practical technology that is meant to be used in production.