lowpass 359 libavfilter/af_biquads.c case lowpass: lowpass 743 libavfilter/af_biquads.c DEFINE_BIQUAD_FILTER(lowpass, "Apply a low-pass filter with 3dB point frequency."); lowpass 69 libavfilter/tinterlace.h int lowpass; ///< legacy interlace filter lowpass mode lowpass 70 libavfilter/vf_hqdn3d.c frame_ant[x] = tmp = lowpass(frame_ant[x], LOAD(x), temporal, depth); lowpass 97 libavfilter/vf_hqdn3d.c line_ant[x] = tmp = pixel_ant = lowpass(pixel_ant, LOAD(x), spatial, depth); lowpass 98 libavfilter/vf_hqdn3d.c frame_ant[x] = tmp = lowpass(frame_ant[x], tmp, temporal, depth); lowpass 112 libavfilter/vf_hqdn3d.c line_ant[x] = tmp = lowpass(line_ant[x], pixel_ant, spatial, depth); lowpass 113 libavfilter/vf_hqdn3d.c pixel_ant = lowpass(pixel_ant, LOAD(x+1), spatial, depth); lowpass 114 libavfilter/vf_hqdn3d.c frame_ant[x] = tmp = lowpass(frame_ant[x], tmp, temporal, depth); lowpass 117 libavfilter/vf_hqdn3d.c line_ant[x] = tmp = lowpass(line_ant[x], pixel_ant, spatial, depth); lowpass 118 libavfilter/vf_hqdn3d.c frame_ant[x] = tmp = lowpass(frame_ant[x], tmp, temporal, depth); lowpass 67 libavfilter/vf_tinterlace.c { "lowpass", "set vertical low-pass filter", OFFSET(lowpass), AV_OPT_TYPE_INT, {.i64 = VLPF_LIN}, 0, 2, FLAGS, "lowpass" }, lowpass 533 libavfilter/vf_tinterlace.c if (tinterlace->lowpass == VLPF_LIN) lowpass 535 libavfilter/vf_tinterlace.c if (tinterlace->lowpass == VLPF_CMP) lowpass 820 libavfilter/vf_waveform.c static av_always_inline void lowpass(WaveformContext *s, lowpass 945 libavfilter/vf_waveform.c lowpass(s, in, out, component, s->intensity, \