Searched refs:VQ_FMAN (Results 1 - 1 of 1) sorted by relevance

/external/libvorbis/lib/
H A Dsharedbook.c43 #define VQ_FMAN 21 macro
56 mant=rint(ldexp(val,(VQ_FMAN-1)-exp));
57 exp=(exp+VQ_FEXP_BIAS)<<VQ_FMAN;
65 long exp =(val&0x7fe00000L)>>VQ_FMAN;
67 return(ldexp(mant,exp-(VQ_FMAN-1)-VQ_FEXP_BIAS));

Completed in 64 milliseconds