Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_xll.c339 b->lsb_section_size = get_bits_long(&s->gb, s->seg_size_nbits); in chs_parse_header()
340 if (b->lsb_section_size < 0 || b->lsb_section_size > s->frame_size) { in chs_parse_header()
346 if (b->lsb_section_size && (s->band_crc_present > 2 || in chs_parse_header()
348 b->lsb_section_size += 2; in chs_parse_header()
353 if (b->nscalablelsbs[i] && !b->lsb_section_size) { in chs_parse_header()
359 b->lsb_section_size = 0; in chs_parse_header()
416 if (c->bands[i].lsb_section_size) in chs_alloc_lsb_band_data()
428 if (c->bands[i].lsb_section_size) { in chs_alloc_lsb_band_data()
573 if (b->lsb_section_size) { in chs_parse_band_data()
575 if (ff_dca_seek_bits(&s->gb, band_data_end - b->lsb_section_size * 8)) { in chs_parse_band_data()
[all …]
Ddca_xll.h56 int lsb_section_size; ///< Size of LSB section in any segment member