diff options
| author | drowe67 <[email protected]> | 2023-07-14 12:36:50 +0930 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2023-07-14 12:36:50 +0930 |
| commit | b86e88413d4c6ec428aaedb147f7675f28882fe4 (patch) | |
| tree | ce360925856e25d4343d59a37e2e6bac142d3752 /src/sd.h | |
| parent | 0c2e969cfbe85548801eeb20ad8113969604892a (diff) | |
clang-format -i applied to src unittest misc
Diffstat (limited to 'src/sd.h')
| -rw-r--r-- | src/sd.h | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,10 +1,10 @@ /*--------------------------------------------------------------------------*\ - FILE........: sd.h - AUTHOR......: David Rowe - DATE CREATED: 22/7/93 + FILE........: sd.h + AUTHOR......: David Rowe + DATE CREATED: 22/7/93 - Function to determine spectral distortion between two sets of LPCs. + Function to determine spectral distortion between two sets of LPCs. \*--------------------------------------------------------------------------*/ @@ -30,6 +30,7 @@ #include "codec2_fft.h" -float spectral_dist(float ak1[], float ak2[], int p, codec2_fft_cfg fft_fwd_cfg, int n); +float spectral_dist(float ak1[], float ak2[], int p, codec2_fft_cfg fft_fwd_cfg, + int n); -#endif /* __SD__ */ +#endif /* __SD__ */ |
