| Index: webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h
|
| diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h b/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h
|
| index fdbb2fcb0d776355381a95301b3a48e5e6b4cc3d..001a04f39bff3d86f8ba1ffe84d079a293320b7a 100644
|
| --- a/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h
|
| +++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h
|
| @@ -90,7 +90,7 @@ void WebRtcIsacfix_Spec2TimeC(int16_t* inreQ7,
|
| int32_t* outre1Q16,
|
| int32_t* outre2Q16);
|
|
|
| -#if (defined WEBRTC_DETECT_NEON) || (defined WEBRTC_HAS_NEON)
|
| +#if defined(WEBRTC_HAS_NEON)
|
| void WebRtcIsacfix_Time2SpecNeon(int16_t* inre1Q9,
|
| int16_t* inre2Q9,
|
| int16_t* outre,
|
| @@ -174,7 +174,7 @@ void WebRtcIsacfix_FilterMaLoopC(int16_t input0,
|
| int32_t* ptr1,
|
| int32_t* ptr2);
|
|
|
| -#if (defined WEBRTC_DETECT_NEON) || (defined WEBRTC_HAS_NEON)
|
| +#if defined(WEBRTC_HAS_NEON)
|
| int WebRtcIsacfix_AutocorrNeon(int32_t* __restrict r,
|
| const int16_t* __restrict x,
|
| int16_t N,
|
|
|