Home
last modified time | relevance | path

Searched refs:nb_coupled_streams (Results 1 – 25 of 83) sorted by relevance

1234

/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/opus-1.0.3/src/
H A Dopus_multistream.c43 int nb_coupled_streams; member
49 int nb_coupled_streams; member
144 if (s < layout->nb_coupled_streams) 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()
174 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
182 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
186 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
192 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
196 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
460 if (i<st->layout.nb_coupled_streams) in surround_rate_allocation()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libopus/src/
H A Dopus_multistream_encoder.c48 int nb_coupled_streams; member
75 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
95 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
122 if (nb_coupled_streams) in validate_ambisonics()
132 if (s < layout->nb_coupled_streams) 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()
392 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
400 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
404 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
410 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
[all …]
H A Dopus_multistream_decoder.c53 opus_int32 opus_multistream_decoder_get_size(int nb_streams, int nb_coupled_streams) in opus_multistream_decoder_get_size() argument
58 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_decoder_get_size()
62 + nb_coupled_streams * align(coupled_size) in opus_multistream_decoder_get_size()
63 + (nb_streams-nb_coupled_streams) * align(mono_size); in opus_multistream_decoder_get_size()
86 st->layout.nb_coupled_streams = coupled_streams; in opus_multistream_decoder_init()
97 for (i=0;i<st->layout.nb_coupled_streams;i++) in opus_multistream_decoder_init()
262 if (s < st->layout.nb_coupled_streams) in opus_multistream_decode_native()
455 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl_va_list()
473 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl_va_list()
498 if (s < st->layout.nb_coupled_streams) 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.c48 int nb_coupled_streams; member
75 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
95 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
122 if (nb_coupled_streams) in validate_ambisonics()
132 if (s < layout->nb_coupled_streams) 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()
392 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
400 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
404 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
410 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
[all …]
H A Dopus_multistream_decoder.c53 opus_int32 opus_multistream_decoder_get_size(int nb_streams, int nb_coupled_streams) in opus_multistream_decoder_get_size() argument
58 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_decoder_get_size()
62 + nb_coupled_streams * align(coupled_size) in opus_multistream_decoder_get_size()
63 + (nb_streams-nb_coupled_streams) * align(mono_size); in opus_multistream_decoder_get_size()
86 st->layout.nb_coupled_streams = coupled_streams; in opus_multistream_decoder_init()
97 for (i=0;i<st->layout.nb_coupled_streams;i++) in opus_multistream_decoder_init()
265 if (s < st->layout.nb_coupled_streams) in opus_multistream_decode_native()
458 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl_va_list()
476 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl_va_list()
501 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl_va_list()
[all …]
/dports/www/firefox/firefox-99.0/media/libopus/src/
H A Dopus_multistream_encoder.c48 int nb_coupled_streams; member
75 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
95 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
122 if (nb_coupled_streams) in validate_ambisonics()
132 if (s < layout->nb_coupled_streams) 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()
392 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
400 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
404 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
410 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
[all …]
H A Dopus_multistream_decoder.c53 opus_int32 opus_multistream_decoder_get_size(int nb_streams, int nb_coupled_streams) in opus_multistream_decoder_get_size() argument
58 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_decoder_get_size()
62 + nb_coupled_streams * align(coupled_size) in opus_multistream_decoder_get_size()
63 + (nb_streams-nb_coupled_streams) * align(mono_size); in opus_multistream_decoder_get_size()
86 st->layout.nb_coupled_streams = coupled_streams; in opus_multistream_decoder_init()
97 for (i=0;i<st->layout.nb_coupled_streams;i++) in opus_multistream_decoder_init()
262 if (s < st->layout.nb_coupled_streams) in opus_multistream_decode_native()
455 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl_va_list()
473 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl_va_list()
498 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl_va_list()
[all …]
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/libopus/src/
H A Dopus_multistream_encoder.c48 int nb_coupled_streams; member
75 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
95 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
122 if (nb_coupled_streams) in validate_ambisonics()
132 if (s < layout->nb_coupled_streams) 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()
392 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
400 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
404 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
410 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; 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.c48 int nb_coupled_streams; member
75 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
95 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
122 if (nb_coupled_streams) in validate_ambisonics()
132 if (s < layout->nb_coupled_streams) 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()
392 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
400 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
404 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
410 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
[all …]
/dports/audio/jamulus/jamulus-r3_8_1/libs/opus/src/
H A Dopus_multistream_encoder.c48 int nb_coupled_streams; member
75 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
95 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
122 if (nb_coupled_streams) in validate_ambisonics()
132 if (s < layout->nb_coupled_streams) 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()
392 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
400 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
404 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
410 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
[all …]
/dports/audio/opus/opus-1.3.1/src/
H A Dopus_multistream_encoder.c48 int nb_coupled_streams; member
75 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
95 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
122 if (nb_coupled_streams) in validate_ambisonics()
132 if (s < layout->nb_coupled_streams) 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()
392 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
400 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
404 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
410 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libopus/src/
H A Dopus_multistream_encoder.c48 int nb_coupled_streams; member
75 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
95 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
122 if (nb_coupled_streams) in validate_ambisonics()
132 if (s < layout->nb_coupled_streams) 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()
392 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
400 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
404 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
410 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libopus/src/
H A Dopus_multistream_encoder.c48 int nb_coupled_streams; member
75 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
95 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
122 if (nb_coupled_streams) in validate_ambisonics()
132 if (s < layout->nb_coupled_streams) 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()
392 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
400 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
404 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
410 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
[all …]
/dports/audio/praat/praat-6.2.03/external/opusfile/opus/
H A Dopus_multistream_encoder.c48 int nb_coupled_streams; member
75 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
95 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
122 if (nb_coupled_streams) in validate_ambisonics()
132 if (s < layout->nb_coupled_streams) 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()
392 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
400 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
404 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
410 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; 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.c48 int nb_coupled_streams; member
106 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
126 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
152 if (nb_coupled_streams) in validate_ambisonics()
163 if (s < layout->nb_coupled_streams) 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()
423 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
431 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
435 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
441 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
[all …]
H A Dopus_multistream_decoder.c50 opus_int32 opus_multistream_decoder_get_size(int nb_streams, int nb_coupled_streams) in opus_multistream_decoder_get_size() argument
55 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_decoder_get_size()
59 + nb_coupled_streams * align(coupled_size) in opus_multistream_decoder_get_size()
60 + (nb_streams-nb_coupled_streams) * align(mono_size); in opus_multistream_decoder_get_size()
83 st->layout.nb_coupled_streams = coupled_streams; in opus_multistream_decoder_init()
94 for (i=0;i<st->layout.nb_coupled_streams;i++) in opus_multistream_decoder_init()
261 if (s < st->layout.nb_coupled_streams) in opus_multistream_decode_native()
452 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl()
470 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl()
495 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/opus-1.2.1/src/
H A Dopus_multistream_encoder.c48 int nb_coupled_streams; member
106 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
126 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
152 if (nb_coupled_streams) in validate_ambisonics()
163 if (s < layout->nb_coupled_streams) 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()
423 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
431 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
435 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
441 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
[all …]
H A Dopus_multistream_decoder.c50 opus_int32 opus_multistream_decoder_get_size(int nb_streams, int nb_coupled_streams) in opus_multistream_decoder_get_size() argument
55 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_decoder_get_size()
59 + nb_coupled_streams * align(coupled_size) in opus_multistream_decoder_get_size()
60 + (nb_streams-nb_coupled_streams) * align(mono_size); in opus_multistream_decoder_get_size()
83 st->layout.nb_coupled_streams = coupled_streams; in opus_multistream_decoder_init()
94 for (i=0;i<st->layout.nb_coupled_streams;i++) in opus_multistream_decoder_init()
261 if (s < st->layout.nb_coupled_streams) in opus_multistream_decode_native()
452 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl()
470 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl()
495 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libopus/src/
H A Dopus_multistream_encoder.c48 int nb_coupled_streams; member
106 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
126 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
152 if (nb_coupled_streams) in validate_ambisonics()
163 if (s < layout->nb_coupled_streams) 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()
423 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
431 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
435 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
441 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
[all …]
H A Dopus_multistream_decoder.c50 opus_int32 opus_multistream_decoder_get_size(int nb_streams, int nb_coupled_streams) in opus_multistream_decoder_get_size() argument
55 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_decoder_get_size()
59 + nb_coupled_streams * align(coupled_size) in opus_multistream_decoder_get_size()
60 + (nb_streams-nb_coupled_streams) * align(mono_size); in opus_multistream_decoder_get_size()
83 st->layout.nb_coupled_streams = coupled_streams; in opus_multistream_decoder_init()
94 for (i=0;i<st->layout.nb_coupled_streams;i++) in opus_multistream_decoder_init()
261 if (s < st->layout.nb_coupled_streams) in opus_multistream_decode_native()
452 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl()
470 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl()
495 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/opus/
H A Dopus_multistream_encoder.c48 int nb_coupled_streams; member
107 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
127 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
141 if (s < layout->nb_coupled_streams) 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()
388 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
396 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
400 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
406 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
410 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/opus/
H A Dopus_multistream_encoder.c48 int nb_coupled_streams; member
107 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
127 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
141 if (s < layout->nb_coupled_streams) 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()
388 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
396 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
400 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
406 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
410 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/opus/
H A Dopus_multistream_encoder.c48 int nb_coupled_streams; member
107 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
127 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
141 if (s < layout->nb_coupled_streams) 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()
388 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
396 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
400 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
406 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
410 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/opus/
H A Dopus_multistream_encoder.c48 int nb_coupled_streams; member
107 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
127 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
141 if (s < layout->nb_coupled_streams) 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()
388 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
396 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
400 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
406 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
410 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libopus/src/
H A Dopus_multistream_encoder.c48 int nb_coupled_streams;
107 if (s < st->layout.nb_coupled_streams)
127 if (s < st->layout.nb_coupled_streams)
141 if (s < layout->nb_coupled_streams)
377 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0;
388 int nb_coupled_streams;
396 nb_coupled_streams=0;
400 nb_coupled_streams=1;
406 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams;
410 nb_coupled_streams=0;
[all …]

1234