forked from len0rd/rockbox
Fix comment on interpolation macro.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25136 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
76e8701626
commit
24c0474472
1 changed files with 3 additions and 3 deletions
|
|
@ -789,9 +789,9 @@ static int addTonalComponents (int32_t *pSpectrum, int numComponents, tonal_comp
|
|||
|
||||
/**
|
||||
* Linear equidistant interpolation between two points x and y. 7 interpolation
|
||||
* points can be calculated. Result is scaled by <<16.
|
||||
* Result for s=0 is x*ONE_16
|
||||
* Result for s=8 is y*ONE_16
|
||||
* points can be calculated.
|
||||
* Result for s=0 is x
|
||||
* Result for s=8 is y
|
||||
*
|
||||
* @param x first input point
|
||||
* @param y second input point
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue