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

  /external/libvorbis/lib/
bitrate.h 36 double avgfloat; member in struct:bitrate_manager_state
bitrate.c 46 bm->avgfloat=PACKETBLOBS/2;
83 int choice=rint(bm->avgfloat);
132 slew=rint(choice-bm->avgfloat)/samples*vi->rate;
135 choice=rint(bm->avgfloat+= slew/vi->rate*samples);

Completed in 288 milliseconds