Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dalsdec.c377 int chan_pos_bits = av_ceil_log2(avctx->ch_layout.nb_channels); in read_specific_config() local
378 int bits_needed = avctx->ch_layout.nb_channels * chan_pos_bits + 7; in read_specific_config()
394 idx = get_bits(&gb, chan_pos_bits); in read_specific_config()