Home
last modified time | relevance | path

Searched refs:thd_pc (Results 1 – 1 of 1) sorted by relevance

/third_party/alsa-utils/bat/
Dbat.c66 float thd_pc; in get_snr_thd_pc() local
69 thd_pc = strtof(thd, &ptrf); in get_snr_thd_pc()
71 if (thd_pc <= 0.0 || thd_pc >= 100.0) { in get_snr_thd_pc()
75 bat->snr_thd_db = 20.0 * log10f(100.0 / thd_pc); in get_snr_thd_pc()