Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddstdec.c248 unsigned map_ch_to_pelem[DST_MAX_CHANNELS]; in decode_frame() local
305 memcpy(map_ch_to_pelem, map_ch_to_felem, sizeof(map_ch_to_felem)); in decode_frame()
308 if ((ret = read_map(gb, &s->probs, map_ch_to_pelem, channels)) < 0) in decode_frame()
359 unsigned pelem = map_ch_to_pelem[ch]; in decode_frame()