Searched refs:a_n (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audiodynamic.c | 397 gdouble a_n, b_n, c_n; in gst_audio_dynamic_transform_soft_knee_compressor_int() local 423 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int() 425 c_n = thr_n * (1 - b_n - a_n * thr_n); in gst_audio_dynamic_transform_soft_knee_compressor_int() 433 val = a_n * val * val + b_n * val + c_n; in gst_audio_dynamic_transform_soft_knee_compressor_int() 446 gdouble a_n, b_n, c_n; in gst_audio_dynamic_transform_soft_knee_compressor_float() local 474 a_n = (1.0 - filter->ratio) / (2.0 * (-threshold + 1.0)); in gst_audio_dynamic_transform_soft_knee_compressor_float() 476 c_n = -threshold * (1.0 - b_n + a_n * threshold); in gst_audio_dynamic_transform_soft_knee_compressor_float() 488 val = a_n * val * val + b_n * val + c_n; in gst_audio_dynamic_transform_soft_knee_compressor_float() 578 gdouble a_n, b_n, c_n; in gst_audio_dynamic_transform_soft_knee_expander_int() local 613 a_n = (1.0 - r2) / (4.0 * thr_n); in gst_audio_dynamic_transform_soft_knee_expander_int() [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstutils.c | 3804 gst_util_fraction_multiply (gint a_n, gint a_d, gint b_n, gint b_d, in gst_util_fraction_multiply() argument 3815 if (a_n == 0 || b_n == 0) { in gst_util_fraction_multiply() 3821 gcd = gst_util_greatest_common_divisor (a_n, a_d); in gst_util_fraction_multiply() 3822 a_n /= gcd; in gst_util_fraction_multiply() 3829 gcd = gst_util_greatest_common_divisor (a_n, b_d); in gst_util_fraction_multiply() 3830 a_n /= gcd; in gst_util_fraction_multiply() 3838 if (a_n != 0 && G_MAXINT / ABS (a_n) < ABS (b_n)) in gst_util_fraction_multiply() 3843 *res_n = a_n * b_n; in gst_util_fraction_multiply() 3868 gst_util_fraction_add (gint a_n, gint a_d, gint b_n, gint b_d, gint * res_n, in gst_util_fraction_add() argument 3878 gcd = gst_util_greatest_common_divisor (a_n, a_d); in gst_util_fraction_add() [all …]
|
D | gstutils.h | 1207 gboolean gst_util_fraction_multiply (gint a_n, gint a_d, gint b_n, gint b_d, 1210 gboolean gst_util_fraction_add (gint a_n, gint a_d, gint b_n, gint b_d, 1213 gint gst_util_fraction_compare (gint a_n, gint a_d, gint b_n, gint b_d);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | cord.cc | 988 SubRange(CordRep* a_node, size_t a_pos, size_t a_n) in SubRange() 989 : node(a_node), pos(a_pos), n(a_n) {} in SubRange()
|
/third_party/skia/third_party/externals/wuffs/release/c/ |
D | wuffs-v0.3.c | 31500 uint32_t a_n); 32827 uint32_t a_n) { in wuffs_json__decoder__decode_digits() argument 32842 v_n = a_n; in wuffs_json__decoder__decode_digits() 32862 if (v_n == a_n) { in wuffs_json__decoder__decode_digits()
|