Home
last modified time | relevance | path

Searched refs:x96_synth (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddca_core.c1961 int ff_dca_core_filter_fixed(DCACoreDecoder *s, int x96_synth) in ff_dca_core_filter_fixed() argument
1967 // Externally set x96_synth flag implies that X96 synthesis should be in ff_dca_core_filter_fixed()
1971 if (!x96_synth && (s->ext_audio_mask & (DCA_CSS_X96 | DCA_EXSS_X96))) { in ff_dca_core_filter_fixed()
1973 x96_synth = 1; in ff_dca_core_filter_fixed()
1975 if (x96_synth < 0) in ff_dca_core_filter_fixed()
1976 x96_synth = 0; in ff_dca_core_filter_fixed()
1978 s->output_rate = s->sample_rate << x96_synth; in ff_dca_core_filter_fixed()
1979 s->npcmsamples = nsamples = (s->npcmblocks * DCA_PCMBLOCK_SAMPLES) << x96_synth; in ff_dca_core_filter_fixed()
1998 set_filter_mode(s, x96_synth | DCA_FILTER_MODE_FIXED); in ff_dca_core_filter_fixed()
2001 if (x96_synth) in ff_dca_core_filter_fixed()
2165 int x96_nchannels = 0, x96_synth = 0; filter_frame_float() local
[all...]
H A Ddcadec.c253 int x96_synth = -1; in dcadec_decode_frame() local
257 x96_synth = 1; in dcadec_decode_frame()
259 if ((ret = ff_dca_core_filter_fixed(&s->core, x96_synth)) < 0) in dcadec_decode_frame()
H A Ddca_core.h250 int ff_dca_core_filter_fixed(DCACoreDecoder *s, int x96_synth);

Completed in 8 milliseconds