Searched refs:shiftoc (Results 1 – 2 of 2) sorted by relevance
107 long shiftoc; member
274 p->shiftoc=rint(log(gi->eighth_octave_lines*8.f)/log(2.f))-1; in _vp_psy_init()276 p->firstoc=toOC(.25f*rate*.5/n)*(1<<(p->shiftoc+1))-gi->eighth_octave_lines; in _vp_psy_init()277 maxoc=toOC((n+.25f)*rate*.5/n)*(1<<(p->shiftoc+1))+.5f; in _vp_psy_init()325 p->octave[i]=toOC((i+.25f)*.5*rate/n)*(1<<(p->shiftoc+1))+.5f; in _vp_psy_init()435 oc=oc>>p->shiftoc; in seed_loop()