Searched refs:gbits (Results 1 – 15 of 15) sorted by relevance
49 const gbits = bits / (1024 * 1024 * 1024);57 bench.end(gbits);63 const gbits = bits / (1024 * 1024 * 1024);72 bench.end(gbits);
50 const gbits = bits / (1024 * 1024 * 1024);58 bench.end(gbits);64 const gbits = bits / (1024 * 1024 * 1024);77 bench.end(gbits);
74 const gbits = bits / (1024 * 1024 * 1024);75 bench.end(gbits);99 const gbits = written / (1024 * 1024 * 1024);100 bench.end(gbits);
39 const gbits = (bytes * 8) / (1024 * 1024 * 1024);40 bench.end(gbits);
42 const gbits = (bytes * 8) / (1024 * 1024 * 1024);43 bench.end(gbits);
46 const gbits = (bytes * 8) / (1024 * 1024 * 1024);47 bench.end(gbits);
60 const gbits = (bytes * 8) / (1024 * 1024 * 1024);61 bench.end(gbits);
51 const gbits = (bytes * 8) / (1024 * 1024 * 1024);52 bench.end(gbits);
50 const gbits = (bytes * 8) / (1024 * 1024 * 1024);51 bench.end(gbits);
56 const gbits = (bytes * 8) / (1024 * 1024 * 1024);57 bench.end(gbits);
53 const gbits = (bytes * 8) / (1024 * 1024 * 1024);54 bench.end(gbits);
88 const gbits = (bytes * 8) / (1024 * 1024 * 1024);89 bench.end(gbits);
252 int gbits, log_gain; in ff_eac3_decode_transform_coeffs_aht_ch() local258 gbits = bits - log_gain; in ff_eac3_decode_transform_coeffs_aht_ch()261 int mant = get_sbits(gbc, gbits); in ff_eac3_decode_transform_coeffs_aht_ch()262 if (log_gain && mant == -(1 << (gbits-1))) { in ff_eac3_decode_transform_coeffs_aht_ch()
83 double gbits = ((double)bytes / (1024 * 1024 * 1024)) * 8; in gbit() local84 return gbits / ((double)passed_ms / 1000); in gbit()