Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_xll.h118 int scalable_lsbs; ///< MSB/LSB split flag member
Ddca_xll.c337 if ((band == 0 && s->scalable_lsbs) || (band != 0 && get_bits1(&s->gb))) { in chs_parse_header()
365 if ((band == 0 && s->scalable_lsbs) || (band != 0 && get_bits1(&s->gb))) { in chs_parse_header()
850 s->scalable_lsbs = get_bits1(&s->gb); in parse_common_header()
856 if (s->scalable_lsbs) in parse_common_header()
1342 s->scalable_lsbs = 0; in ff_dca_xll_filter_frame()
1355 if (s->scalable_lsbs) in ff_dca_xll_filter_frame()