Commit graph

2 commits

Author SHA1 Message Date
Le Philousophe
5f720aba7c COMMON: Remove undefined behaviours from RNC decoder
Shifting an amount of 16 on a 16 bits variable is UB.
Make the variables larger to not fall inside it and avoid branches.
2024-12-27 22:16:35 +02:00
Eugene Sandulenko
fb7095f5a4
COMMON: Move all compression-related files to a separate directory 2022-12-01 11:53:02 +01:00
Renamed from common/rnc_deco.cpp (Browse further)