Commit e9921b91 authored by vaillancour's avatar vaillancour
Browse files

mod to prot_enc

parent b2968105
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3015,6 +3015,10 @@ void corr_xh_fx(
    const Word16 x[], /* i  : target signal                                   Qx*/
    Word16 dn[],      /* o  : correlation between x[] and h[]                 Qdn*/
    const Word16 h[]  /* i  : impulse response (of weighted synthesis filter) Q14*/
#ifdef REUSE_EVS_ACELP
    ,
    const Word16 L_subfr /* i  : sub-frame lenght Q0 */
#endif
);

void corr_hh_ivas_fx(