Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddstdec.c39 #define DST_MAX_CHANNELS 6 macro
40 #define DST_MAX_ELEMENTS (2 * DST_MAX_CHANNELS)
75 DECLARE_ALIGNED(16, uint8_t, status)[DST_MAX_CHANNELS][16];
77 DSDContext dsdctx[DST_MAX_CHANNELS];
85 if (avctx->ch_layout.nb_channels > DST_MAX_CHANNELS) { in decode_init()
110 static int read_map(GetBitContext *gb, Table *t, unsigned int map[DST_MAX_CHANNELS], int channels) in read_map() argument
128 memset(map, 0, sizeof(*map) * DST_MAX_CHANNELS); in read_map()
247 unsigned map_ch_to_felem[DST_MAX_CHANNELS]; in decode_frame()
248 unsigned map_ch_to_pelem[DST_MAX_CHANNELS]; in decode_frame()
250 unsigned half_prob[DST_MAX_CHANNELS]; in decode_frame()