Home | History | Annotate | Download | only in lib

Lines Matching refs:octave

167        could span more than one octave and that the curve will be a
169 bin may span > an eighth of an octave and that the eighth
170 octave values may also be composited. */
172 /* which octave curves will we be compositing? */
281 p->octave=_ogg_malloc(n*sizeof(*p->octave));
325 p->octave[i]=toOC((i+.25f)*.5*rate/n)*(1<<(p->shiftoc+1))+.5f;
365 if(p->octave)_ogg_free(p->octave);
386 /* octave/(8*eighth_octave_lines) x scale and dB y scale */
428 long oc=p->octave[i];
429 while(i+1<n && p->octave[i+1]==oc){
443 p->octave[i]-p->firstoc,
519 pos=p->octave[0]-p->firstoc-(linesper>>1);
523 long end=((p->octave[linpos]+p->octave[linpos+1])>>1)-p->firstoc;
532 for(;linpos<p->n && p->octave[linpos]<=end;linpos++)