Home
last modified time | relevance | path

Searched refs:per_channel (Results 1 – 25 of 86) sorted by relevance

1234

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/frontend/pytorch/
H A Dqnn_test.py54 def get_qconfig(per_channel): argument
58 if per_channel:
65 def quantize_model(model, inp, per_channel=False): argument
67 model.qconfig = get_qconfig(per_channel)
265 for per_channel in [False, True]:
266 if per_channel:
293 quantize_model(raw_module, inp, per_channel=per_channel)
368 for per_channel in [False, True]:
380 for (model_name, raw_model, per_channel) in qmodels:
383 if per_channel:
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dcaimportable.cc63 samplecnt_t per_channel; in read() local
69 per_channel = nframes / abl.mBuffers[0].mNumberChannels; in read()
71 while (nread < per_channel) { in read()
73 UInt32 new_cnt = per_channel - nread; in read()
94 if (!at_end && nread < per_channel) { in read()
H A Dsndfileimportable.cc105 samplecnt_t per_channel = nframes / sf_info.channels; in read() local
106 per_channel = sf_readf_float (in.get(), buffer, per_channel); in read()
107 return per_channel * sf_info.channels; in read()
/dports/audio/musicpd/mpd-0.23.6/src/pcm/
H A DDsd2Pcm.cxx267 assert(channels <= per_channel.max_size()); in Translate()
275 per_channel[i].Translate(n_frames, in Translate()
287 *dest++ = per_channel[0].TranslateSample(ffp, *src++); in TranslateStereo()
288 *dest++ = per_channel[1].TranslateSample(ffp, *src++); in TranslateStereo()
298 assert(channels <= per_channel.max_size()); in TranslateS24()
306 per_channel[i].TranslateS24(n_frames, in TranslateS24()
318 *dest++ = per_channel[0].TranslateSampleS24(ffp, *src++); in TranslateStereoS24()
319 *dest++ = per_channel[1].TranslateSampleS24(ffp, *src++); in TranslateStereoS24()
H A DDsd2Pcm.hxx95 std::array<Dsd2Pcm, MAX_CHANNELS> per_channel; member in MultiDsd2Pcm
101 for (auto &i : per_channel) in Reset()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/audio/gstreamer1-plugins-chromaprint/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()
/dports/audio/gstreamer1-plugins-sndfile/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dvideoframe-audiolevel.c41 static gboolean audiodelay, videodelay, per_channel, long_video; variable
59 per_channel = FALSE; in set_default_params()
96 if (per_channel) { in output_achain()
214 if (per_channel) { in push_abuffers()
326 if (per_channel) { in on_message()
538 per_channel = TRUE; in GST_START_TEST()

1234