Home
last modified time | relevance | path

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

/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Dvorbis.c67 #define STB_VORBIS_MAX_CHANNELS 2 macro
H A Dstb_vorbis.h467 #ifndef STB_VORBIS_MAX_CHANNELS
468 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
644 #if STB_VORBIS_MAX_CHANNELS > 256
886 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
887 float *outputs [STB_VORBIS_MAX_CHANNELS];
889 float *previous_window[STB_VORBIS_MAX_CHANNELS];
893 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
895 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3385 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3702 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
[all …]
/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Dvorbis.c79 #ifndef STB_VORBIS_MAX_CHANNELS
81 #define STB_VORBIS_MAX_CHANNELS 1 macro
226 #if STB_VORBIS_MAX_CHANNELS > 256
1524 #if STB_VORBIS_MAX_CHANNELS > 1
1594 #if STB_VORBIS_MAX_CHANNELS > 1
1874 #if STB_VORBIS_MAX_CHANNELS > 1 in decode_residue()
5002 #if STB_VORBIS_MAX_CHANNELS > 1
5029 #if STB_VORBIS_MAX_CHANNELS > 1
5074 #if STB_VORBIS_MAX_CHANNELS > 1 in convert_samples_short()
5105 #if STB_VORBIS_MAX_CHANNELS > 1
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/stb/
H A Dstb_vorbis.h174 #ifndef STB_VORBIS_MAX_CHANNELS
175 #define STB_VORBIS_MAX_CHANNELS 16 /* enough for anyone? */ macro
417 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
418 float *outputs [STB_VORBIS_MAX_CHANNELS];
420 float *previous_window[STB_VORBIS_MAX_CHANNELS];
423 int16_t *finalY[STB_VORBIS_MAX_CHANNELS];
2499 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
2721 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
/dports/devel/stb/stb-f54acd4/
H A Dstb_vorbis.c449 #ifndef STB_VORBIS_MAX_CHANNELS
450 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
611 #if STB_VORBIS_MAX_CHANNELS > 256
832 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
833 float *outputs [STB_VORBIS_MAX_CHANNELS];
835 float *previous_window[STB_VORBIS_MAX_CHANNELS];
839 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
841 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3284 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3599 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
[all …]
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/
H A Dstb_vorbis.c449 #ifndef STB_VORBIS_MAX_CHANNELS
450 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
613 #if STB_VORBIS_MAX_CHANNELS > 256
834 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
835 float *outputs [STB_VORBIS_MAX_CHANNELS];
837 float *previous_window[STB_VORBIS_MAX_CHANNELS];
841 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
843 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3286 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3601 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
[all …]
/dports/audio/faudio/FAudio-21.01/src/
H A Dstb_vorbis.h453 #ifndef STB_VORBIS_MAX_CHANNELS
454 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
619 #if STB_VORBIS_MAX_CHANNELS > 256
840 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
841 float *outputs [STB_VORBIS_MAX_CHANNELS];
843 float *previous_window[STB_VORBIS_MAX_CHANNELS];
847 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
849 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3298 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3613 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
[all …]
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_vorbis.c427 #ifndef STB_VORBIS_MAX_CHANNELS
428 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
589 #if STB_VORBIS_MAX_CHANNELS > 256
803 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
804 float *outputs [STB_VORBIS_MAX_CHANNELS];
806 float *previous_window[STB_VORBIS_MAX_CHANNELS];
810 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
812 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3283 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3585 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
[all …]
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_vorbis.c435 #ifndef STB_VORBIS_MAX_CHANNELS
436 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
597 #if STB_VORBIS_MAX_CHANNELS > 256
811 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
812 float *outputs [STB_VORBIS_MAX_CHANNELS];
814 float *previous_window[STB_VORBIS_MAX_CHANNELS];
818 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
820 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3293 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3611 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
[all …]
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_vorbis.c434 #ifndef STB_VORBIS_MAX_CHANNELS
435 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
596 #if STB_VORBIS_MAX_CHANNELS > 256
810 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
811 float *outputs [STB_VORBIS_MAX_CHANNELS];
813 float *previous_window[STB_VORBIS_MAX_CHANNELS];
817 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
819 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3291 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3608 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c451 #ifndef STB_VORBIS_MAX_CHANNELS
452 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
615 #if STB_VORBIS_MAX_CHANNELS > 256
836 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
837 float *outputs [STB_VORBIS_MAX_CHANNELS];
839 float *previous_window[STB_VORBIS_MAX_CHANNELS];
843 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
845 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3289 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3604 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c451 #ifndef STB_VORBIS_MAX_CHANNELS
452 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
615 #if STB_VORBIS_MAX_CHANNELS > 256
836 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
837 float *outputs [STB_VORBIS_MAX_CHANNELS];
839 float *previous_window[STB_VORBIS_MAX_CHANNELS];
843 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
845 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3289 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3604 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
[all …]
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dstb_vorbis.c451 #ifndef STB_VORBIS_MAX_CHANNELS
452 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
615 #if STB_VORBIS_MAX_CHANNELS > 256
836 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
837 float *outputs [STB_VORBIS_MAX_CHANNELS];
839 float *previous_window[STB_VORBIS_MAX_CHANNELS];
843 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
845 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3289 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3604 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A Dstb_vorbis.cpp96 #ifndef STB_VORBIS_MAX_CHANNELS
97 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
258 #if STB_VORBIS_MAX_CHANNELS > 256
472 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
473 float *outputs [STB_VORBIS_MAX_CHANNELS];
475 float *previous_window[STB_VORBIS_MAX_CHANNELS];
479 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
481 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
2941 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3243 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
[all …]
/dports/games/OpenLara/OpenLara-b4b19f2/src/libs/stb_vorbis/
H A Dstb_vorbis.c431 #ifndef STB_VORBIS_MAX_CHANNELS
432 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
595 #if STB_VORBIS_MAX_CHANNELS > 256
809 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
810 float *outputs [STB_VORBIS_MAX_CHANNELS];
812 float *previous_window[STB_VORBIS_MAX_CHANNELS];
816 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
818 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3360 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3662 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/audio/
H A Dstb_vorbis.c427 #ifndef STB_VORBIS_MAX_CHANNELS
428 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
589 #if STB_VORBIS_MAX_CHANNELS > 256
803 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
804 float *outputs [STB_VORBIS_MAX_CHANNELS];
806 float *previous_window[STB_VORBIS_MAX_CHANNELS];
810 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
812 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3283 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3585 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
[all …]
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Dstb_vorbis.h442 #ifndef STB_VORBIS_MAX_CHANNELS
443 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
606 #if STB_VORBIS_MAX_CHANNELS > 256
820 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
821 float *outputs [STB_VORBIS_MAX_CHANNELS];
823 float *previous_window[STB_VORBIS_MAX_CHANNELS];
827 stbv_int16 *finalY[STB_VORBIS_MAX_CHANNELS];
829 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3301 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in stbv_vorbis_decode_packet_rest()
3603 if (f->channels > STB_VORBIS_MAX_CHANNELS) return stbv_error(f, VORBIS_too_many_channels); in stbv_start_decoder()
[all …]
/dports/www/lagrange/lagrange-1.7.3/src/audio/
H A Dstb_vorbis.c451 #ifndef STB_VORBIS_MAX_CHANNELS
452 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
615 #if STB_VORBIS_MAX_CHANNELS > 256
836 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
837 float *outputs [STB_VORBIS_MAX_CHANNELS];
839 float *previous_window[STB_VORBIS_MAX_CHANNELS];
843 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
845 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3289 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3604 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
[all …]
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/external/stb/
H A Dstb_vorbis.c431 #ifndef STB_VORBIS_MAX_CHANNELS
432 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
593 #if STB_VORBIS_MAX_CHANNELS > 256
807 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
808 float *outputs [STB_VORBIS_MAX_CHANNELS];
810 float *previous_window[STB_VORBIS_MAX_CHANNELS];
814 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
816 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3288 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3590 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/STB/
H A Dstb_vorbis.h430 #ifndef STB_VORBIS_MAX_CHANNELS
431 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
588 #if STB_VORBIS_MAX_CHANNELS > 256
802 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
803 float *outputs [STB_VORBIS_MAX_CHANNELS];
805 float *previous_window[STB_VORBIS_MAX_CHANNELS];
809 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
811 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3281 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3581 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
[all …]
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/
H A Dstb_vorbis.c453 #ifndef STB_VORBIS_MAX_CHANNELS
454 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
617 #if STB_VORBIS_MAX_CHANNELS > 256
838 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
839 float *outputs [STB_VORBIS_MAX_CHANNELS];
841 float *previous_window[STB_VORBIS_MAX_CHANNELS];
845 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
847 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3291 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3606 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()
[all …]
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/src/
H A Dstb_vorbis.c418 #ifndef STB_VORBIS_MAX_CHANNELS
419 #define STB_VORBIS_MAX_CHANNELS 16 // enough for anyone? macro
565 #if STB_VORBIS_MAX_CHANNELS > 256
778 float *channel_buffers[STB_VORBIS_MAX_CHANNELS];
779 float *outputs [STB_VORBIS_MAX_CHANNELS];
781 float *previous_window[STB_VORBIS_MAX_CHANNELS];
785 int16 *finalY[STB_VORBIS_MAX_CHANNELS];
787 float *floor_buffers[STB_VORBIS_MAX_CHANNELS];
3328 float *residue_buffers[STB_VORBIS_MAX_CHANNELS]; in vorbis_decode_packet_rest()
3619 if (f->channels > STB_VORBIS_MAX_CHANNELS) return error(f, VORBIS_too_many_channels); in start_decoder()