Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_core.c1959 int ff_dca_core_filter_fixed(DCACoreDecoder *s, int x96_synth) in ff_dca_core_filter_fixed() argument
1969 if (!x96_synth && (s->ext_audio_mask & (DCA_CSS_X96 | DCA_EXSS_X96))) { in ff_dca_core_filter_fixed()
1971 x96_synth = 1; in ff_dca_core_filter_fixed()
1973 if (x96_synth < 0) in ff_dca_core_filter_fixed()
1974 x96_synth = 0; in ff_dca_core_filter_fixed()
1976 s->output_rate = s->sample_rate << x96_synth; in ff_dca_core_filter_fixed()
1977 s->npcmsamples = nsamples = (s->npcmblocks * DCA_PCMBLOCK_SAMPLES) << x96_synth; in ff_dca_core_filter_fixed()
1996 set_filter_mode(s, x96_synth | DCA_FILTER_MODE_FIXED); in ff_dca_core_filter_fixed()
1999 if (x96_synth) in ff_dca_core_filter_fixed()
2014 s->dcadsp->sub_qmf_fixed[x96_synth]( in ff_dca_core_filter_fixed()
[all …]
Ddcadec.c248 int x96_synth = -1; in dcadec_decode_frame() local
252 x96_synth = 1; in dcadec_decode_frame()
254 if ((ret = ff_dca_core_filter_fixed(&s->core, x96_synth)) < 0) in dcadec_decode_frame()
Ddca_core.h252 int ff_dca_core_filter_fixed(DCACoreDecoder *s, int x96_synth);