Home
last modified time | relevance | path

Searched refs:filter_t (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dbiquad.h42 } filter_t; typedef
62 filter_t filter_type;
73 char const * allowed_width_types, filter_t filter_type);
H A Dreverb.c31 } filter_t; typedef
33 static float comb_process(filter_t * p, /* gcc -O2 will inline this */ in comb_process()
43 static float allpass_process(filter_t * p, /* gcc -O2 will inline this */ in allpass_process()
58 filter_t comb [array_length(comb_lengths)];
59 filter_t allpass[array_length(allpass_lengths)];
70 filter_t * pcomb = &p->comb[i]; in filter_array_create()
76 filter_t * pallpass = &p->allpass[i]; in filter_array_create()
H A Ddither.c51 } filter_t; typedef
230 static const filter_t filters[] = {
380 filter_t const * f; in start()
H A Ddft_filter.c23 typedef dft_filter_t filter_t; typedef
53 filter_t const * f = p->filter_ptr; in filter()
H A Dbiquads.c87 filter_t type = filter_BPF; in bandpass_getopts()
100 filter_t type = filter_APF; in allpass_getopts()
126 filter_t type = filter_BPF_SPK; in band_getopts()
H A Dbiquad.c36 char const * allowed_width_types, filter_t filter_type) in lsx_biquad_getopts()
/OK3568_Linux_fs/buildroot/package/vlc/
H A D0009-modules-video_filter-opencv_example.cpp-fix-build-wi.patch12 video_filter/opencv_example.cpp: In function 'picture_t* Filter(filter_t*, picture_t*)':
31 @@ -202,7 +202,7 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic )