Home
last modified time | relevance | path

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

12

/third_party/libwebsockets/lib/roles/listen/
Dops-listen.c32 struct lws_filter_network_conn_args filt; in rops_handle_POLLIN_listen() local
35 memset(&filt, 0, sizeof(filt)); in rops_handle_POLLIN_listen()
75 filt.clilen = sizeof(filt.cli_addr); in rops_handle_POLLIN_listen()
84 filt.accept_fd = accept((int)pollfd->fd, in rops_handle_POLLIN_listen()
85 (struct sockaddr *)&filt.cli_addr, in rops_handle_POLLIN_listen()
86 &filt.clilen); in rops_handle_POLLIN_listen()
87 if (filt.accept_fd == LWS_SOCK_INVALID) { in rops_handle_POLLIN_listen()
98 compatible_close(filt.accept_fd); in rops_handle_POLLIN_listen()
103 lws_plat_set_socket_options(wsi->a.vhost, filt.accept_fd, 0); in rops_handle_POLLIN_listen()
107 ((filt.cli_addr.ss_family == AF_INET6) ? in rops_handle_POLLIN_listen()
[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.c1688 int w, filt, i, coef_len, coef_res, coef_compress; in decode_tns() local
1695 for (filt = 0; filt < tns->n_filt[w]; filt++) { in decode_tns()
1697 tns->length[w][filt] = get_bits(gb, 6 - 2 * is8); in decode_tns()
1699 if ((tns->order[w][filt] = get_bits(gb, 5 - 2 * is8)) > tns_max_order) { in decode_tns()
1702 tns->order[w][filt], tns_max_order); in decode_tns()
1703 tns->order[w][filt] = 0; in decode_tns()
1706 if (tns->order[w][filt]) { in decode_tns()
1707 tns->direction[w][filt] = get_bits1(gb); in decode_tns()
1712 for (i = 0; i < tns->order[w][filt]; i++) in decode_tns()
1713 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 …]
Daf_earwax.c39 static const int8_t filt[NUMTAPS * 2] = { variable
101 const int16_t *filt, int16_t *out) in scalarproduct() argument
109 sample += in[j] * filt[j]; in scalarproduct()
123 s->filter[0][i] = filt[i * 2]; in config_input()
124 s->filter[1][i] = filt[i * 2 + 1]; in config_input()
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 …]
Dgraphparser.c101 const AVFilter *filt; in create_filter() local
124 filt = avfilter_get_by_name(filt_name); in create_filter()
126 if (!filt) { in create_filter()
132 *filt_ctx = avfilter_graph_alloc_filter(ctx, filt, inst_name); in create_filter()
Davfilter.h809 int avfilter_insert_filter(AVFilterLink *link, AVFilterContext *filt,
970 int avfilter_graph_create_filter(AVFilterContext **filt_ctx, const AVFilter *filt,
Davfilter.c241 int avfilter_insert_filter(AVFilterLink *link, AVFilterContext *filt, in avfilter_insert_filter() argument
249 filt->name, link->src->name, link->dst->name); in avfilter_insert_filter()
252 if ((ret = avfilter_link(filt, filt_dstpad_idx, link->dst, dstpad_idx)) < 0) { in avfilter_insert_filter()
259 link->dst = filt; in avfilter_insert_filter()
260 link->dstpad = &filt->input_pads[filt_srcpad_idx]; in avfilter_insert_filter()
261 filt->inputs[filt_srcpad_idx] = link; in avfilter_insert_filter()
267 &filt->outputs[filt_dstpad_idx]->outcfg.formats); in avfilter_insert_filter()
270 &filt->outputs[filt_dstpad_idx]->outcfg.samplerates); in avfilter_insert_filter()
273 &filt->outputs[filt_dstpad_idx]->outcfg.channel_layouts); in avfilter_insert_filter()
/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/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/libwebsockets/lib/misc/
Ddir.c195 lws_dir_glob_check(const char *nm, const char *filt) in lws_dir_glob_check() argument
198 if (*filt == '*') { in lws_dir_glob_check()
199 if (!strcmp(nm, filt + 1)) in lws_dir_glob_check()
202 if (*nm != *filt) in lws_dir_glob_check()
204 filt++; in lws_dir_glob_check()
/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/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/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/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_texture.c146 so->filt = filter_mode(cso) | 0x00002000; in nv30_sampler_state_create()
177 so->filt |= (int)(cso->lod_bias * 256.0) & 0x1fff; in nv30_sampler_state_create()
257 so->filt = fmt->filter; in nv30_sampler_view_create()
280 so->filt |= NV30_3D_TEX_FILTER_MIN_NEAREST | in nv30_sampler_view_create()
Dnv30_state.h44 unsigned filt; member
55 unsigned filt; member
/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/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)

12