Lines Matching defs:dca
31 #include "arm/dca.h"
1689 DCAContext *dca = s->avctx->priv_data;
1705 if (s->ext_audio_present && !dca->core_only) {
1716 if (dca->request_channel_layout)
1769 if (dca->request_channel_layout)
1780 !av_crc(dca->crctab, 0xffff, s->gb.buffer +
1836 DCAContext *dca = avctx->priv_data;
1841 if (!dca->request_channel_layout) {
1885 if (!(dca->packet & DCA_PACKET_XLL)) {
2068 DCAContext *dca = avctx->priv_data;
2072 if (!(dca->packet & DCA_PACKET_XLL) && (ret = ff_dca_core_filter_fixed(s, 0)) < 0)
2350 DCAContext *dca = avctx->priv_data;
2351 DCAExssAsset *asset = &dca->exss.assets[0];
2356 if (dca->request_channel_layout == DCA_SPEAKER_LAYOUT_STEREO
2367 if ((avctx->flags & AV_CODEC_FLAG_BITEXACT) || ((dca->packet & DCA_PACKET_EXSS)