Home | History | Annotate | Download | only in src

Lines Matching defs:bits

48         "<bits per second>  [options] <input> <output>\n", argv[0]);
245 double bits=0.0, bits_max=0.0, bits_act=0.0, bits2=0.0, nrg;
841 /* count bits */
842 bits += len[toggle]*8;
863 1e-3*bits*sampling_rate/tot_samples);
870 1e-3*sqrt(bits2/count - bits*bits/(count*(double)count))*sampling_rate/frame_size);