openh264/codec/decoder
Martin Storsjö cadbec75d8 Fix shifting tricks in deblocking for big endian
The code interprets an array of 4 uint8_t values as one uint32_t
and does shifts on the value. The same optimization can be
kept in big endian as well, but the shift has to be done in the
other direction.

This code could be made truly independent of endianness, but
that could cause some minimal performance degradaion, at least
in theory.

This makes "make test" pass on big endian, assuming that
WORDS_BIGENDIAN is defined while building.
2014-01-29 22:30:33 +02:00
..
core Fix shifting tricks in deblocking for big endian 2014-01-29 22:30:33 +02:00
plus Remove the now unused count parameter to WelsStrncpy 2014-01-28 12:13:11 +02:00
targets.mk Merge pull request #237 from mstorsjo/simplify-make-lib-rules 2014-01-27 14:09:20 -08:00