Searched refs:map_ch_to_pelem (Results 1 – 1 of 1) sorted by relevance
244 unsigned map_ch_to_pelem[DST_MAX_CHANNELS]; in decode_frame() local302 memcpy(map_ch_to_pelem, map_ch_to_felem, sizeof(map_ch_to_felem)); in decode_frame()305 if ((ret = read_map(gb, &s->probs, map_ch_to_pelem, channels)) < 0) in decode_frame()354 unsigned pelem = map_ch_to_pelem[ch]; in decode_frame()