summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/lib/codeclib.c9
1 files changed, 0 insertions, 9 deletions
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
33unsigned char* mallocbuf; // 512K from the start of MP3 buffer 33unsigned char* mallocbuf; // 512K from the start of MP3 buffer
34unsigned char* filebuf; // The rest of the MP3 buffer 34unsigned char* filebuf; // The rest of the MP3 buffer
35 35
36unsigned bs_log2(unsigned x)
37{ return bs_generic(x, BS_LOG2); }
38unsigned bs_log2_0(unsigned x)
39{ return bs_generic(x, BS_LOG2|BS_0_0); }
40unsigned bs_clz(unsigned x)
41{ return bs_generic(x, BS_CLZ); }
42unsigned bs_clz_0(unsigned x)
43{ return bs_generic(x, BS_CLZ|BS_0_0); }
44
45int codec_init(void) 36int codec_init(void)
46{ 37{
47 mem_ptr = 0; 38 mem_ptr = 0;