Commit 543c78f7 authored by vaillancour's avatar vaillancour
Browse files

part 4 of Reusing EVS FCB HR

parent 9b72c000
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1329,8 +1329,8 @@ ivas_error acelp_core_enc_ivas_fx(
                max = s_max( max, tmp );
            }

            shift = sub( norm_s( max ), 3 );
            shift = s_min( shift, 0 );
            shift = sub( norm_s( max ), 4 );
            shift = s_min( shift, -1 );
            //shift = -2;
        }                                                           
#endif
+1 −1
Original line number Diff line number Diff line
@@ -582,7 +582,7 @@ ivas_error pre_proc_front_ivas_fx(
    move16();
    set32_fx( sig_out, 0, 960 );

#if 1//ndef TRY_SHIFT_ACELP    , for 16kHz core, it seems better to keep it like that
#ifndef TRY_SHIFT_ACELP   
    headroom = 2;
#else
    headroom = 1;