Searched refs:lowpass (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_hqdn3d.c51 static uint32_t lowpass(int prev, int cur, int16_t *coef, int depth) function
70 frame_ant[x] = tmp = lowpass(frame_ant[x], LOAD(x), temporal, depth);
97 line_ant[x] = tmp = pixel_ant = lowpass(pixel_ant, LOAD(x), spatial, depth);
98 frame_ant[x] = tmp = lowpass(frame_ant[x], tmp, temporal, depth);
112 line_ant[x] = tmp = lowpass(line_ant[x], pixel_ant, spatial, depth);
113 pixel_ant = lowpass(pixel_ant, LOAD(x+1), spatial, depth);
114 frame_ant[x] = tmp = lowpass(frame_ant[x], tmp, temporal, depth);
117 line_ant[x] = tmp = lowpass(line_ant[x], pixel_ant, spatial, depth);
118 frame_ant[x] = tmp = lowpass(frame_ant[x], tmp, temporal, depth);
H A Dvf_interlace.c54 int lowpass; // enable or disable low pass filterning member in struct:InterlaceContext
69 { "lowpass", "(deprecated, this option is always set)", OFFSET(lowpass),
105 if (!s->lowpass)
H A Daf_biquads.c81 lowpass, enumerator in enum:FilterType
321 case lowpass:
572 DEFINE_BIQUAD_FILTER(lowpass, "Apply a low-pass filter with 3dB point frequency.");
H A Dallfilters.c94 REGISTER_FILTER(LOWPASS, lowpass, af);

Completed in 59 milliseconds