Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dalsdec.c171 int block_switching; ///< number of block switching levels member
278 ff_dlog(avctx, "block_switching = %i\n", sconf->block_switching); in dprint_specific_config()
342 sconf->block_switching = get_bits(&gb, 2); in read_specific_config()
549 if (sconf->block_switching) { in get_block_sizes()
550 unsigned int bs_info_len = 1 << (sconf->block_switching + 2); in get_block_sizes()
1672 if (sconf->joint_stereo && sconf->block_switching) in read_frame_data()