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

/external/libvorbis/lib/
H A Dpsy.h107 long shiftoc; member in struct:__anon23945
H A Dpsy.c274 p->shiftoc=rint(log(gi->eighth_octave_lines*8.f)/log(2.f))-1;
276 p->firstoc=toOC(.25f*rate*.5/n)*(1<<(p->shiftoc+1))-gi->eighth_octave_lines;
277 maxoc=toOC((n+.25f)*rate*.5/n)*(1<<(p->shiftoc+1))+.5f;
325 p->octave[i]=toOC((i+.25f)*.5*rate/n)*(1<<(p->shiftoc+1))+.5f;
435 oc=oc>>p->shiftoc;

Completed in 1492 milliseconds