Lines Matching refs:glong
344 glong val; in gst_audio_dynamic_transform_hard_knee_compressor_int()
345 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
346 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
393 glong val; in gst_audio_dynamic_transform_soft_knee_compressor_int()
394 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
395 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
498 glong val; in gst_audio_dynamic_transform_hard_knee_expander_int()
499 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
500 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
573 glong val; in gst_audio_dynamic_transform_soft_knee_expander_int()
574 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
575 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()