Home
last modified time | relevance | path

Searched refs:downmix_fixed (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dac3dsp.c323 c->downmix_fixed = NULL; in ff_ac3dsp_downmix_fixed()
330 c->downmix_fixed = ac3_downmix_5_to_2_symmetric_c_fixed; in ff_ac3dsp_downmix_fixed()
334 c->downmix_fixed = ac3_downmix_5_to_1_symmetric_c_fixed; in ff_ac3dsp_downmix_fixed()
338 if (c->downmix_fixed) in ff_ac3dsp_downmix_fixed()
339 c->downmix_fixed(samples, matrix, len); in ff_ac3dsp_downmix_fixed()
390 c->downmix_fixed = NULL; in ff_ac3dsp_init()
H A Dac3dsp.h105 void (*downmix_fixed)(int32_t **samples, int16_t **matrix, int len); member

Completed in 2 milliseconds