/third_party/ffmpeg/libavfilter/ |
D | vf_hqdn3d.c | 51 static uint32_t lowpass(int prev, int cur, int16_t *coef, int depth) in lowpass() function 70 frame_ant[x] = tmp = lowpass(frame_ant[x], LOAD(x), temporal, depth); in denoise_temporal() 97 line_ant[x] = tmp = pixel_ant = lowpass(pixel_ant, LOAD(x), spatial, depth); in denoise_spatial() 98 frame_ant[x] = tmp = lowpass(frame_ant[x], tmp, temporal, depth); in denoise_spatial() 112 line_ant[x] = tmp = lowpass(line_ant[x], pixel_ant, spatial, depth); in denoise_spatial() 113 pixel_ant = lowpass(pixel_ant, LOAD(x+1), spatial, depth); in denoise_spatial() 114 frame_ant[x] = tmp = lowpass(frame_ant[x], tmp, temporal, depth); in denoise_spatial() 117 line_ant[x] = tmp = lowpass(line_ant[x], pixel_ant, spatial, depth); in denoise_spatial() 118 frame_ant[x] = tmp = lowpass(frame_ant[x], tmp, temporal, depth); in denoise_spatial()
|
D | af_asoftclip.c | 61 Lowpass lowpass[MAX_OVERSAMPLE]; member 164 dst[n] = run_lowpassf(&s->lowpass[oversample - 1], dst[n], w); in filter_flt() 244 dst[n] = run_lowpassf(&s->lowpass[oversample - 1], dst[n], w); in filter_flt() 289 dst[n] = run_lowpassd(&s->lowpass[oversample - 1], dst[n], w); in filter_dbl() 369 dst[n] = run_lowpassd(&s->lowpass[oversample - 1], dst[n], w); in filter_dbl() 393 get_lowpass(&s->lowpass[i], inlink->sample_rate / 2, inlink->sample_rate * (i + 1)); in config_input()
|
D | tinterlace.h | 69 int lowpass; ///< legacy interlace filter lowpass mode member
|
D | vf_tinterlace.c | 67 …{ "lowpass", "set vertical low-pass filter", OFFSET(lowpass), AV_OPT_TYPE_INT, {.i64 =… 526 if (tinterlace->lowpass == VLPF_LIN) in init_interlace() 528 if (tinterlace->lowpass == VLPF_CMP) in init_interlace()
|
D | af_biquads.c | 85 lowpass, enumerator 745 case lowpass: in convert_dir2zdf() 927 case lowpass: in config_filter() 1623 DEFINE_BIQUAD_FILTER(lowpass, "Apply a low-pass filter with 3dB point frequency.");
|
D | vf_waveform.c | 824 static av_always_inline void lowpass(WaveformContext *s, in lowpass() function 949 lowpass(s, in, out, component, s->intensity, \
|
/third_party/lame/ |
D | TODO | 67 9. lowpass filter: for M/S stereo, use more filtering for the side 69 the polyphase filter with an FIR lowpass filter with finer frequency 74 can also be used as a lowpass. When resampling is done, 75 use that filter to also lowpass instead of the polyphase filter. 79 for the lowpass? If it is not too much slower, yes. If it
|
D | USAGE | 60 you use a 16 kHz sampling rate combined with lowpass filtering. LAME, 62 However, if you feel there is too much (or not enough) lowpass 63 filtering, you may need to try different values of the lowpass cutoff 64 and passband width (--resample, --lowpass and --lowpass-width options). 133 --lowpass Frequency(kHz), lowpass filter cutoff above freq. 135 --lowpass-width 136 Frequency(kHz), lowpass window width. 523 --lowpass number Use a lowpass filter when encoding 525 Enables a lowpass filter of the specified frequency when encoding the source. 528 Using a lowpass filter helps reducing the amount of data to encode. This is [all …]
|
D | ChangeLog | 1670 last patch made manual lowpass setting impossable (for VBR) 4975 call lowpass and highpass if you need to change them 6443 cbr/abr: adjusted lowpass 7381 small cleanup in the lowpass/samplefreq selection code 7411 fix the display of lowpass fileter config. 7662 fixed lowpass value for high bitrate vbr profiles 7925 Fixed low bitrates lowpass and sampling rate values 8027 fix lowpass values for low vbr presets 9159 rollback of lowpass change before release 9165 change of the default lowpass values (will break testcases) [all …]
|
/third_party/lame/misc/ |
D | lame4dos.bat | 24 set OPTS=-h --lowpass-width 2 --lowpass 20.5 -b 112 --abr 180
|
/third_party/lame/libmp3lame/ |
D | lame.c | 210 int lowpass; in optimum_bandwidth() member 237 *lowerlimit = freq_map[table_index].lowpass; in optimum_bandwidth() 723 double lowpass = 16000; in lame_init_params() local 728 optimum_bandwidth(&lowpass, &highpass, gfp->brate); in lame_init_params() 732 optimum_bandwidth(&lowpass, &highpass, gfp->VBR_mean_bitrate_kbps); in lame_init_params() 741 lowpass = linear_int(a, b, m); in lame_init_params() 744 lowpass = 19500; in lame_init_params() 755 lowpass = linear_int(a, b, m); in lame_init_params() 758 lowpass = 21500; in lame_init_params() 768 lowpass = linear_int(a, b, m); in lame_init_params() [all …]
|
/third_party/lame/test/ |
D | misc.op | 7 --lowpass 12
|
/third_party/ffmpeg/doc/ |
D | lexicon | 12 lp: lowpass
|
D | encoders.texi | 485 Set lowpass cutoff frequency. If unspecified, the encoder selects a default 844 @item cutoff (@emph{--lowpass}) 845 Set lowpass cutoff frequency. If unspecified, the encoder dynamically
|
D | filters.texi | 4840 lowpass at 1000 Hz: 4845 lowpass at 1000 Hz with gain_entry: 4860 lowpass on left channel, highpass on right channel: 5452 @section lowpass 5538 lowpass=c=LFE 5547 Change lowpass frequency. 5551 Change lowpass width_type. 5555 Change lowpass width. 5559 Change lowpass mix. 14993 @item lowpass [all …]
|
/third_party/ffmpeg/tests/fate/ |
D | filter-video.mak | 154 fate-filter-interlace-complex: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf interlace=lowpass=complex
|
/third_party/ffmpeg/ |
D | Changelog | 1215 - allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
|