Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhcadec.c52 int ath_type; member
127 c->ath_type = version >= 0x200 ? 0 : 1; in decode_init()
171 c->ath_type = get_bits(gb, 16); in decode_init()
190 ret = ath_init(c->ath, c->ath_type, avctx->sample_rate); in decode_init()