webrtc/modules/audio_coding/codecs/isac/fix/source
Jiawei Ou 89f645ad18 Add missing header include for filterbanks_neon.c
Proper header include is missing for this file causing clang to complain about missing prototype for function `WebRtcIsacfix_AllpassFilter2FixDec16Neon`

Bug: None
Change-Id: Idb32e9fab6760a9a56f1db2d43e7c8e2e1fe5359
Reviewed-on: https://webrtc-review.googlesource.com/70370
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22967}
2018-04-21 18:21:44 +00:00
..
arith_routines.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
arith_routines_hist.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
arith_routines_logist.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
arith_routins.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
audio_decoder_isacfix.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_encoder_isacfix.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bandwidth_estimator.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
bandwidth_estimator.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
codec.h Fixing -Wstrict-prototypes warnings. 2018-03-19 16:57:21 +00:00
decode.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
decode_bwe.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
decode_plc.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
encode.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
entropy_coding.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
entropy_coding.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
entropy_coding_mips.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
entropy_coding_neon.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
fft.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
fft.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
filterbank_internal.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
filterbank_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
filterbank_tables.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
filterbanks.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
filterbanks_mips.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
filterbanks_neon.c Add missing header include for filterbanks_neon.c 2018-04-21 18:21:44 +00:00
filterbanks_unittest.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
filters.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
filters_mips.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
filters_neon.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
filters_unittest.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
initialize.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
isac_fix_type.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
isacfix.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
lattice.c Ignore overflowing left shift 2018-04-19 21:22:49 +00:00
lattice_armv7.S Move asm_defines.h to rtc_base/system/ 2018-03-22 03:12:13 +00:00
lattice_c.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lattice_mips.c Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
lattice_neon.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
lpc_masking_model.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lpc_masking_model.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lpc_masking_model_mips.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
lpc_masking_model_unittest.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
lpc_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lpc_tables.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
pitch_estimator.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
pitch_estimator.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
pitch_estimator_c.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
pitch_estimator_mips.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
pitch_filter.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
pitch_filter_armv6.S Move asm_defines.h to rtc_base/system/ 2018-03-22 03:12:13 +00:00
pitch_filter_c.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
pitch_filter_mips.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
pitch_gain_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
pitch_gain_tables.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
pitch_lag_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
pitch_lag_tables.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
settings.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
spectrum_ar_model_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
spectrum_ar_model_tables.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
structs.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
transform.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
transform_mips.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
transform_neon.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
transform_tables.c Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
transform_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00