Home | History | Annotate | Download | only in extensions

Lines Matching refs:bps

21 " --rateest-bps1 [bps]		Compare bps\n"
23 " --rateest-bps2 [bps] Compare bps\n"
51 {.name = "rateest-bps", .has_arg = false, .val = OPT_RATEEST_BPS2}, /* alias for absolute mode */
74 { "Bps", 8. },
90 double bps = strtod(str, &p);
97 *rate = bps / 8.; /* assume bytes/sec */
103 *rate = (bps * s->scale) / 8.;
154 "rateest: rateest-bps can't be inverted");
203 "rateest: rateest-bps can't be inverted");
366 printf(" bps");
392 printf(" bps");
412 printf(" --rateest-bps");