Searched refs:converter_fn_t (Results 1 - 1 of 1) sorted by relevance
/third_party/lame/misc/ |
H A D | ath.c | 202 typedef long double (*converter_fn_t) ( long double ); typedef 204 const converter_fn_t func [] = { linear_f, logarithm_f, square_f, cubic_f , erb_f , recip_f }; 205 const converter_fn_t inv_func [] = { inv_linear_f, inv_logarithm_f, inv_square_f, inv_cubic_f, inv_erb_f, inv_recip_f };
|
Completed in 1 milliseconds