Searched defs:DBFS (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/base/
H A Dsinc_resampler_unittest.cc307 #define DBFS(x) 20 * log10(x) macro
308 rms_error = DBFS(rms_error);
309 low_freq_max_error = DBFS(low_freq_max_error);
310 high_freq_max_error = DBFS(high_freq_max_error);
324 // testing. All thresholds are in dbFS, http://en.wikipedia.org/wiki/DBFS.

Completed in 36 milliseconds