Home
last modified time | relevance | path

Searched refs:nb_streams (Results 1 – 25 of 1848) sorted by relevance

12345678910>>...74

/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/opus-1.0.3/src/
H A Dopus_multistream.c42 int nb_streams; member
48 int nb_streams; member
142 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
163 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
173 int nb_streams; in opus_multistream_surround_encoder_get_size() local
181 nb_streams=1; in opus_multistream_surround_encoder_get_size()
185 nb_streams=1; in opus_multistream_surround_encoder_get_size()
191 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
195 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
225 st->layout.nb_streams = streams; in opus_multistream_encoder_init_impl()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libopus/src/
H A Dopus_multistream_encoder.c47 int nb_streams; member
73 for (s=0;s<st->layout.nb_streams;s++) in ms_get_preemph_mem()
120 if (nb_streams) in validate_ambisonics()
130 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
381 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
391 int nb_streams; in opus_multistream_surround_encoder_get_size() local
399 nb_streams=1; in opus_multistream_surround_encoder_get_size()
403 nb_streams=1; in opus_multistream_surround_encoder_get_size()
409 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
413 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
[all …]
H A Dopus_multistream_decoder.c58 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_decoder_get_size()
63 + (nb_streams-nb_coupled_streams) * align(mono_size); in opus_multistream_decoder_get_size()
85 st->layout.nb_streams = streams; in opus_multistream_decoder_init()
103 for (;i<st->layout.nb_streams;i++) in opus_multistream_decoder_init()
150 opus_int32 len, int nb_streams, opus_int32 Fs) in opus_multistream_packet_validate() argument
159 for (s=0;s<nb_streams;s++) in opus_multistream_packet_validate()
220 if (!do_plc && len < 2*st->layout.nb_streams-1) in opus_multistream_decode_native()
238 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decode_native()
451 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decoder_ctl_va_list()
468 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decoder_ctl_va_list()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/opus/src/src/
H A Dopus_multistream_encoder.c47 int nb_streams; member
73 for (s=0;s<st->layout.nb_streams;s++) in ms_get_preemph_mem()
120 if (nb_streams) in validate_ambisonics()
130 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
381 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
391 int nb_streams; in opus_multistream_surround_encoder_get_size() local
399 nb_streams=1; in opus_multistream_surround_encoder_get_size()
403 nb_streams=1; in opus_multistream_surround_encoder_get_size()
409 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
413 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
[all …]
H A Dopus_multistream_decoder.c58 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_decoder_get_size()
63 + (nb_streams-nb_coupled_streams) * align(mono_size); in opus_multistream_decoder_get_size()
85 st->layout.nb_streams = streams; in opus_multistream_decoder_init()
103 for (;i<st->layout.nb_streams;i++) in opus_multistream_decoder_init()
150 opus_int32 len, int nb_streams, opus_int32 Fs) in opus_multistream_packet_validate() argument
159 for (s=0;s<nb_streams;s++) in opus_multistream_packet_validate()
220 if (!do_plc && len < 2*st->layout.nb_streams-1) in opus_multistream_decode_native()
238 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decode_native()
454 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decoder_ctl_va_list()
471 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decoder_ctl_va_list()
[all …]
/dports/www/firefox/firefox-99.0/media/libopus/src/
H A Dopus_multistream_encoder.c47 int nb_streams; member
73 for (s=0;s<st->layout.nb_streams;s++) in ms_get_preemph_mem()
120 if (nb_streams) in validate_ambisonics()
130 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
381 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
391 int nb_streams; in opus_multistream_surround_encoder_get_size() local
399 nb_streams=1; in opus_multistream_surround_encoder_get_size()
403 nb_streams=1; in opus_multistream_surround_encoder_get_size()
409 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
413 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
[all …]
H A Dopus_multistream_decoder.c58 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_decoder_get_size()
63 + (nb_streams-nb_coupled_streams) * align(mono_size); in opus_multistream_decoder_get_size()
85 st->layout.nb_streams = streams; in opus_multistream_decoder_init()
103 for (;i<st->layout.nb_streams;i++) in opus_multistream_decoder_init()
150 opus_int32 len, int nb_streams, opus_int32 Fs) in opus_multistream_packet_validate() argument
159 for (s=0;s<nb_streams;s++) in opus_multistream_packet_validate()
220 if (!do_plc && len < 2*st->layout.nb_streams-1) in opus_multistream_decode_native()
238 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decode_native()
451 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decoder_ctl_va_list()
468 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decoder_ctl_va_list()
[all …]
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/libopus/src/
H A Dopus_multistream_encoder.c47 int nb_streams; member
73 for (s=0;s<st->layout.nb_streams;s++) in ms_get_preemph_mem()
120 if (nb_streams) in validate_ambisonics()
130 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
381 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
391 int nb_streams; in opus_multistream_surround_encoder_get_size() local
399 nb_streams=1; in opus_multistream_surround_encoder_get_size()
403 nb_streams=1; in opus_multistream_surround_encoder_get_size()
409 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
413 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/opus/src/src/
H A Dopus_multistream_encoder.c47 int nb_streams; member
73 for (s=0;s<st->layout.nb_streams;s++) in ms_get_preemph_mem()
120 if (nb_streams) in validate_ambisonics()
130 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
381 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
391 int nb_streams; in opus_multistream_surround_encoder_get_size() local
399 nb_streams=1; in opus_multistream_surround_encoder_get_size()
403 nb_streams=1; in opus_multistream_surround_encoder_get_size()
409 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
413 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
[all …]
/dports/audio/jamulus/jamulus-r3_8_1/libs/opus/src/
H A Dopus_multistream_encoder.c47 int nb_streams; member
73 for (s=0;s<st->layout.nb_streams;s++) in ms_get_preemph_mem()
120 if (nb_streams) in validate_ambisonics()
130 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
381 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
391 int nb_streams; in opus_multistream_surround_encoder_get_size() local
399 nb_streams=1; in opus_multistream_surround_encoder_get_size()
403 nb_streams=1; in opus_multistream_surround_encoder_get_size()
409 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
413 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
[all …]
/dports/audio/opus/opus-1.3.1/src/
H A Dopus_multistream_encoder.c47 int nb_streams; member
73 for (s=0;s<st->layout.nb_streams;s++) in ms_get_preemph_mem()
120 if (nb_streams) in validate_ambisonics()
130 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
381 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
391 int nb_streams; in opus_multistream_surround_encoder_get_size() local
399 nb_streams=1; in opus_multistream_surround_encoder_get_size()
403 nb_streams=1; in opus_multistream_surround_encoder_get_size()
409 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
413 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libopus/src/
H A Dopus_multistream_encoder.c47 int nb_streams; member
73 for (s=0;s<st->layout.nb_streams;s++) in ms_get_preemph_mem()
120 if (nb_streams) in validate_ambisonics()
130 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
381 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
391 int nb_streams; in opus_multistream_surround_encoder_get_size() local
399 nb_streams=1; in opus_multistream_surround_encoder_get_size()
403 nb_streams=1; in opus_multistream_surround_encoder_get_size()
409 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
413 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libopus/src/
H A Dopus_multistream_encoder.c47 int nb_streams; member
73 for (s=0;s<st->layout.nb_streams;s++) in ms_get_preemph_mem()
120 if (nb_streams) in validate_ambisonics()
130 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
381 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
391 int nb_streams; in opus_multistream_surround_encoder_get_size() local
399 nb_streams=1; in opus_multistream_surround_encoder_get_size()
403 nb_streams=1; in opus_multistream_surround_encoder_get_size()
409 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
413 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
[all …]
/dports/audio/praat/praat-6.2.03/external/opusfile/opus/
H A Dopus_multistream_encoder.c47 int nb_streams; member
73 for (s=0;s<st->layout.nb_streams;s++) in ms_get_preemph_mem()
120 if (nb_streams) in validate_ambisonics()
130 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
381 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
391 int nb_streams; in opus_multistream_surround_encoder_get_size() local
399 nb_streams=1; in opus_multistream_surround_encoder_get_size()
403 nb_streams=1; in opus_multistream_surround_encoder_get_size()
409 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
413 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/opus-1.2.1/src/
H A Dopus_multistream_encoder.c47 int nb_streams; member
150 if (nb_streams) in validate_ambisonics()
161 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
412 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
422 int nb_streams; in opus_multistream_surround_encoder_get_size() local
430 nb_streams=1; in opus_multistream_surround_encoder_get_size()
434 nb_streams=1; in opus_multistream_surround_encoder_get_size()
440 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
444 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
484 st->layout.nb_streams = streams; in opus_multistream_encoder_init_impl()
[all …]
H A Dopus_multistream_decoder.c55 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_decoder_get_size()
60 + (nb_streams-nb_coupled_streams) * align(mono_size); in opus_multistream_decoder_get_size()
82 st->layout.nb_streams = streams; in opus_multistream_decoder_init()
100 for (;i<st->layout.nb_streams;i++) in opus_multistream_decoder_init()
156 opus_int32 len, int nb_streams, opus_int32 Fs) in opus_multistream_packet_validate() argument
165 for (s=0;s<nb_streams;s++) in opus_multistream_packet_validate()
219 if (!do_plc && len < 2*st->layout.nb_streams-1) in opus_multistream_decode_native()
237 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decode_native()
448 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decoder_ctl()
465 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decoder_ctl()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/opus-1.2.1/src/
H A Dopus_multistream_encoder.c47 int nb_streams; member
150 if (nb_streams) in validate_ambisonics()
161 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
412 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
422 int nb_streams; in opus_multistream_surround_encoder_get_size() local
430 nb_streams=1; in opus_multistream_surround_encoder_get_size()
434 nb_streams=1; in opus_multistream_surround_encoder_get_size()
440 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
444 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
484 st->layout.nb_streams = streams; in opus_multistream_encoder_init_impl()
[all …]
H A Dopus_multistream_decoder.c55 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_decoder_get_size()
60 + (nb_streams-nb_coupled_streams) * align(mono_size); in opus_multistream_decoder_get_size()
82 st->layout.nb_streams = streams; in opus_multistream_decoder_init()
100 for (;i<st->layout.nb_streams;i++) in opus_multistream_decoder_init()
156 opus_int32 len, int nb_streams, opus_int32 Fs) in opus_multistream_packet_validate() argument
165 for (s=0;s<nb_streams;s++) in opus_multistream_packet_validate()
219 if (!do_plc && len < 2*st->layout.nb_streams-1) in opus_multistream_decode_native()
237 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decode_native()
448 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decoder_ctl()
465 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decoder_ctl()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libopus/src/
H A Dopus_multistream_encoder.c47 int nb_streams; member
150 if (nb_streams) in validate_ambisonics()
161 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
412 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
422 int nb_streams; in opus_multistream_surround_encoder_get_size() local
430 nb_streams=1; in opus_multistream_surround_encoder_get_size()
434 nb_streams=1; in opus_multistream_surround_encoder_get_size()
440 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
444 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
484 st->layout.nb_streams = streams; in opus_multistream_encoder_init_impl()
[all …]
H A Dopus_multistream_decoder.c55 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_decoder_get_size()
60 + (nb_streams-nb_coupled_streams) * align(mono_size); in opus_multistream_decoder_get_size()
82 st->layout.nb_streams = streams; in opus_multistream_decoder_init()
100 for (;i<st->layout.nb_streams;i++) in opus_multistream_decoder_init()
156 opus_int32 len, int nb_streams, opus_int32 Fs) in opus_multistream_packet_validate() argument
165 for (s=0;s<nb_streams;s++) in opus_multistream_packet_validate()
219 if (!do_plc && len < 2*st->layout.nb_streams-1) in opus_multistream_decode_native()
237 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decode_native()
448 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decoder_ctl()
465 for (s=0;s<st->layout.nb_streams;s++) in opus_multistream_decoder_ctl()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/opus/
H A Dopus_multistream_encoder.c47 int nb_streams; member
139 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
377 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
387 int nb_streams; in opus_multistream_surround_encoder_get_size() local
395 nb_streams=1; in opus_multistream_surround_encoder_get_size()
399 nb_streams=1; in opus_multistream_surround_encoder_get_size()
405 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
409 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
414 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
449 st->layout.nb_streams = streams; in opus_multistream_encoder_init_impl()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/opus/
H A Dopus_multistream_encoder.c47 int nb_streams; member
139 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
377 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
387 int nb_streams; in opus_multistream_surround_encoder_get_size() local
395 nb_streams=1; in opus_multistream_surround_encoder_get_size()
399 nb_streams=1; in opus_multistream_surround_encoder_get_size()
405 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
409 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
414 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
449 st->layout.nb_streams = streams; in opus_multistream_encoder_init_impl()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/opus/
H A Dopus_multistream_encoder.c47 int nb_streams; member
139 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
377 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
387 int nb_streams; in opus_multistream_surround_encoder_get_size() local
395 nb_streams=1; in opus_multistream_surround_encoder_get_size()
399 nb_streams=1; in opus_multistream_surround_encoder_get_size()
405 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
409 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
414 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
449 st->layout.nb_streams = streams; in opus_multistream_encoder_init_impl()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/opus/
H A Dopus_multistream_encoder.c47 int nb_streams; member
139 for (s=0;s<layout->nb_streams;s++) in validate_encoder_layout()
377 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
387 int nb_streams; in opus_multistream_surround_encoder_get_size() local
395 nb_streams=1; in opus_multistream_surround_encoder_get_size()
399 nb_streams=1; in opus_multistream_surround_encoder_get_size()
405 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
409 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
414 nb_streams=channels; in opus_multistream_surround_encoder_get_size()
449 st->layout.nb_streams = streams; in opus_multistream_encoder_init_impl()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libopus/src/
H A Dopus_multistream_encoder.c47 int nb_streams;
139 for (s=0;s<layout->nb_streams;s++)
377 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0;
387 int nb_streams;
395 nb_streams=1;
399 nb_streams=1;
405 nb_streams=vorbis_mappings[channels-1].nb_streams;
409 nb_streams=channels;
414 nb_streams=channels;
449 st->layout.nb_streams = streams;
[all …]

12345678910>>...74