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

  /external/libvorbis/lib/
psy.h 109 int total_octave_lines; member in struct:__anon10866
psy.c 278 p->total_octave_lines=maxoc-p->firstoc+1;
444 p->total_octave_lines,
512 long n=p->total_octave_lines;
537 float minV=seed[p->total_octave_lines-1];
755 float *seed=alloca(sizeof(*seed)*p->total_octave_lines);
757 for(i=0;i<p->total_octave_lines;i++)seed[i]=NEGINF;
    [all...]

Completed in 33 milliseconds