# HG changeset patch # User vitor # Date 1212009452 0 # Node ID 3723a137a3dd36bcbf8f4c5129306541a389e0f5 # Parent 125e3d10e0e716780ebfbdf534a1b816f71f81fa More intermediate vars removal diff -r 125e3d10e0e7 -r 3723a137a3dd ra144.c --- a/ra144.c Wed May 28 21:04:42 2008 +0000 +++ b/ra144.c Wed May 28 21:17:32 2008 +0000 @@ -289,13 +289,11 @@ int copynew, int f) { int work[10]; - int a = block_num + 1; - int b = NBLOCKS - a; // Interpolate block coefficients from the this frame forth block and // last frame forth block ff_acelp_weighted_vector_sum(decsp, ractx->lpc_coef, ractx->lpc_coef_old, - a, b, 0, 2, 30); + block_num + 1, 3 - block_num, 0, 2, 30); if (eq(decsp, work)) { // The interpolated coefficients are unstable, copy either new or old