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

  /external/libvorbis/lib/
psy.h 67 int eighth_octave_lines; member in struct:__anon10864
108 int eighth_octave_lines; /* power of two, please */ member in struct:__anon10866
psy.c 273 p->eighth_octave_lines=gi->eighth_octave_lines;
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;
386 /* octave/(8*eighth_octave_lines) x scale and dB y scale */
445 p->eighth_octave_lines,
513 int linesper=p->eighth_octave_lines;
    [all...]

Completed in 497 milliseconds