Searched refs:INVSQ_LOOKUP_SZ (Results 1 – 2 of 2) sorted by relevance
58 #define INVSQ_LOOKUP_SZ 32 macro59 static const float INVSQ_LOOKUP[INVSQ_LOOKUP_SZ+1]={
36 double d=a*(2.f*(float)INVSQ_LOOKUP_SZ)-(float)INVSQ_LOOKUP_SZ; in vorbis_invsqlook()