Searched refs:filter_t (Results 1 – 7 of 7) sorted by relevance
42 } filter_t; typedef62 filter_t filter_type;73 char const * allowed_width_types, filter_t filter_type);
31 } filter_t; typedef33 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()
51 } filter_t; typedef230 static const filter_t filters[] = {380 filter_t const * f; in start()
23 typedef dft_filter_t filter_t; typedef53 filter_t const * f = p->filter_ptr; in filter()
87 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()
36 char const * allowed_width_types, filter_t filter_type) in lsx_biquad_getopts()
12 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 )