Home
last modified time | relevance | path

Searched refs:filter_out (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcngdec.c39 float *filter_out; member
50 av_freep(&p->filter_out); in cng_decode_close()
69 p->filter_out = av_calloc(avctx->frame_size + p->order, in cng_decode_init()
70 sizeof(*p->filter_out)); in cng_decode_init()
73 !p->filter_out || !p->excitation) { in cng_decode_init()
148 ff_celp_lp_synthesis_filterf(p->filter_out + p->order, p->lpc_coef, in cng_decode_frame()
156 buf_out[i] = av_clip_int16(p->filter_out[i + p->order]); in cng_decode_frame()
157 memcpy(p->filter_out, p->filter_out + avctx->frame_size, in cng_decode_frame()
158 p->order * sizeof(*p->filter_out)); in cng_decode_frame()
[all...]
/third_party/exfatprogs/lib/
H A Dexfat_dir.c488 const char *name, struct exfat_lookup_filter *filter_out) in exfat_lookup_file()
497 filter_out->in.type = EXFAT_FILE; in exfat_lookup_file()
498 filter_out->in.filter = filter_lookup_file; in exfat_lookup_file()
499 filter_out->in.param = utf16_name; in exfat_lookup_file()
501 retval = exfat_lookup_dentry_set(exfat, parent, filter_out); in exfat_lookup_file()
487 exfat_lookup_file(struct exfat *exfat, struct exfat_inode *parent, const char *name, struct exfat_lookup_filter *filter_out) exfat_lookup_file() argument
/third_party/ltp/metadata/
H A Dmetaparse.c783 static const char *filter_out[] = { variable
870 for (i = 0; filter_out[i]; i++) in main()
871 data_node_hash_del(res, filter_out[i]); in main()
/third_party/exfatprogs/include/
H A Dexfat_dir.h67 const char *name, struct exfat_lookup_filter *filter_out);
/third_party/ffmpeg/
H A Dconfigure595 filter_out(){ function
1166 flags=$(filter_out '-l*|*.so' $@)
2683 for ext in $(filter_out mmx $ARCH_EXT_LIST_X86_SIMD); do
4773 _flags_filter='filter_out -Wdisabled-optimization'
4780 _flags_filter='filter_out -Wdisabled-optimization|-Wtype-limits|-fno-signed-zeros'
6766 sdl2_extralibs=$(filter_out '-mwindows' $sdl2_extralibs)
7431 add_cflags $(filter_out '-Dmain=SDL_main' $sdl2_cflags)
7468 postproc_deps="$(filter_out 'gpl' $postproc_deps)"
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 137 milliseconds