Converted a few double-precision constants to single precision
This commit is contained in:
parent
3ff5e4c2dc
commit
628c025373
6 changed files with 31 additions and 31 deletions
|
@ -83,7 +83,7 @@ void clt_mdct_init(mdct_lookup *l,int N)
|
|||
#endif
|
||||
#else
|
||||
for (i=0;i<N2;i++)
|
||||
l->trig[i] = cos(2*M_PI*(i+1./8.)/N);
|
||||
l->trig[i] = cos(2*M_PI*(i+.125f)/N);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue