From bafe14db55ec350c2993939ba57e58e1e1037a20 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Wed, 9 Dec 2009 17:13:06 +0000 Subject: Remove some sample functions from codeclib - these were for verifying the generated asm for bs_generic and never intended for use. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23911 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/lib/codeclib.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'apps') diff --git a/apps/codecs/lib/codeclib.c b/apps/codecs/lib/codeclib.c index 3a137068ba..329b0e2136 100644 --- a/apps/codecs/lib/codeclib.c +++ b/apps/codecs/lib/codeclib.c @@ -33,15 +33,6 @@ unsigned char* mp3buf; // The actual MP3 buffer from Rockbox unsigned char* mallocbuf; // 512K from the start of MP3 buffer unsigned char* filebuf; // The rest of the MP3 buffer -unsigned bs_log2(unsigned x) -{ return bs_generic(x, BS_LOG2); } -unsigned bs_log2_0(unsigned x) -{ return bs_generic(x, BS_LOG2|BS_0_0); } -unsigned bs_clz(unsigned x) -{ return bs_generic(x, BS_CLZ); } -unsigned bs_clz_0(unsigned x) -{ return bs_generic(x, BS_CLZ|BS_0_0); } - int codec_init(void) { mem_ptr = 0; -- cgit v1.2.3