Searched defs:FLOOR1_fromdB_LOOKUP (Results 1 - 2 of 2) sorted by relevance

/external/libvorbis/lib/
H A Dfloor1.c295 static const float FLOOR1_fromdB_LOOKUP[256]={ variable
377 d[x]*=FLOOR1_fromdB_LOOKUP[y];
387 d[x]*=FLOOR1_fromdB_LOOKUP[y];
1083 for(j=hx;j<n;j++)out[j]*=FLOOR1_fromdB_LOOKUP[ly]; /* be certain */
H A Dpsy.c843 static float FLOOR1_fromdB_LOOKUP[256]={ variable
1077 floor[k][j] = FLOOR1_fromdB_LOOKUP[iout[j]];

Completed in 78 milliseconds