HomeSort by relevance Sort by last modified time
    Searched defs:FLOOR1_fromdB_LOOKUP (Results 1 - 2 of 2) sorted by null

  /external/libvorbis/lib/
floor1.c 295 static const float FLOOR1_fromdB_LOOKUP[256]={
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 */
psy.c 843 static float FLOOR1_fromdB_LOOKUP[256]={
1077 floor[k][j] = FLOOR1_fromdB_LOOKUP[iout[j]];
    [all...]

Completed in 34 milliseconds