Home
last modified time | relevance | path

Searched refs:lpf (Results 1 - 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/core/
H A Dcontext.c407 unsigned int lpf = info->fd_limit_per_thread; in lws_create_context() local
422 if (lpf) { in lws_create_context()
423 lpf+= 2; in lws_create_context()
425 lpf++; in lws_create_context()
428 lpf++; in lws_create_context()
431 lpf++; in lws_create_context()
998 unsigned int mf = lpf * context->count_threads; in lws_create_context()
1062 context->fd_limit_per_thread = lpf; in lws_create_context()
/third_party/ffmpeg/libavfilter/
H A Dasrc_sinc.c175 static float *lpf(float Fn, float Fc, float tbw, int *num_taps, float att, float *beta, int round) in lpf() function
354 h[0] = lpf(Fn, s->Fc0, s->tbw0, &s->num_taps[0], s->att, &s->beta, s->round); in config_output()
355 h[1] = lpf(Fn, s->Fc1, s->tbw1, &s->num_taps[1], s->att, &s->beta, s->round); in config_output()
H A Daf_dialoguenhance.c180 static float fluxlr(float *lf, float *lpf, in fluxlr() argument
185 AVComplexFloat *lp = (AVComplexFloat *)lpf; in fluxlr()
/third_party/f2fs-tools/fsck/
H A Dfsck.c2693 struct f2fs_node *lpf, in fsck_do_reconnect_file()
2707 if (f2fs_lookup(sbi, lpf, (u8 *)name, namelen)) { in fsck_do_reconnect_file()
2712 get_node_info(sbi, le32_to_cpu(lpf->footer.ino), &ni); in fsck_do_reconnect_file()
2714 ret = f2fs_add_link(sbi, lpf, (unsigned char *)name, namelen, in fsck_do_reconnect_file()
2692 fsck_do_reconnect_file(struct f2fs_sb_info *sbi, struct f2fs_node *lpf, struct f2fs_node *fnode) fsck_do_reconnect_file() argument

Completed in 10 milliseconds