Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_xll.h116 int scalable_lsbs; ///< MSB/LSB split flag member
Ddca_xll.c339 if ((band == 0 && s->scalable_lsbs) || (band != 0 && get_bits1(&s->gb))) { in chs_parse_header()
367 if ((band == 0 && s->scalable_lsbs) || (band != 0 && get_bits1(&s->gb))) { in chs_parse_header()
852 s->scalable_lsbs = get_bits1(&s->gb); in parse_common_header()
858 if (s->scalable_lsbs) in parse_common_header()
1344 s->scalable_lsbs = 0; in ff_dca_xll_filter_frame()
1357 if (s->scalable_lsbs) in ff_dca_xll_filter_frame()