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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c168 int block_switching; ///< number of block switching levels member in struct:__anon1858
266 av_dlog(avctx, "block_switching = %i\n", sconf->block_switching);
322 sconf->block_switching = get_bits(&gb, 2);
510 if (sconf->block_switching) {
511 unsigned int bs_info_len = 1 << (sconf->block_switching + 2);
1326 // if joint_stereo and block_switching is set, independent decoding
1328 if (sconf->joint_stereo && sconf->block_switching)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c167 int block_switching; ///< number of block switching levels member in struct:__anon3073
265 av_dlog(avctx, "block_switching = %i\n", sconf->block_switching);
323 sconf->block_switching = get_bits(&gb, 2);
519 if (sconf->block_switching) {
520 unsigned int bs_info_len = 1 << (sconf->block_switching + 2);
1352 // if joint_stereo and block_switching is set, independent decoding
1354 if (sconf->joint_stereo && sconf->block_switching)

Completed in 73 milliseconds