forked from len0rd/rockbox
Fix comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12454 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
46597c9539
commit
10a22849e6
1 changed files with 2 additions and 3 deletions
|
@ -48,9 +48,8 @@ eq_filter:
|
||||||
move.l (11*4+12, %sp), %d5 | number of samples
|
move.l (11*4+12, %sp), %d5 | number of samples
|
||||||
movem.l (%a5), %d0-%d3 | load filter history
|
movem.l (%a5), %d0-%d3 | load filter history
|
||||||
|
|
||||||
/* d0-r3 = history, d4 = number of channels, d5 = sample count,
|
/* d0-d3 = history, d4 = temp, d5 = sample count, d6 = lower shift amount,
|
||||||
* d6 = lower shift amount, d7 = upper shift amount, a0-a4 = coefs,
|
* d7 = upper shift amount, a0-a4 = coefs, a5 = history pointer, a6 = x[]
|
||||||
* a5 = history pointer, a6 = x[]
|
|
||||||
*/
|
*/
|
||||||
.loop:
|
.loop:
|
||||||
/* Direct form 1 filtering code. We assume DSP has put EMAC in frac mode.
|
/* Direct form 1 filtering code. We assume DSP has put EMAC in frac mode.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue