Home
last modified time | relevance | path

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

/third_party/boost/boost/fusion/algorithm/query/detail/
Dfind_if.hpp30 struct apply_filter struct
55 , apply_filter<First, Pred> >
97 apply_filter<Iter, Pred>,
119 apply_filter<Iter, Pred>,
134 apply_filter<Iter, Pred>,
146 apply_filter<Iter, Pred>,
/third_party/jsoncpp/devtools/
Dantglob.py117 def apply_filter(full_path, filter_rexs): function
135 included = apply_filter(full_path, include_filter)
136 rejected = apply_filter(full_path, exclude_filter)
/third_party/ffmpeg/libavcodec/
Ddcaadpcm.c40 static inline int64_t apply_filter(const int16_t a[DCA_ADPCM_COEFFS], const int64_t corr[15], const… in apply_filter() function
93 err = apply_filter(ff_dca_adpcm_vb[i], corr, *precalc_data); in find_best_filter()
Dmlpenc.c1805 static int apply_filter(MLPEncodeContext *ctx, unsigned int channel) in apply_filter() function
1883 if (apply_filter(ctx, channel) < 0) { in apply_filters()
1888 apply_filter(ctx, channel); in apply_filters()
Dapedec.c1371 static void apply_filter(APEContext *ctx, APEFilter *f, in apply_filter() function
1388 apply_filter(ctx, ctx->filters[i], decoded0, decoded1, count, in ape_apply_filters()
/third_party/ffmpeg/libavfilter/
Dvf_coreimage.m181 static int apply_filter(CoreImageContext *ctx, AVFilterLink *link, AVFrame *frame) function
320 return apply_filter(link->dst->priv, link->dst->outputs[0], frame);
353 return apply_filter(ctx, link, frame);
/third_party/python/Lib/tkinter/
Dtix.py803 def apply_filter(self): # name of subwidget is same as command member in FileSelectBox