HomeSort by relevance Sort by last modified time
    Searched refs:FLOOR1_fromdB_LOOKUP (Results 1 - 3 of 3) 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 */
mapping0.c 168 static float FLOOR1_fromdB_LOOKUP[256]={
634 work[j]=FLOOR1_fromdB_LOOKUP[iwork[i][j]];
psy.c 843 static float FLOOR1_fromdB_LOOKUP[256]={
1077 floor[k][j] = FLOOR1_fromdB_LOOKUP[iout[j]];
    [all...]

Completed in 158 milliseconds