Searched defs:filter (Results 1 - 25 of 1027) sorted by last modified time

1234567891011>>

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp2902 in &= (1 << bits) - 1; /*filter out any other bits of the input value*/
3879 Paeth predicter, used by PNG filter type 4
3906 reduced image with filter bytes
3908 reduced image when without filter bytes but with padded scanlines
3999 /*error: only filter method 0 is allowed in the specification*/
4012 For PNG filter method 0
4014 the filter works byte per byte (bytewidth = 1)
4077 default: return 36; /*error: unexisting filter type given*/
4085 For PNG filter method 0
4089 in and out are allowed to be the same memory address (but aren't the same size since in has the extra filter byte
5231 static unsigned filter(unsigned char* out, const unsigned char* in, unsigned w, unsigned h, function
[all...]
/external/webrtc/src/system_wrappers/source/
H A Dtrace_impl.cc457 // processed. Maybe modify the filter at this point.
749 WebRtc_Word32 Trace::SetLevelFilter(WebRtc_UWord32 filter) argument
751 levelFilter = filter;
755 WebRtc_Word32 Trace::LevelFilter(WebRtc_UWord32& filter) argument
757 filter = levelFilter;
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er.c771 * or M1. This will filter out bogus events and anything that
1250 wps_er_init(struct wps_context *wps, const char *ifname, const char *filter) argument
1275 if (filter && os_strncmp(filter, "ifname=", 7) == 0) {
1277 pos = filter + 7;
1283 filter = end + 1;
1286 filter = NULL;
1291 if (filter) {
1292 if (inet_aton(filter, &er->filter_addr) == 0) {
1293 wpa_printf(MSG_INFO, "WPS UPnP: Invalid filter "
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_er.c771 * or M1. This will filter out bogus events and anything that
1250 wps_er_init(struct wps_context *wps, const char *ifname, const char *filter) argument
1275 if (filter && os_strncmp(filter, "ifname=", 7) == 0) {
1277 pos = filter + 7;
1283 filter = end + 1;
1286 filter = NULL;
1291 if (filter) {
1292 if (inet_aton(filter, &er->filter_addr) == 0) {
1293 wpa_printf(MSG_INFO, "WPS UPnP: Invalid filter "
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c56 u8 addr[ETH_ALEN], *filter = NULL, *n; local
64 os_free(filter);
67 n = os_realloc_array(filter, count + 1, ETH_ALEN);
69 os_free(filter);
72 filter = n;
73 os_memcpy(filter + count * ETH_ALEN, addr, ETH_ALEN);
81 wpa_hexdump(MSG_DEBUG, "bssid_filter", filter, count * ETH_ALEN);
83 wpa_s->bssid_filter = filter;
H A Dwps_supplicant.c977 * provisioning is started, so better not filter the AP based
1786 int wpas_wps_er_start(struct wpa_supplicant *wpa_s, const char *filter) argument
1793 wpa_s->wps_er = wps_er_init(wpa_s->wps, wpa_s->ifname, filter);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er.c771 * or M1. This will filter out bogus events and anything that
1250 wps_er_init(struct wps_context *wps, const char *ifname, const char *filter) argument
1275 if (filter && os_strncmp(filter, "ifname=", 7) == 0) {
1277 pos = filter + 7;
1283 filter = end + 1;
1286 filter = NULL;
1291 if (filter) {
1292 if (inet_aton(filter, &er->filter_addr) == 0) {
1293 wpa_printf(MSG_INFO, "WPS UPnP: Invalid filter "
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c7402 static int check_filter (char *filter) argument
7407 if (filter != NULL) {
7408 c = strchr(filter, '*');
7418 static int check_name (const char* name, const char *filter, argument
7424 if (filter != NULL) {
7428 name, filter, exact ? "exact" : "starting");
7430 flen = strlen(filter);
7432 if (nlen == flen && memcmp(name, filter, flen) == 0)
7435 if (flen <= nlen && memcmp(name, filter, flen) == 0)
7454 char *filter)
7453 do_tests( insn_sel_flags_t seln_flags, char *filter) argument
7619 unsigned char *tmp, *filter = NULL; local
[all...]
H A Dtest_isa_2_07_part1.c1024 static int check_filter (char *filter) argument
1029 if (filter != NULL) {
1030 c = strchr(filter, '*');
1039 static int check_name (const char* name, const char *filter, argument
1045 if (filter != NULL) {
1049 name, filter, exact ? "exact" : "starting");
1051 flen = strlen(filter);
1053 if (nlen == flen && memcmp(name, filter, flen) == 0)
1056 if (flen <= nlen && memcmp(name, filter, flen) == 0)
1743 char *filter)
1742 do_tests( insn_sel_flags_t seln_flags, char *filter) argument
1908 char *filter = NULL; local
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c7402 static int check_filter (char *filter) argument
7407 if (filter != NULL) {
7408 c = strchr(filter, '*');
7418 static int check_name (const char* name, const char *filter, argument
7424 if (filter != NULL) {
7428 name, filter, exact ? "exact" : "starting");
7430 flen = strlen(filter);
7432 if (nlen == flen && memcmp(name, filter, flen) == 0)
7435 if (flen <= nlen && memcmp(name, filter, flen) == 0)
7454 char *filter)
7453 do_tests( insn_sel_flags_t seln_flags, char *filter) argument
7619 unsigned char *tmp, *filter = NULL; local
[all...]
H A Dtest_isa_2_07_part1.c1024 static int check_filter (char *filter) argument
1029 if (filter != NULL) {
1030 c = strchr(filter, '*');
1039 static int check_name (const char* name, const char *filter, argument
1045 if (filter != NULL) {
1049 name, filter, exact ? "exact" : "starting");
1051 flen = strlen(filter);
1053 if (nlen == flen && memcmp(name, filter, flen) == 0)
1056 if (flen <= nlen && memcmp(name, filter, flen) == 0)
1743 char *filter)
1742 do_tests( insn_sel_flags_t seln_flags, char *filter) argument
1908 char *filter = NULL; local
[all...]
/external/webp/src/enc/
H A Dalpha.c30 // 'filter' values [0, 4] correspond to prediction modes none, horizontal,
101 // Small struct to hold the result of a filter mode compression attempt.
110 int method, int filter, int reduce_levels,
122 assert(filter >= 0 && filter < WEBP_FILTER_LAST);
131 header = method | (filter << 2);
137 filter_func = WebPFilters[filter];
191 // Given the input 'filter' option, return an OR'd bit-set of filters to try.
193 int filter, int effort_level) {
195 if (filter
109 EncodeAlphaInternal(const uint8_t* const data, int width, int height, int method, int filter, int reduce_levels, int effort_level, uint8_t* const tmp_alpha, FilterTrial* result) argument
192 GetFilterMap(const uint8_t* alpha, int width, int height, int filter, int effort_level) argument
223 ApplyFiltersAndEncode(const uint8_t* alpha, int width, int height, size_t data_size, int method, int filter, int reduce_levels, int effort_level, uint8_t** const output, size_t* const output_size, WebPAuxStats* const stats) argument
267 EncodeAlpha(VP8Encoder* const enc, int quality, int method, int filter, int effort_level, uint8_t** const output, size_t* const output_size) argument
341 const WEBP_FILTER_TYPE filter = local
[all...]
/external/webp/src/utils/
H A Dfilters.c42 // Horizontal filter.
89 // Vertical filter.
137 // Gradient filter.
197 // Quick estimate of a potentially interesting filter mode to try.
227 int filter; local
230 for (filter = WEBP_FILTER_NONE; filter < WEBP_FILTER_LAST; ++filter) {
233 if (bins[filter][i] > 0) {
239 best_filter = (WEBP_FILTER_TYPE)filter;
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c4292 static int check_filter (unsigned char *filter) argument
4297 if (filter != NULL) {
4298 c = my_strchr(filter, '*');
4308 static int check_name (const unsigned char *name, const unsigned char *filter, argument
4314 if (filter != NULL) {
4318 name, filter, exact ? "exact" : "starting");
4320 flen = vexxx_strlen(filter);
4322 if (nlen == flen && my_memcmp(name, filter, flen) == 0)
4325 if (flen <= nlen && my_memcmp(name, filter, flen) == 0)
4339 int cr, unsigned char *filter)
4335 do_tests(int one_arg, int two_args, int three_args, int arith, int logical, int compare, int integer, int floats, int p405, int altivec, int faltivec, int cr, unsigned char *filter) argument
4484 unsigned char /* *tmp, */ *filter = NULL; local
[all...]
/external/valgrind/main/helgrind/
H A Dlibhb_core.c305 /* A filter that removes references for which we believe that
308 Filter* filter; member in struct:_Thr
3328 /* Forget everything we know -- clear the filter and let everything
3352 /* Clearing an arbitrary range in the filter. Unfortunately
3368 /* miss. The filter doesn't hold this address, so ignore. */
3381 /* miss. The filter doesn't hold this address, so ignore. */
3409 /* ------ Read handlers for the filter. ------ */
3524 /* ------ Write handlers for the filter. ------ */
3670 thr->filter = HG_(zalloc)( "libhb.Thr__new.2", sizeof(Filter) );
5742 if (LIKELY(Filter__ok_to_skip_cwr08(thr->filter,
[all...]
/external/valgrind/main/include/vki/
H A Dvki-linux.h3152 // From linux-3.2.0/include/linux/filter.h
3156 __vki_u16 code; /* Actual filter code */
3164 struct vki_sock_filter *filter; member in struct:vki_sock_fprog
/external/strace/
H A Dnet.c1037 struct icmp_filter filter; local
1047 if (umove(tcp, addr, &filter) < 0) {
1053 printflags(icmpfilterflags, ~filter.data, "ICMP_???");
/external/sqlite/dist/orig/
H A Dsqlite3.c129781 Fts3SegFilter filter; /* Segment term filter configuration */ local
132665 Fts3SegFilter filter; member in struct:Fts3auxCursor
139856 Fts3SegFilter filter; /* Segment term filter condition */ local
141765 Fts3SegFilter filter; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c129801 Fts3SegFilter filter; /* Segment term filter configuration */ local
132697 Fts3SegFilter filter; member in struct:Fts3auxCursor
139888 Fts3SegFilter filter; /* Segment term filter condition */ local
141797 Fts3SegFilter filter; local
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddfs-visit.h77 void DfsVisit(const Fst<Arc> &fst, V *visitor, ArcFilter filter) { argument
124 if (!filter(arc)) {
H A Dprune.h35 // Arc filter.
36 ArcFilter filter; member in class:fst::PruneOptions
46 : threshold(t), filter(f), idistance(id), fdistance(fd) {}
101 if (!opts.filter(arc)) continue;
201 if (!opts.filter(arc)) continue;
H A Dqueue.h286 // This constructor computes the top. order. It accepts an arc filter
291 TopOrderQueue(const Fst<Arc> &fst, ArcFilter filter) argument
296 DfsVisit(fst, &top_order_visitor, filter);
506 ArcFilter filter) : QueueBase<S>(AUTO_QUEUE) {
517 queue_ = new TopOrderQueue<StateId>(fst, filter);
526 DfsVisit(fst, &scc_visitor, filter);
538 SccQueueType(fst, scc_, &queue_types, filter, less, &all_trivial,
619 ArcFilter filter, Less *less,
639 // number of SCCs. An arc filter is used to limit the transitions
649 ArcFilter filter, Les
505 AutoQueue(const Fst<Arc> &fst, const vector<typename Arc::Weight> *distance, ArcFilter filter) argument
646 SccQueueType(const Fst<A> &fst, const vector<StateId> &scc, vector<QueueType> *queue_type, ArcFilter filter, Less *less, bool *all_trivial, bool *unweighted) argument
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_wtengine.h138 S_FILTER_CONTROL filter; /* low pass filter */ member in struct:s_wt_voice_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wtengine.h138 S_FILTER_CONTROL filter; /* low pass filter */ member in struct:s_wt_voice_tag
/external/skia/samplecode/
H A DSampleApp.cpp494 virtual bool filter(SkPaint* paint, Type t) { function in class:FlagsDrawFilter

Completed in 7980 milliseconds

1234567891011>>