Loading lib_enc/enc_acelp_fx.c +1 −8 Original line number Diff line number Diff line Loading @@ -1151,14 +1151,7 @@ void E_ACELP_4tsearch_fx( Word16 dn[] /*Qdn*/, const Word16 cn[] /*Q_xn*/, const scale = -2; move16(); } #ifdef REUSE_EVS_BE_ACELP_4T64 /* To be verified if it affects BE on 26.444, if yes, just a condition for IVAS here*/ test(); if ( EQ_16( val, 32767 ) && element_mode > EVS_MONO ) { scale = -3; move16(); } #endif Copy_Scale_sig( H, h, L_SUBFR, scale ); /*Q12+scale*/ E_ACELP_vec_neg_fx( h, h_inv, L_SUBFR ); Loading Loading
lib_enc/enc_acelp_fx.c +1 −8 Original line number Diff line number Diff line Loading @@ -1151,14 +1151,7 @@ void E_ACELP_4tsearch_fx( Word16 dn[] /*Qdn*/, const Word16 cn[] /*Q_xn*/, const scale = -2; move16(); } #ifdef REUSE_EVS_BE_ACELP_4T64 /* To be verified if it affects BE on 26.444, if yes, just a condition for IVAS here*/ test(); if ( EQ_16( val, 32767 ) && element_mode > EVS_MONO ) { scale = -3; move16(); } #endif Copy_Scale_sig( H, h, L_SUBFR, scale ); /*Q12+scale*/ E_ACELP_vec_neg_fx( h, h_inv, L_SUBFR ); Loading