summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/libatrac/atrac3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/codecs/libatrac/atrac3.c b/apps/codecs/libatrac/atrac3.c
index 5c0bc824ff..c746886199 100644
--- a/apps/codecs/libatrac/atrac3.c
+++ b/apps/codecs/libatrac/atrac3.c
@@ -789,9 +789,9 @@ static int addTonalComponents (int32_t *pSpectrum, int numComponents, tonal_comp
789 789
790/** 790/**
791 * Linear equidistant interpolation between two points x and y. 7 interpolation 791 * Linear equidistant interpolation between two points x and y. 7 interpolation
792 * points can be calculated. Result is scaled by <<16. 792 * points can be calculated.
793 * Result for s=0 is x*ONE_16 793 * Result for s=0 is x
794 * Result for s=8 is y*ONE_16 794 * Result for s=8 is y
795 * 795 *
796 * @param x first input point 796 * @param x first input point
797 * @param y second input point 797 * @param y second input point