Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddstdec.c109 static int read_map(GetBitContext *gb, Table *t, unsigned int map[DST_MAX_CHANNELS], int channels) in read_map() function
297 if ((ret = read_map(gb, &s->fsets, map_ch_to_felem, channels)) < 0) in decode_frame()
305 if ((ret = read_map(gb, &s->probs, map_ch_to_pelem, channels)) < 0) in decode_frame()