Home
last modified time | relevance | path

Searched refs:filt (Results 1 – 25 of 44) sorted by relevance

12

/third_party/uboot/u-boot-2020.01/common/
Dlog.c154 struct log_filter *filt; in log_passes_filters() local
163 list_for_each_entry(filt, &ldev->filter_head, sibling_node) { in log_passes_filters()
164 if (rec->level > filt->max_level) in log_passes_filters()
166 if ((filt->flags & LOGFF_HAS_CAT) && in log_passes_filters()
167 !log_has_cat(filt->cat_list, rec->cat)) in log_passes_filters()
169 if (filt->file_list && in log_passes_filters()
170 !log_has_file(filt->file_list, rec->file)) in log_passes_filters()
228 struct log_filter *filt; in log_add_filter() local
236 filt = (struct log_filter *)calloc(1, sizeof(*filt)); in log_add_filter()
237 if (!filt) in log_add_filter()
[all …]
/third_party/ffmpeg/libavcodec/
Daacenc_tns.c73 int i, w, filt, coef_compress = 0, coef_len; in ff_aac_encode_tns_info() local
85 for (filt = 0; filt < tns->n_filt[i]; filt++) { in ff_aac_encode_tns_info()
86 put_bits(&s->pb, 6 - 2 * is8, tns->length[i][filt]); in ff_aac_encode_tns_info()
87 put_bits(&s->pb, 5 - 2 * is8, tns->order[i][filt]); in ff_aac_encode_tns_info()
88 if (!tns->order[i][filt]) in ff_aac_encode_tns_info()
90 put_bits(&s->pb, 1, tns->direction[i][filt]); in ff_aac_encode_tns_info()
91 coef_compress = compress_coeffs(tns->coef_idx[i][filt], in ff_aac_encode_tns_info()
92 tns->order[i][filt], c_bits); in ff_aac_encode_tns_info()
95 for (w = 0; w < tns->order[i][filt]; w++) in ff_aac_encode_tns_info()
96 put_bits(&s->pb, coef_len, tns->coef_idx[i][filt][w]); in ff_aac_encode_tns_info()
[all …]
Daacdec_template.c1584 int w, filt, i, coef_len, coef_res, coef_compress; in decode_tns() local
1591 for (filt = 0; filt < tns->n_filt[w]; filt++) { in decode_tns()
1593 tns->length[w][filt] = get_bits(gb, 6 - 2 * is8); in decode_tns()
1595 if ((tns->order[w][filt] = get_bits(gb, 5 - 2 * is8)) > tns_max_order) { in decode_tns()
1598 tns->order[w][filt], tns_max_order); in decode_tns()
1599 tns->order[w][filt] = 0; in decode_tns()
1602 if (tns->order[w][filt]) { in decode_tns()
1603 tns->direction[w][filt] = get_bits1(gb); in decode_tns()
1608 for (i = 0; i < tns->order[w][filt]; i++) in decode_tns()
1609 tns->coef[w][filt][i] = tns_tmp2_map[tmp2_idx][get_bits(gb, coef_len)]; in decode_tns()
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dvp8_mc_msa.c165 v8i16 filt, out0, out1; in common_hz_6t_4x4_msa() local
171 filt = LD_SH(filter); in common_hz_6t_4x4_msa()
172 SPLATI_H3_SB(filt, 0, 1, 2, filt0, filt1, filt2); in common_hz_6t_4x4_msa()
193 v8i16 filt, out0, out1, out2, out3; in common_hz_6t_4x8_msa() local
199 filt = LD_SH(filter); in common_hz_6t_4x8_msa()
200 SPLATI_H3_SB(filt, 0, 1, 2, filt0, filt1, filt2); in common_hz_6t_4x8_msa()
243 v8i16 filt, out0, out1, out2, out3; in ff_put_vp8_epel8_h6_msa() local
250 filt = LD_SH(filter); in ff_put_vp8_epel8_h6_msa()
251 SPLATI_H3_SB(filt, 0, 1, 2, filt0, filt1, filt2); in ff_put_vp8_epel8_h6_msa()
291 v8i16 filt, out0, out1, out2, out3, out4, out5, out6, out7; in ff_put_vp8_epel16_h6_msa() local
[all …]
Dvp8_lpf_msa.c41 v16i8 filt, filt1, filt2, cnst4b, cnst3b; \
49 filt = __msa_subs_s_b(p1_m, q1_m); \
51 filt = filt & (v16i8) hev_in; \
54 filt_sign = __msa_clti_s_b(filt, 0); \
59 filt_r = (v8i16) __msa_ilvr_b(filt_sign, filt); \
65 filt_l = (v8i16) __msa_ilvl_b(filt_sign, filt); \
69 filt = __msa_pckev_b((v16i8) filt_l, (v16i8) filt_r); \
70 filt = filt & (v16i8) mask_in; \
73 filt1 = __msa_adds_s_b(filt, cnst4b); \
77 filt2 = __msa_adds_s_b(filt, cnst3b); \
[all …]
Dvp9_mc_msa.c165 v8i16 filt, out0, out1; in common_hz_8t_4x4_msa() local
171 filt = LD_SH(filter); in common_hz_8t_4x4_msa()
172 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_4x4_msa()
195 v8i16 filt, out0, out1, out2, out3; in common_hz_8t_4x8_msa() local
201 filt = LD_SH(filter); in common_hz_8t_4x8_msa()
202 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_4x8_msa()
242 v8i16 filt, out0, out1, out2, out3; in common_hz_8t_8x4_msa() local
248 filt = LD_SH(filter); in common_hz_8t_8x4_msa()
249 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_8x4_msa()
274 v8i16 filt, out0, out1, out2, out3; in common_hz_8t_8x8mult_msa() local
[all …]
Dhevc_mc_uni_msa.c292 v8i16 filt, out0, out1; in common_hz_8t_4x4_msa() local
298 filt = LD_SH(filter); in common_hz_8t_4x4_msa()
299 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_4x4_msa()
322 v8i16 filt, out0, out1, out2, out3; in common_hz_8t_4x8_msa() local
328 filt = LD_SH(filter); in common_hz_8t_4x8_msa()
329 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_4x8_msa()
358 v8i16 filt, out0, out1, out2, out3; in common_hz_8t_4x16_msa() local
364 filt = LD_SH(filter); in common_hz_8t_4x16_msa()
365 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_4x16_msa()
429 v8i16 filt, out0, out1, out2, out3; in common_hz_8t_8w_msa() local
[all …]
/third_party/ffmpeg/libavcodec/ppc/
Dvp8dsp_altivec.c107 vec_u8 filt, a, pixh, pixl, outer; in put_vp8_epel_h_altivec_core() local
136 filt = vec_packsu(f16h, f16l); in put_vp8_epel_h_altivec_core()
137 vec_st(filt, 0, dst); in put_vp8_epel_h_altivec_core()
139 filt = vec_packsu(f16h, f16h); in put_vp8_epel_h_altivec_core()
140 vec_ste((vec_u32)filt, 0, (uint32_t*)dst); in put_vp8_epel_h_altivec_core()
142 vec_ste((vec_u32)filt, 4, (uint32_t*)dst); in put_vp8_epel_h_altivec_core()
199 vec_u8 s0, s1, s2, s3, s4, s5, filt, align_vech, perm_vec, align_vecl; in put_vp8_epel_v_altivec_core() local
235 filt = vec_packsu(f16h, f16l); in put_vp8_epel_v_altivec_core()
236 vec_st(filt, 0, dst); in put_vp8_epel_v_altivec_core()
238 filt = vec_packsu(f16h, f16h); in put_vp8_epel_v_altivec_core()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_signalstats.c243 const int filt = luma < 16 || luma > 235 || in filter8_brng() local
246 score += filt; in filter8_brng()
247 if (out && filt) in filter8_brng()
278 const int filt = luma < 16 * mult || luma > 235 * mult || in filter16_brng() local
281 score += filt; in filter16_brng()
282 if (out && filt) in filter16_brng()
306 int x, y, score = 0, filt; in filter8_tout() local
325 filt = FILTER3(2) && FILTER3(1); in filter8_tout()
326 score += filt; in filter8_tout()
327 if (filt && out) in filter8_tout()
[all …]
Davfiltergraph.c142 int avfilter_graph_create_filter(AVFilterContext **filt_ctx, const AVFilter *filt, in avfilter_graph_create_filter() argument
148 *filt_ctx = avfilter_graph_alloc_filter(graph_ctx, filt, name); in avfilter_graph_create_filter()
216 AVFilterContext *filt; in graph_check_validity() local
221 filt = graph->filters[i]; in graph_check_validity()
223 for (j = 0; j < filt->nb_inputs; j++) { in graph_check_validity()
224 if (!filt->inputs[j] || !filt->inputs[j]->src) { in graph_check_validity()
225 pad = &filt->input_pads[j]; in graph_check_validity()
228 … pad->name, av_get_media_type_string(pad->type), filt->name, filt->filter->name); in graph_check_validity()
233 for (j = 0; j < filt->nb_outputs; j++) { in graph_check_validity()
234 if (!filt->outputs[j] || !filt->outputs[j]->dst) { in graph_check_validity()
[all …]
Daf_earwax.c39 static const int8_t filt[NUMTAPS] = { variable
105 sample += in[j] * filt[j]; in scalarproduct()
Dgraphparser.c99 const AVFilter *filt; in create_filter() local
122 filt = avfilter_get_by_name(filt_name); in create_filter()
124 if (!filt) { in create_filter()
130 *filt_ctx = avfilter_graph_alloc_filter(ctx, filt, inst_name); in create_filter()
Davfilter.h799 int avfilter_insert_filter(AVFilterLink *link, AVFilterContext *filt,
960 int avfilter_graph_create_filter(AVFilterContext **filt_ctx, const AVFilter *filt,
Davfilter.c240 int avfilter_insert_filter(AVFilterLink *link, AVFilterContext *filt, in avfilter_insert_filter() argument
248 filt->name, link->src->name, link->dst->name); in avfilter_insert_filter()
251 if ((ret = avfilter_link(filt, filt_dstpad_idx, link->dst, dstpad_idx)) < 0) { in avfilter_insert_filter()
258 link->dst = filt; in avfilter_insert_filter()
259 link->dstpad = &filt->input_pads[filt_srcpad_idx]; in avfilter_insert_filter()
260 filt->inputs[filt_srcpad_idx] = link; in avfilter_insert_filter()
266 &filt->outputs[filt_dstpad_idx]->out_formats); in avfilter_insert_filter()
269 &filt->outputs[filt_dstpad_idx]->out_samplerates); in avfilter_insert_filter()
272 &filt->outputs[filt_dstpad_idx]->out_channel_layouts); in avfilter_insert_filter()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddec_msa.c169 #define FILT_VAL(q0_m, p0_m, mask, filt) do { \ argument
172 filt = __msa_adds_s_b(filt, q0_sub_p0); \
173 filt = __msa_adds_s_b(filt, q0_sub_p0); \
174 filt = __msa_adds_s_b(filt, q0_sub_p0); \
175 filt = filt & mask; \
192 v16i8 filt, t1, t2; \
197 filt = __msa_subs_s_b(p1_m, q1_m); \
198 filt = filt & hev; \
199 FILT_VAL(q0_m, p0_m, mask, filt); \
200 t1 = __msa_adds_s_b(filt, cnst4b); \
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Ddec_msa.c169 #define FILT_VAL(q0_m, p0_m, mask, filt) do { \ argument
172 filt = __msa_adds_s_b(filt, q0_sub_p0); \
173 filt = __msa_adds_s_b(filt, q0_sub_p0); \
174 filt = __msa_adds_s_b(filt, q0_sub_p0); \
175 filt = filt & mask; \
192 v16i8 filt, t1, t2; \
197 filt = __msa_subs_s_b(p1_m, q1_m); \
198 filt = filt & hev; \
199 FILT_VAL(q0_m, p0_m, mask, filt); \
200 t1 = __msa_adds_s_b(filt, cnst4b); \
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dcheck-symbols.sh29 …| grep ' [BCDGINRST] .' | grep -v " $symprefix\\($IGNORED_SYMBOLS\\>\\)" | cut -d' ' -f3 | c++filt`
49 } | c++filt | diff "$def" - >&2 || stat=1
/third_party/node/deps/npm/node_modules/ignore-walk/
Dindex.js139 filtered.forEach(filt => {
140 const entry = filt[0]
141 const file = filt[1]
142 const dir = filt[2]
/third_party/harfbuzz/src/
Dgen-ucd-table.py50 filt = lambda v: ((v[0] & 0xFFFFF800) == 0x0000 and function
53 dm2_u32_array = [v for v in dm2 if filt(v[0])]
54 dm2_u64_array = [v for v in dm2 if not filt(v[0])]
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-ucd-table.py50 filt = lambda v: ((v[0] & 0xFFFFF800) == 0x0000 and function
53 dm2_u32_array = [v for v in dm2 if filt(v[0])]
54 dm2_u64_array = [v for v in dm2 if not filt(v[0])]
/third_party/node/test/pseudo-tty/
Dpty_helper.py31 filt = lambda c: c >= b' '[0] or c in b'\t\n\r\f' function
32 data = filter(filt, data)
/third_party/boost/libs/process/doc/
Dfaq.qbk5 Now let's revisit our c++filt example and we will put in an obvious mistake.
14 child c("c++filt", std_out > is, std_in < os);
27 This locks immediately. This is because `c++filt` expects input, before
Dtutorial.qbk224 [@https://sourceware.org/binutils/docs/binutils/c_002b_002bfilt.html c++filt] for this.
230 bp::child c("c++filt", std_out > out, std_in < in);
249 //we just use the same pipe, so the output of nm is directly passed as input to c++filt
251 bp::child filt(bp::search_path("c++filt"), bp::std_in < p, bp::std_out > is);
254 …while (filt.running() && std::getline(is, line)) //when nm finished the pipe closes and c++filt ex…
258 filt.wait();
263 This forwards the data from `nm` to `c++filt` without your process needing to do anything.
/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_audiocvt.c868 const SDL_AudioTypeFilters *filt = &sdl_audio_type_filters[i]; in SDL_BuildAudioTypeCVT() local
869 if ((filt->src_fmt == src_fmt) && (filt->dst_fmt == dst_fmt)) { in SDL_BuildAudioTypeCVT()
870 filter = filt->filter; in SDL_BuildAudioTypeCVT()
959 const SDL_AudioRateFilters *filt = &sdl_audio_rate_filters[i]; in SDL_BuildAudioResampleCVT() local
960 if ((filt->fmt == cvt->dst_format) && in SDL_BuildAudioResampleCVT()
961 (filt->channels == dst_channels) && in SDL_BuildAudioResampleCVT()
962 (filt->upsample == upsample) && in SDL_BuildAudioResampleCVT()
963 (filt->multiple == multiple)) { in SDL_BuildAudioResampleCVT()
964 filter = filt->filter; in SDL_BuildAudioResampleCVT()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_atheros.c961 struct ieee80211req_set_filter filt; in atheros_receive_pkt() local
964 filt.app_filterype = 0; in atheros_receive_pkt()
966 filt.app_filterype |= IEEE80211_FILTER_TYPE_PROBE_REQ; in atheros_receive_pkt()
969 filt.app_filterype |= (IEEE80211_FILTER_TYPE_ASSOC_REQ | in atheros_receive_pkt()
974 filt.app_filterype |= IEEE80211_FILTER_TYPE_ACTION; in atheros_receive_pkt()
977 filt.app_filterype |= IEEE80211_FILTER_TYPE_ACTION; in atheros_receive_pkt()
979 if (filt.app_filterype) { in atheros_receive_pkt()
980 ret = set80211priv(drv, IEEE80211_IOCTL_FILTERFRAME, &filt, in atheros_receive_pkt()
997 struct ieee80211req_set_filter filt; in atheros_reset_appfilter() local
998 filt.app_filterype = 0; in atheros_reset_appfilter()
[all …]

12