changeset 7802:ca4a5c6c275c libavcodec

Remove not approved parts.
author voroshil
date Sat, 06 Sep 2008 13:45:02 +0000
parents d965e46aef4f
children de080c5c0960
files g729dec.c
diffstat 1 files changed, 0 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/g729dec.c	Sat Sep 06 11:46:29 2008 +0000
+++ b/g729dec.c	Sat Sep 06 13:45:02 2008 +0000
@@ -79,14 +79,6 @@
    return (0x6996966996696996ULL >> (value >> 2)) & 1;
 }
 
-        /*
-          This filter enhances harmonic components of the fixed-codebook vector to
-          improve the quality of the reconstructed speech.
-
-                     / fc_v[i],                                    i < pitch_delay
-          fc_v[i] = <
-                     \ fc_v[i] + gain_pitch * fc_v[i-pitch_delay], i >= pitch_delay
-        */
         ff_acelp_weighted_vector_sum(
                 fc + pitch_delay_int[i],
                 fc + pitch_delay_int[i],
@@ -102,16 +94,6 @@
             gain_corr_factor = cb_gain_1st_8k[parm->gc_1st_index[i]][1] +
                                cb_gain_2nd_8k[parm->gc_2nd_index[i]][1];
 
-        /* Routine requires rounding to lowest. */
-        ff_acelp_interpolate(
-                ctx->exc + i*ctx->subframe_size,
-                ctx->exc + i*ctx->subframe_size - pitch_delay_3x/3,
-                ff_acelp_interp_filter,
-                6,
-                (pitch_delay_3x%3)<<1,
-                10,
-                ctx->subframe_size);
-
         ff_acelp_weighted_vector_sum(
                 ctx->exc + i * ctx->subframe_size,
                 ctx->exc + i * ctx->subframe_size,