Lines Matching defs:of
3 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
4 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
202 FILE *of;
205 of=fopen(buffer,"w");
209 fprintf(of,"\n\n");
212 fprintf(of,"%g ",toBARK(22050.f*j/n));
214 fprintf(of,"%g ",(float)j);
217 fprintf(of,"%g\n",todB(v+j));
219 fprintf(of,"%g\n",v[j]);
223 fclose(of);
483 /* write data. Use the part of buffer we're about to shift out */
519 fprintf(stderr,"average raw bits of entropy: %.03g/sample\n",acc/tot);