lowpass           321 libavfilter/af_biquads.c     case lowpass:
lowpass           572 libavfilter/af_biquads.c DEFINE_BIQUAD_FILTER(lowpass, "Apply a low-pass filter with 3dB point frequency.");
lowpass            92 libavfilter/allfilters.c     REGISTER_FILTER(LOWPASS,        lowpass,        af);
lowpass            50 libavfilter/interlace.h     int lowpass;           // enable or disable low pass filterning
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            49 libavfilter/vf_interlace.c     { "lowpass", "enable vertical low-pass filter", OFFSET(lowpass),
lowpass           102 libavfilter/vf_interlace.c     if (!s->lowpass)
lowpass           117 libavfilter/vf_interlace.c     if (s->lowpass) {
lowpass           124 libavfilter/vf_interlace.c            s->scan == MODE_TFF ? "tff" : "bff", (s->lowpass) ? "with" : "without");
lowpass           132 libavfilter/vf_interlace.c                                int lowpass)
lowpass           152 libavfilter/vf_interlace.c         if (lowpass) {
lowpass           212 libavfilter/vf_interlace.c     copy_picture_field(s, s->cur, out, inlink, tff ? FIELD_UPPER : FIELD_LOWER, s->lowpass);
lowpass           216 libavfilter/vf_interlace.c     copy_picture_field(s, s->next, out, inlink, tff ? FIELD_LOWER : FIELD_UPPER, s->lowpass);