Further changes in mpc buffered seek. Remove magical number and replace it with a...
commitce4beb9e8fad35bce7cf0ef1e1487c53716c2b01
authorBuschel <Buschel@a1c6a512-1295-4272-9138-f99709370657>
Wed, 4 Jun 2008 05:41:59 +0000 (4 05:41 +0000)
committerBuschel <Buschel@a1c6a512-1295-4272-9138-f99709370657>
Wed, 4 Jun 2008 05:41:59 +0000 (4 05:41 +0000)
treefe983231163513f062b9c3647cd0fc7e944527f2
parentd1e76e957d729b474f5a4be40dcb3ea360664e56
Further changes in mpc buffered seek. Remove magical number and replace it with a better commented #define. Use shift and bit mask instead of division and modulo operations when using the seek buffer. Saves some binary size for the codec.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17686 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/libmusepack/decoder.h
apps/codecs/libmusepack/mpc_decoder.c