webrtc/modules/audio_coding/codecs/isac/fix/source
Mirko Bonadei 08973eed36 Using fully qualified #include paths in isac code.
WebRTC internal code should always used include paths that starts
from the root of the project and that clearly identify the header file.

This allows 'gn check' to actually keep dependencies under control
because 'gn check' cannot enforce anything if the include path
is not fully qualified (starting from the root of the project).

Bug: webrtc:8815
Change-Id: I23fb4fed0c27a4d98bea360315b959af843587bc
Reviewed-on: https://webrtc-review.googlesource.com/46101
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21847}
2018-02-01 14:57: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 Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lattice_armv7.S Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +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 Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +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