summaryrefslogtreecommitdiff
path: root/silk/structs.h
diff options
context:
space:
mode:
authorKoen Vos <koenvos@users.noreply.github.com>2016-02-20 21:29:03 +0800
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-07-17 15:05:55 -0400
commit52cfffe5793f5b69d4ecb762726dca16e2beb7ea (patch)
treeffac122741f6794e7d388506a49963ac4a8ce790 /silk/structs.h
parent8abd50ea1a5976a4058f7ba294f55b9dc9940968 (diff)
downloadopus-52cfffe5793f5b69d4ecb762726dca16e2beb7ea.tar.gz
slight clean up
Diffstat (limited to 'silk/structs.h')
-rw-r--r--silk/structs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/silk/structs.h b/silk/structs.h
index 3e8fa8ec..0e17ec28 100644
--- a/silk/structs.h
+++ b/silk/structs.h
@@ -170,7 +170,6 @@ typedef struct {
opus_int pitchEstimationComplexity; /* Complexity level for pitch estimator */
opus_int pitchEstimationLPCOrder; /* Whitening filter order for pitch estimator */
opus_int32 pitchEstimationThreshold_Q16; /* Threshold for pitch estimator */
- opus_int LTPQuantLowComplexity; /* Flag for low complexity LTP quantization */
opus_int32 sum_log_gain_Q7; /* Cumulative max prediction gain */
opus_int NLSF_MSVQ_Survivors; /* Number of survivors in NLSF MSVQ */
opus_int first_frame_after_reset; /* Flag for deactivating NLSF interpolation, pitch prediction */