Home
last modified time | relevance | path

Searched refs:channel_index (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/volume/
H A Dvolume.cpp198 size_t channel_index = 0; in read_fluid_file() local
207 channel_index += 3; in read_fluid_file()
215 channel_index += 1; in read_fluid_file()
223 channel_index += 1; in read_fluid_file()
231 channel_index += 1; in read_fluid_file()
239 channel_index += 1; in read_fluid_file()
247 channel_index += 1; in read_fluid_file()
255 channel_index += 3; in read_fluid_file()
264 channel_index += 1; in read_fluid_file()
269 channel_index += 1; in read_fluid_file()
[all …]
/dports/audio/ecasound/ecasound-2.9.3/libecasound/
H A Dsamplebuffer_iterators.cpp35 channel_index = 0; in begin()
37 channel_index = target->channel_count_rep; in begin()
44 ++channel_index; in next()
55 channel_index = channel; in init()
57 if (channel_index < 0 || in init()
58 channel_index >= target->number_of_channels()) in init()
66 channel_index = channel; in begin()
68 if (channel_index < 0 || in begin()
79 channel_index = 0; in begin()
81 channel_index = target->channel_count_rep; in begin()
[all …]
H A Dsamplebuffer_iterators.h18 SAMPLE_BUFFER::channel_size_t channel_index; // index of current channel variable
35 inline bool end(void) { return(channel_index >= static_cast<int>(target->channel_count_rep)); } in end()
45 inline SAMPLE_SPECS::sample_t* current(void) { return(&(target->buffer[channel_index][index])); } in current()
63 SAMPLE_BUFFER::channel_size_t channel_index; // index of current channel variable
99 inline SAMPLE_SPECS::sample_t* current(void) { return(&target->buffer[channel_index][index]); } in current()
114 SAMPLE_BUFFER::channel_size_t channel_index; // index of current channel variable
136 inline bool end(void) { return(channel_index >= static_cast<int>(target->channel_count_rep)); } in end()
141 inline SAMPLE_SPECS::sample_t* current(void) { return(&(target->buffer[channel_index][index])); } in current()
146 inline int channel(void) const { return(channel_index); } in channel()
/dports/devel/openocd/openocd-0.11.0/src/rtt/
H A Drtt.c218 if (channel_index >= rtt.sink_list_length) { in rtt_register_sink()
219 if (adjust_sink_list(channel_index + 1) != ERROR_OK) in rtt_register_sink()
232 tmp->next = rtt.sink_list[channel_index]; in rtt_register_sink()
234 rtt.sink_list[channel_index] = tmp; in rtt_register_sink()
246 if (channel_index >= rtt.sink_list_length) in rtt_unregister_sink()
249 prev_sink = rtt.sink_list[channel_index]; in rtt_unregister_sink()
255 if (sink == rtt.sink_list[channel_index]) in rtt_unregister_sink()
256 rtt.sink_list[channel_index] = sink->next; in rtt_unregister_sink()
298 if (channel_index >= rtt.ctrl.num_up_channels) { in rtt_write_channel()
327 int rtt_read_channel_info(unsigned int channel_index, in rtt_read_channel_info() argument
[all …]
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dbggavl.c210 int channel_index; in bg_gavl_audio_options_set_format() local
224 channel_index = 0; in bg_gavl_audio_options_set_format()
231 out_format->channel_locations[channel_index] = GAVL_CHID_FRONT_LEFT; in bg_gavl_audio_options_set_format()
235 out_format->channel_locations[channel_index] = GAVL_CHID_FRONT_LEFT; in bg_gavl_audio_options_set_format()
253 channel_index += opt->num_front_channels; in bg_gavl_audio_options_set_format()
258 out_format->channel_locations[channel_index] = GAVL_CHID_REAR_CENTER; in bg_gavl_audio_options_set_format()
261 out_format->channel_locations[channel_index] = GAVL_CHID_REAR_LEFT; in bg_gavl_audio_options_set_format()
265 out_format->channel_locations[channel_index] = GAVL_CHID_REAR_LEFT; in bg_gavl_audio_options_set_format()
270 channel_index += opt->num_rear_channels; in bg_gavl_audio_options_set_format()
274 out_format->channel_locations[channel_index] = GAVL_CHID_LFE; in bg_gavl_audio_options_set_format()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/cubeb/src/speex/
H A Dresample.c381 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
432 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
493 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
555 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
892 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
894 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
914 if (st->magic_samples[channel_index]) in speex_resampler_magic()
938 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
940 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
995 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/speex_resampler/thirdparty/
H A Dresample.c381 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
432 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
493 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
555 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
892 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
894 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
914 if (st->magic_samples[channel_index]) in speex_resampler_magic()
938 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
940 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
994 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libspeex_resampler/src/
H A Dresample.c381 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
436 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
501 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
567 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
906 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
908 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
928 if (st->magic_samples[channel_index]) in speex_resampler_magic()
952 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
954 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
1009 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libspeex_resampler/src/
H A Dresample.c381 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
436 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
501 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
567 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
906 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
908 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
928 if (st->magic_samples[channel_index]) in speex_resampler_magic()
952 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
954 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
1009 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cubeb-sys/libcubeb/src/speex/
H A Dresample.c381 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
432 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
493 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
555 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
892 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
894 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
914 if (st->magic_samples[channel_index]) in speex_resampler_magic()
938 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
940 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
995 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/speexdsp/
H A Dresample.c382 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
433 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
494 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
556 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
872 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
874 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
894 if (st->magic_samples[channel_index]) in speex_resampler_magic()
918 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
920 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
975 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cubeb-sys-0.5.5/libcubeb/src/speex/
H A Dresample.c381 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
432 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
493 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
555 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
892 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
894 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
914 if (st->magic_samples[channel_index]) in speex_resampler_magic()
938 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
940 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
995 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/audio/libopusenc/libopusenc-0.2.1/src/
H A Dresample.c381 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
432 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
493 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
555 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
892 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
894 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
914 if (st->magic_samples[channel_index]) in speex_resampler_magic()
938 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
940 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
994 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/speex_resampler/thirdparty/
H A Dresample.c381 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
432 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
493 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
555 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
892 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
894 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
914 if (st->magic_samples[channel_index]) in speex_resampler_magic()
938 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
940 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
994 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/cubeb/src/speex/
H A Dresample.c381 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
432 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
493 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
555 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
892 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
894 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
914 if (st->magic_samples[channel_index]) in speex_resampler_magic()
938 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
940 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
995 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cubeb/subprojects/speex/
H A Dresample.c381 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
432 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
493 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
555 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
892 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
894 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
914 if (st->magic_samples[channel_index]) in speex_resampler_magic()
938 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
940 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
995 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/cubeb/subprojects/speex/
H A Dresample.c381 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
432 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
493 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
555 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
892 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
894 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
914 if (st->magic_samples[channel_index]) in speex_resampler_magic()
938 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
940 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
995 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cubeb-sys/libcubeb/src/speex/
H A Dresample.c381 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
432 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
493 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
555 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
892 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
894 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
914 if (st->magic_samples[channel_index]) in speex_resampler_magic()
938 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
940 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
995 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/www/firefox/firefox-99.0/media/libspeex_resampler/src/
H A Dresample.c381 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
436 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
501 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
567 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
906 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
908 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
928 if (st->magic_samples[channel_index]) in speex_resampler_magic()
952 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
954 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
1009 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/net/pjsip/pjproject-2.11.1/third_party/speex/libspeex/
H A Dresample.c381 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
432 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
493 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
555 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
892 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
894 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
914 if (st->magic_samples[channel_index]) in speex_resampler_magic()
938 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
940 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
994 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cubeb-sys/libcubeb/src/speex/
H A Dresample.c381 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
432 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
493 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
555 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
892 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
894 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
914 if (st->magic_samples[channel_index]) in speex_resampler_magic()
938 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
940 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
995 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/net/wireshark/wireshark-3.6.1/speexdsp/
H A Dresample.c382 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
433 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
494 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
556 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
872 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
874 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
894 if (st->magic_samples[channel_index]) in speex_resampler_magic()
918 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
920 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
975 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/speexdsp/
H A Dresample.c382 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
433 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
494 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
556 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
872 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
874 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
894 if (st->magic_samples[channel_index]) in speex_resampler_magic()
918 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
920 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
975 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/net/tshark/wireshark-3.6.1/speexdsp/
H A Dresample.c382 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
433 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
494 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
556 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
872 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
874 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
894 if (st->magic_samples[channel_index]) in speex_resampler_magic()
918 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
920 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
975 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cubeb-sys/libcubeb/src/speex/
H A Dresample.c381 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
432 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
493 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_single()
555 st->last_sample[channel_index] = last_sample; in resampler_basic_interpolate_double()
892 *in_len = st->last_sample[channel_index]; in speex_resampler_process_native()
894 st->last_sample[channel_index] -= *in_len; in speex_resampler_process_native()
914 if (st->magic_samples[channel_index]) in speex_resampler_magic()
938 if (st->magic_samples[channel_index]) in speex_resampler_process_int()
940 if (! st->magic_samples[channel_index]) { in speex_resampler_process_int()
995 if (st->magic_samples[channel_index]) { in speex_resampler_process_float()
[all …]

12345678910>>...19