From 8b5f3cabcc122e7b97799a9358c3ad3481405151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Sun, 22 Aug 2010 19:54:17 +0000 Subject: forgot comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27858 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libtremor/floor1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/codecs/libtremor/floor1.c b/apps/codecs/libtremor/floor1.c index 21bae28..1ea7ee9 100644 --- a/apps/codecs/libtremor/floor1.c +++ b/apps/codecs/libtremor/floor1.c @@ -274,6 +274,7 @@ static const ogg_int32_t FLOOR_fromdB_LOOKUP[256] ICONST_ATTR = { XdB(0x69f80e9a), XdB(0x70dafda8), XdB(0x78307d76), XdB(0x7fffffff), }; +/* render_line and friend taken from ffmpeg (libavcodec/vorbis.c) */ static inline void render_line_unrolled(int x, int y, int x1, int sy, int ady, int adx, ogg_int32_t *buf) -- cgit v1.1