Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/silk/mips
diff options
context:
space:
mode:
authorLinfeng Zhang <linfengz@google.com>2017-01-22 00:35:03 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2017-05-23 20:45:51 +0300
commit9bb2820d74674eb34113ec3d36cb17631383c9f6 (patch)
treea1645b568f94fb749de9633f6422701838b2ef79 /silk/mips
parent0d2ba55ab1978bc7abdbacdd140d34066cc81bb0 (diff)
cosmetics,silk: correct input/output arg comments
Change-Id: I607a8b75b0711a485384d6f854cf6e2ec18b38b7 Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
Diffstat (limited to 'silk/mips')
-rw-r--r--silk/mips/NSQ_del_dec_mipsr1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/mips/NSQ_del_dec_mipsr1.h b/silk/mips/NSQ_del_dec_mipsr1.h
index 3ca64648..cd70713a 100644
--- a/silk/mips/NSQ_del_dec_mipsr1.h
+++ b/silk/mips/NSQ_del_dec_mipsr1.h
@@ -61,7 +61,7 @@ static inline void silk_noise_shape_quantizer_del_dec(
opus_int predictLPCOrder, /* I Prediction filter order */
opus_int warping_Q16, /* I */
opus_int nStatesDelayedDecision, /* I Number of states in decision tree */
- opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */
+ opus_int *smpl_buf_idx, /* I/O Index to newest samples in buffers */
opus_int decisionDelay, /* I */
int arch /* I */
)