Loading lib_dec/waveadjust_fec_dec_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -936,12 +936,10 @@ void concealment_decode_fix( IF( GE_16( rnd, 0 ) ) { sign = 1; move16(); } ELSE IF( LT_16( rnd, 0 ) ) { sign = -1; move16(); } #else sign = add( shl( shr( own_random_fix( seed ), 15 ), 1 ), 1 ); Loading Loading
lib_dec/waveadjust_fec_dec_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -936,12 +936,10 @@ void concealment_decode_fix( IF( GE_16( rnd, 0 ) ) { sign = 1; move16(); } ELSE IF( LT_16( rnd, 0 ) ) { sign = -1; move16(); } #else sign = add( shl( shr( own_random_fix( seed ), 15 ), 1 ), 1 ); Loading