Home
last modified time | relevance | path

Searched refs:total_bands (Results 1 – 25 of 32) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dmpeg_audio.cpp140 total_bands = total_band_counts[param_index]; in read_header_amm()
141 joint_bands = total_bands; in read_header_amm()
144 if(joint_bands > total_bands ) in read_header_amm()
145 joint_bands = total_bands; in read_header_amm()
168 total_bands = total_band_counts[param_index]; in read_header_mpeg2()
169 joint_bands = total_bands; in read_header_mpeg2()
172 if(joint_bands > total_bands ) in read_header_mpeg2()
173 joint_bands = total_bands; in read_header_mpeg2()
566 while(band < total_bands) { in read_band_params()
583 for(int band=0; band < total_bands; band++) in read_scfci()
[all …]
H A Dmpeg_audio.h85 int channel_count, total_bands, joint_bands; variable
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dmpeg_audio.cpp140 total_bands = total_band_counts[param_index]; in read_header_amm()
141 joint_bands = total_bands; in read_header_amm()
144 if(joint_bands > total_bands ) in read_header_amm()
145 joint_bands = total_bands; in read_header_amm()
168 total_bands = total_band_counts[param_index]; in read_header_mpeg2()
169 joint_bands = total_bands; in read_header_mpeg2()
172 if(joint_bands > total_bands ) in read_header_mpeg2()
173 joint_bands = total_bands; in read_header_mpeg2()
566 while(band < total_bands) { in read_band_params()
583 for(int band=0; band < total_bands; band++) in read_scfci()
[all …]
H A Dmpeg_audio.h85 int channel_count, total_bands, joint_bands; variable
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/minimp3/
H A Dminimp3.h215 uint8_t total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
356 sci->total_bands = (uint8_t)nbands; in L12_subband_alloc_table()
402 for (i = 0; i < sci->total_bands; i++) in L12_read_scale_info()
421 for (i = 0; i < 2*sci->total_bands; i++) in L12_read_scale_info()
426 L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in L12_read_scale_info()
428 for (i = sci->stereo_bands; i < sci->total_bands; i++) in L12_read_scale_info()
440 for (i = 0; i < 2*sci->total_bands; i++) in L12_dequantize_granule()
472 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in L12_apply_scf_384()
473 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in L12_apply_scf_384()
/dports/emulators/mess/mame-mame0226/3rdparty/minimp3/
H A Dminimp3.h201 uint8_t total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
342 sci->total_bands = (uint8_t)nbands; in L12_subband_alloc_table()
388 for (i = 0; i < sci->total_bands; i++) in L12_read_scale_info()
407 for (i = 0; i < 2*sci->total_bands; i++) in L12_read_scale_info()
412 L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in L12_read_scale_info()
414 for (i = sci->stereo_bands; i < sci->total_bands; i++) in L12_read_scale_info()
426 for (i = 0; i < 2*sci->total_bands; i++) in L12_dequantize_granule()
458 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in L12_apply_scf_384()
459 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in L12_apply_scf_384()
/dports/audio/carla/Carla-2.4.1/source/modules/audio_decoder/
H A Dminimp3.h213 uint8_t total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
354 sci->total_bands = (uint8_t)nbands; in L12_subband_alloc_table()
400 for (i = 0; i < sci->total_bands; i++) in L12_read_scale_info()
419 for (i = 0; i < 2*sci->total_bands; i++) in L12_read_scale_info()
424 L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in L12_read_scale_info()
426 for (i = sci->stereo_bands; i < sci->total_bands; i++) in L12_read_scale_info()
438 for (i = 0; i < 2*sci->total_bands; i++) in L12_dequantize_granule()
470 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in L12_apply_scf_384()
471 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in L12_apply_scf_384()
H A Ddr_mp3.h724 drmp3_uint8 total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
865 sci->total_bands = (drmp3_uint8)nbands; in drmp3_L12_subband_alloc_table()
911 for (i = 0; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
930 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_read_scale_info()
935 drmp3_L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in drmp3_L12_read_scale_info()
937 for (i = sci->stereo_bands; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
949 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_dequantize_granule()
981 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in drmp3_L12_apply_scf_384()
982 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in drmp3_L12_apply_scf_384()
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A Dminimp3.h213 uint8_t total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
354 sci->total_bands = (uint8_t)nbands; in L12_subband_alloc_table()
400 for (i = 0; i < sci->total_bands; i++) in L12_read_scale_info()
419 for (i = 0; i < 2*sci->total_bands; i++) in L12_read_scale_info()
424 L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in L12_read_scale_info()
426 for (i = sci->stereo_bands; i < sci->total_bands; i++) in L12_read_scale_info()
438 for (i = 0; i < 2*sci->total_bands; i++) in L12_dequantize_granule()
470 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in L12_apply_scf_384()
471 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in L12_apply_scf_384()
/dports/audio/bjumblr-lv2/BJumblr-1.6.8/src/
H A Dminimp3.h213 uint8_t total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
354 sci->total_bands = (uint8_t)nbands; in L12_subband_alloc_table()
400 for (i = 0; i < sci->total_bands; i++) in L12_read_scale_info()
419 for (i = 0; i < 2*sci->total_bands; i++) in L12_read_scale_info()
424 L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in L12_read_scale_info()
426 for (i = sci->stereo_bands; i < sci->total_bands; i++) in L12_read_scale_info()
438 for (i = 0; i < 2*sci->total_bands; i++) in L12_dequantize_granule()
470 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in L12_apply_scf_384()
471 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in L12_apply_scf_384()
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A Dminimp3.h213 uint8_t total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
354 sci->total_bands = (uint8_t)nbands; in L12_subband_alloc_table()
400 for (i = 0; i < sci->total_bands; i++) in L12_read_scale_info()
419 for (i = 0; i < 2*sci->total_bands; i++) in L12_read_scale_info()
424 L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in L12_read_scale_info()
426 for (i = sci->stereo_bands; i < sci->total_bands; i++) in L12_read_scale_info()
438 for (i = 0; i < 2*sci->total_bands; i++) in L12_dequantize_granule()
470 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in L12_apply_scf_384()
471 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in L12_apply_scf_384()
/dports/audio/minimp3/minimp3-ca7c706/
H A Dminimp3.h215 uint8_t total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
356 sci->total_bands = (uint8_t)nbands; in L12_subband_alloc_table()
402 for (i = 0; i < sci->total_bands; i++) in L12_read_scale_info()
421 for (i = 0; i < 2*sci->total_bands; i++) in L12_read_scale_info()
426 L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in L12_read_scale_info()
428 for (i = sci->stereo_bands; i < sci->total_bands; i++) in L12_read_scale_info()
440 for (i = 0; i < 2*sci->total_bands; i++) in L12_dequantize_granule()
472 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in L12_apply_scf_384()
473 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in L12_apply_scf_384()
/dports/audio/libaudec/libaudec-0.3.4/inc/
H A Dminimp3.h213 uint8_t total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
354 sci->total_bands = (uint8_t)nbands; in L12_subband_alloc_table()
400 for (i = 0; i < sci->total_bands; i++) in L12_read_scale_info()
419 for (i = 0; i < 2*sci->total_bands; i++) in L12_read_scale_info()
424 L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in L12_read_scale_info()
426 for (i = sci->stereo_bands; i < sci->total_bands; i++) in L12_read_scale_info()
438 for (i = 0; i < 2*sci->total_bands; i++) in L12_dequantize_granule()
470 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in L12_apply_scf_384()
471 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in L12_apply_scf_384()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/minimp3-sys-0.3.2/minimp3/
H A Dminimp3.h203 uint8_t total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
344 sci->total_bands = (uint8_t)nbands; in L12_subband_alloc_table()
390 for (i = 0; i < sci->total_bands; i++) in L12_read_scale_info()
409 for (i = 0; i < 2*sci->total_bands; i++) in L12_read_scale_info()
414 L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in L12_read_scale_info()
416 for (i = sci->stereo_bands; i < sci->total_bands; i++) in L12_read_scale_info()
428 for (i = 0; i < 2*sci->total_bands; i++) in L12_dequantize_granule()
460 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in L12_apply_scf_384()
461 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in L12_apply_scf_384()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dminimp3.h205 uint8_t total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
346 sci->total_bands = (uint8_t)nbands; in L12_subband_alloc_table()
392 for (i = 0; i < sci->total_bands; i++) in L12_read_scale_info()
411 for (i = 0; i < 2*sci->total_bands; i++) in L12_read_scale_info()
416 L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in L12_read_scale_info()
418 for (i = sci->stereo_bands; i < sci->total_bands; i++) in L12_read_scale_info()
430 for (i = 0; i < 2*sci->total_bands; i++) in L12_dequantize_granule()
462 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in L12_apply_scf_384()
463 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in L12_apply_scf_384()
/dports/emulators/mame/mame-mame0226/3rdparty/minimp3/
H A Dminimp3.h201 uint8_t total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
342 sci->total_bands = (uint8_t)nbands; in L12_subband_alloc_table()
388 for (i = 0; i < sci->total_bands; i++) in L12_read_scale_info()
407 for (i = 0; i < 2*sci->total_bands; i++) in L12_read_scale_info()
412 L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in L12_read_scale_info()
414 for (i = sci->stereo_bands; i < sci->total_bands; i++) in L12_read_scale_info()
426 for (i = 0; i < 2*sci->total_bands; i++) in L12_dequantize_granule()
458 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in L12_apply_scf_384()
459 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in L12_apply_scf_384()
/dports/games/retroarch/RetroArch-1.9.7/deps/dr/
H A Ddr_mp3.h408 drmp3_uint8 total_bands; member
568 sci->total_bands = (drmp3_uint8)nbands; in drmp3_L12_subband_alloc_table()
614 for (i = 0; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
633 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_read_scale_info()
638 drmp3_L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in drmp3_L12_read_scale_info()
640 for (i = sci->stereo_bands; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
652 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_dequantize_granule()
684 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in drmp3_L12_apply_scf_384()
685 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in drmp3_L12_apply_scf_384()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Ddr_mp3.h577 drmp3_uint8 total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
718 sci->total_bands = (drmp3_uint8)nbands; in drmp3_L12_subband_alloc_table()
764 for (i = 0; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
783 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_read_scale_info()
788 drmp3_L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in drmp3_L12_read_scale_info()
790 for (i = sci->stereo_bands; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
802 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_dequantize_granule()
834 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in drmp3_L12_apply_scf_384()
835 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in drmp3_L12_apply_scf_384()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/external/dr/
H A Ddr_mp3.h577 drmp3_uint8 total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
718 sci->total_bands = (drmp3_uint8)nbands; in drmp3_L12_subband_alloc_table()
764 for (i = 0; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
783 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_read_scale_info()
788 drmp3_L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in drmp3_L12_read_scale_info()
790 for (i = sci->stereo_bands; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
802 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_dequantize_granule()
834 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in drmp3_L12_apply_scf_384()
835 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in drmp3_L12_apply_scf_384()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/
H A Ddr_mp3.h728 drmp3_uint8 total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
869 sci->total_bands = (drmp3_uint8)nbands; in drmp3_L12_subband_alloc_table()
915 for (i = 0; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
934 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_read_scale_info()
939 drmp3_L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in drmp3_L12_read_scale_info()
941 for (i = sci->stereo_bands; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
953 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_dequantize_granule()
985 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in drmp3_L12_apply_scf_384()
986 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in drmp3_L12_apply_scf_384()
/dports/math/kfr/kfr-4.2.1/include/kfr/io/dr/
H A Ddr_mp3.h662 drmp3_uint8 total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
803 sci->total_bands = (drmp3_uint8)nbands; in drmp3_L12_subband_alloc_table()
849 for (i = 0; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
868 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_read_scale_info()
873 drmp3_L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in drmp3_L12_read_scale_info()
875 for (i = sci->stereo_bands; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
887 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_dequantize_granule()
919 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in drmp3_L12_apply_scf_384()
920 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in drmp3_L12_apply_scf_384()
/dports/devel/sdl12-compat/sdl12-compat-release-1.2.52/src/
H A Ddr_mp3.h766 drmp3_uint8 total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
907 sci->total_bands = (drmp3_uint8)nbands; in drmp3_L12_subband_alloc_table()
953 for (i = 0; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
972 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_read_scale_info()
977 drmp3_L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in drmp3_L12_read_scale_info()
979 for (i = sci->stereo_bands; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
991 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_dequantize_granule()
1023 …RY(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->stereo_b… in drmp3_L12_apply_scf_384()
1024 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in drmp3_L12_apply_scf_384()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/
H A Ddr_mp3.h724 drmp3_uint8 total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
865 sci->total_bands = (drmp3_uint8)nbands; in drmp3_L12_subband_alloc_table()
911 for (i = 0; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
930 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_read_scale_info()
935 drmp3_L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in drmp3_L12_read_scale_info()
937 for (i = sci->stereo_bands; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
949 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_dequantize_granule()
981 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in drmp3_L12_apply_scf_384()
982 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in drmp3_L12_apply_scf_384()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Ddr_mp3.h724 drmp3_uint8 total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
865 sci->total_bands = (drmp3_uint8)nbands; in drmp3_L12_subband_alloc_table()
911 for (i = 0; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
930 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_read_scale_info()
935 drmp3_L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in drmp3_L12_read_scale_info()
937 for (i = sci->stereo_bands; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
949 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_dequantize_granule()
981 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in drmp3_L12_apply_scf_384()
982 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in drmp3_L12_apply_scf_384()
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Ddr_mp3.h724 drmp3_uint8 total_bands, stereo_bands, bitalloc[64], scfcod[64]; member
865 sci->total_bands = (drmp3_uint8)nbands; in drmp3_L12_subband_alloc_table()
911 for (i = 0; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
930 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_read_scale_info()
935 drmp3_L12_read_scalefactors(bs, sci->bitalloc, sci->scfcod, sci->total_bands*2, sci->scf); in drmp3_L12_read_scale_info()
937 for (i = sci->stereo_bands; i < sci->total_bands; i++) in drmp3_L12_read_scale_info()
949 for (i = 0; i < 2*sci->total_bands; i++) in drmp3_L12_dequantize_granule()
981 …memcpy(dst + 576 + sci->stereo_bands*18, dst + sci->stereo_bands*18, (sci->total_bands - sci->ster… in drmp3_L12_apply_scf_384()
982 for (i = 0; i < sci->total_bands; i++, dst += 18, scf += 6) in drmp3_L12_apply_scf_384()

12