Home
last modified time | relevance | path

Searched refs:out_tmp (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopusdec.c244 float *out_tmp[2] = { s->cur_out[0], s->cur_out[1] }; in opus_decode_frame() local
246 out_tmp : s->celt_output; in opus_decode_frame()
255 s->fdsp->vector_fmac_scalar(out_tmp[i], s->celt_output[i], 1.0, in opus_decode_frame()
257 out_tmp[i] += delay_samples; in opus_decode_frame()
285 s->fdsp->vector_fmac_scalar(out_tmp[i], in opus_decode_frame()
/third_party/ffmpeg/fftools/
Dffmpeg.h273 AVFilterInOut *out_tmp; member
Dffmpeg_filter.c339 ofilter->out_tmp = cur; in init_complex_filtergraph()
344 ofilter->out_tmp->next = NULL; in init_complex_filtergraph()
Dffmpeg_opt.c2366 avfilter_inout_free(&ofilter->out_tmp); in init_output_filter()
2479 if (!ofilter->out_tmp || ofilter->out_tmp->name) in open_output_file()
2621 AVFilterInOut *out = fg->outputs[k]->out_tmp; in open_output_file()
Dffmpeg.c551 avfilter_inout_free(&ofilter->out_tmp); in ffmpeg_cleanup()