Skip to content

codecparsers: avoid libc math library

Instead of the libc ceil() and pow() machinery for double types, since the library uses it for unsigned integers use a simple math function for for ceil division and bit left shift for integer power of two.

Merge request reports

Loading