Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_xll.h120 int fixed_lsb_width; ///< Fixed LSB width member
Ddca_xll.c697 if (s->fixed_lsb_width) in chs_get_lsb_width()
698 shift = s->fixed_lsb_width; in chs_get_lsb_width()
857 s->fixed_lsb_width = get_bits(&s->gb, 4); in parse_common_header()
859 s->fixed_lsb_width = 0; in parse_common_header()
1343 s->fixed_lsb_width = 0; in ff_dca_xll_filter_frame()