Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddstdec.c38 #define DST_MAX_CHANNELS 6 macro
39 #define DST_MAX_ELEMENTS (2 * DST_MAX_CHANNELS)
74 DECLARE_ALIGNED(16, uint8_t, status)[DST_MAX_CHANNELS][16];
76 DSDContext dsdctx[DST_MAX_CHANNELS];
84 if (avctx->channels > DST_MAX_CHANNELS) { in decode_init()
109 static int read_map(GetBitContext *gb, Table *t, unsigned int map[DST_MAX_CHANNELS], int channels) in read_map() argument
127 memset(map, 0, sizeof(*map) * DST_MAX_CHANNELS); in read_map()
243 unsigned map_ch_to_felem[DST_MAX_CHANNELS]; in decode_frame()
244 unsigned map_ch_to_pelem[DST_MAX_CHANNELS]; in decode_frame()
246 unsigned half_prob[DST_MAX_CHANNELS]; in decode_frame()