# HG changeset patch # User vitor # Date 1220795250 0 # Node ID 54348529f568503ab611c49914927ccfd98e66ad # Parent ed61b4ffdd7ef9f360d0026c23220820f18e3ff2 Remove commented out code. diff -r ed61b4ffdd7e -r 54348529f568 mace.c --- a/mace.c Sun Sep 07 13:46:09 2008 +0000 +++ b/mace.c Sun Sep 07 13:47:30 2008 +0000 @@ -269,7 +269,6 @@ current = mace_broken_clip_int16(current + ctx->lev); ctx->lev = current - (current >> 3); - //*ctx->outPtr++=current >> 8; *output = QT_8S_2_16S(current); if (( ctx->index += tab1[val]-(ctx->index >> 5) ) < 0) ctx->index = 0; @@ -297,8 +296,6 @@ ctx->level = ((current*ctx->factor) >> 15); current >>= 1; -// *ctx->outPtr++=(ctx->previous+ctx->prev2-((ctx->prev2-current) >> 2)) >> 8; -// *ctx->outPtr++=(ctx->previous+current+((ctx->prev2-current) >> 2)) >> 8; output[0] = QT_8S_2_16S(ctx->previous + ctx->prev2 - ((ctx->prev2-current) >> 2)); output[numChannels] = QT_8S_2_16S(ctx->previous + current +