Jean-Marc, Can you give us some insight into the meaning and usage of #define SMALL_FOOTPRINT that appears in cwrs.c? Thx MikeH -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20100630/6edffd7c/attachment-0002.htm
Mike Hooper wrote:> Can you give us some insight into the meaning and usage of #define > SMALL_FOOTPRINT that appears in cwrs.c?It's meant to remove faster versions of the algorithms that require a lot of extra code, using slower, but more compact, fallbacks instead.