HomeSort by relevance Sort by last modified time
    Searched refs:shiftoc (Results 1 - 2 of 2) sorted by null

  /external/libvorbis/lib/
psy.h 107 long shiftoc; member in struct:__anon10864
psy.c 274 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;
    [all...]

Completed in 37 milliseconds