Searched refs:highpass (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | opusenc_utils.h | 36 int highpass) in bessel_reinit() argument 41 if (!highpass) { in bessel_reinit() 61 if (highpass) { in bessel_reinit() 70 int highpass) in bessel_init() argument 73 return bessel_reinit(s, n, f0, fs, highpass); in bessel_init()
|
D | snow_dwt.c | 118 int highpass, int inverse) in lift() argument 120 const int mirror_left = !highpass; in lift() 121 const int mirror_right = (width & 1) ^ highpass; in lift() 122 const int w = (width >> 1) - 1 + (highpass & width); in lift() 148 int highpass, int inverse) in liftS() argument 150 const int mirror_left = !highpass; in liftS() 151 const int mirror_right = (width & 1) ^ highpass; in liftS() 152 const int w = (width >> 1) - 1 + (highpass & width); in liftS()
|
/third_party/pulseaudio/src/modules/echo-cancel/ |
D | adrian-aec.h | 143 REAL highpass(REAL in) { in highpass() function 271 REAL highpass(REAL in) {
|
/third_party/ffmpeg/libavfilter/ |
D | af_biquads.c | 80 highpass, enumerator 608 case highpass: in config_filter() 1182 DEFINE_BIQUAD_FILTER(highpass, "Apply a high-pass filter with 3dB point frequency.");
|
/third_party/ffmpeg/ |
D | Changelog | 1074 - allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 2772 roll off than highpass filter, and thus is able to more attenuate 4297 lowpass on left channel, highpass on right channel: 4529 @section highpass 4605 Change highpass frequency. 4609 Change highpass width_type. 4613 Change highpass width. 4617 Change highpass mix.
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 135666 gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements. 135699 Add Chebyshev lowpass/highpass and bandpass/bandreject elements. 135962 a bandpass filter by creating a highpass instead of a second 135995 gst/filter/gstlpwsinc.*: Add a highpass mode. 136002 Add a highpass mode.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 221385 a bandpass filter by creating a highpass instead of a second 221418 gst/filter/gstlpwsinc.*: Add a highpass mode. 221425 Add a highpass mode.
|