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

/external/tremolo/Tremolo/
H A Dfloor0.c172 ogg_uint32_t nextbark=((tBnyq1<<11)/ln)>>12; local
174 ogg_uint32_t nextbark=MULT31(imap>>1,tBnyq1); local
176 int nextf=barklook[nextbark>>14]+(((nextbark&0x3fff)*
177 (barklook[(nextbark>>14)+1]-barklook[nextbark>>14]))>>14);
338 nextbark=((tBnyq1<<11)/ln*(map+1))>>12;
340 nextbark=MULT31((map+1)*(imap>>1),tBnyq1);
342 nextf=barklook[nextbark>>14]+
343 (((nextbark
[all...]

Completed in 270 milliseconds