Searched defs:f_out (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavutil/tests/ |
H A D | pixelutils.c | 37 av_pixelutils_sad_fn f_out = av_pixelutils_get_sad_fn(n, n, align, NULL); in run_single_test() local
|
/third_party/pulseaudio/src/pulsecore/resampler/ |
H A D | speex.c | 33 float f_out = -1.0f, f_in = 1.0f; in pa_speex_is_fixed_point() local
|
/third_party/lz4/examples/ |
H A D | fileCompress.c | 34 static int compress_file(FILE* f_in, FILE* f_out) in compress_file() argument 87 static int decompress_file(FILE* f_in, FILE* f_out) in decompress_file() argument
|
H A D | frameCompress.c | 58 compress_file_internal(FILE* f_in, FILE* f_out, in compress_file_internal() argument 151 compress_file(FILE* f_in, FILE* f_out, in compress_file() argument 201 decompress_file_internal(FILE* f_in, FILE* f_out, in decompress_file_internal() argument 272 decompress_file_allocDst(FILE* f_in, FILE* f_out, LZ4F_dctx* dctx, void* src, size_t srcCapacity) decompress_file_allocDst() argument 315 decompress_file(FILE* f_in, FILE* f_out) decompress_file() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | opusenc_psy.c | 310 celt_gauge_psy_weight(OpusPsyContext *s, OpusPsyStep **start, CeltFrame *f_out) celt_gauge_psy_weight() argument
|
/third_party/pulseaudio/src/modules/ |
H A D | module-virtual-surround-sink.c | 90 fftwf_complex *f_in, *f_out, **f_ir; member 455 fftwf_complex *f_out = u->f_out; in sink_input_pop_cb() local
|
Completed in 5 milliseconds