Home
last modified time | relevance | path

Searched refs:h_delay (Results 1 – 10 of 10) sorted by relevance

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/filters/
H A DVintageLadders.cpp304 h_delay = 7, in global_test_one()
378 _mm_sub_ps(in, _mm_mul_ps(resquad, S(f->R[h_delay + 5], M(f->C[h_gComp], in)))); in global_test_one()
382 A(f->R[h_delay + 0], in global_test_one()
384 f->R[h_delay + 0] = f->R[h_stage + 0]; in global_test_one()
395 A(f->R[h_delay + k], in global_test_one()
399 : Surge::DSP::fasttanhSSEclamped(M(f->R[h_delay + k], thermal)))))); in global_test_one()
402 f->R[h_delay + k] = f->R[h_stage + k]; in global_test_one()
407 f->R[h_delay + 5] = M(_mm_set_ps1(0.5), A(f->R[h_stage + 3], f->R[h_delay + 4])); in global_test_one()
410 f->R[h_delay + 4] = f->R[h_stage + 3]; in global_test_one()
412 outputOS[j] = f->R[h_delay + 5]; in global_test_one()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/tw68/
H A Dtw68-video.c82 .h_delay = 3, \
94 .h_delay = 8, \
174 .h_delay = 186,
265 norm->h_delay, norm->h_start, norm->h_stop, in tw68_set_scale()
274 hdelay = norm->h_delay; in tw68_set_scale()
H A Dtw68.h72 u32 h_delay; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/tw68/
H A Dtw68-video.c82 .h_delay = 3, \
94 .h_delay = 8, \
174 .h_delay = 186,
265 norm->h_delay, norm->h_start, norm->h_stop, in tw68_set_scale()
274 hdelay = norm->h_delay; in tw68_set_scale()
H A Dtw68.h72 u32 h_delay; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/tw68/
H A Dtw68-video.c82 .h_delay = 3, \
94 .h_delay = 8, \
174 .h_delay = 186,
265 norm->h_delay, norm->h_start, norm->h_stop, in tw68_set_scale()
274 hdelay = norm->h_delay; in tw68_set_scale()
H A Dtw68.h72 u32 h_delay; member
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_private.h88 bool h_delay; /* We must delay writing table headers until memory allocated */ member
H A Dgmt_api.c8670 …if (S->h_delay) { /* Must do the first table headers now since we finally have allocated the table… in gmtapi_end_io_dataset()
8675 S->h_delay = false; in gmtapi_end_io_dataset()
8709 …if (S->h_delay) { /* Must do the first table headers now since we finally have allocated the table… in gmtapi_end_io_matrix()
8713 S->h_delay = false; in gmtapi_end_io_matrix()
8761 …if (S->h_delay) { /* Must do the first table headers now since we finally have allocated the table… in gmtapi_end_io_vector()
8765 S->h_delay = false; in gmtapi_end_io_vector()
9189 S->s_delay = S->h_delay = false; /* No header issues yet */ in GMT_Init_VirtualFile()
10386 S_obj->h_delay = true; in gmtapi_put_record_init()
10442 S_obj->h_delay = true; in gmtapi_put_record_init()
10486 S_obj->h_delay = true; in gmtapi_put_record_init()
/dports/cad/xcircuit/xcircuit-3.10.30/spiceparser/
H A Dnetlist_lib.c1387 int h_cshunt=0, h_rseries=0, h_delay=0; in nlib_parse() local
1408 h_delay++; in nlib_parse()
1437 if(h_delay) in nlib_parse()