Loading lib_enc/cod4t64_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,7 @@ Word16 acelp_4t64_fx( ELSE { #ifdef REUSE_EVS_BE_ACELP_4T64 E_ACELP_4tsearch_fx( dn, cn, H, code, &config, ind, y, element_mode ); E_ACELP_4tsearch_fx( dn, cn, H, code, &config, ind, y, 0 ); #else E_ACELP_4tsearch_fx( dn, cn, H, code, &config, ind, y ); #endif Loading Loading
lib_enc/cod4t64_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,7 @@ Word16 acelp_4t64_fx( ELSE { #ifdef REUSE_EVS_BE_ACELP_4T64 E_ACELP_4tsearch_fx( dn, cn, H, code, &config, ind, y, element_mode ); E_ACELP_4tsearch_fx( dn, cn, H, code, &config, ind, y, 0 ); #else E_ACELP_4tsearch_fx( dn, cn, H, code, &config, ind, y ); #endif Loading