Home
last modified time | relevance | path

Searched refs:tmp_int32 (Results 1 – 17 of 17) sorted by relevance

/dports/audio/libfilteraudio/filter_audio-0.0.1/other/
H A Dhigh_pass_filter.c25 int32_t tmp_int32 = 0; in highpass_filter() local
35 tmp_int32 = in highpass_filter()
37 tmp_int32 += in highpass_filter()
39 tmp_int32 = (tmp_int32 >> 15); in highpass_filter()
40 tmp_int32 += in highpass_filter()
42 tmp_int32 += in highpass_filter()
44 tmp_int32 = (tmp_int32 << 1); in highpass_filter()
57 y[0] = tmp_int32 >> 13; in highpass_filter()
61 tmp_int32 += 2048; in highpass_filter()
64 tmp_int32 = WEBRTC_SPL_SAT((int32_t)(134217727), tmp_int32, (int32_t)(-134217728)); in highpass_filter()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Dlow_cut_filter.cc37 int32_t tmp_int32 = 0; in Process() local
43 tmp_int32 = y[1] * ba[3]; // -a[1] * y[i-1] (low part) in Process()
45 tmp_int32 = (tmp_int32 >> 15); in Process()
48 tmp_int32 = (tmp_int32 << 1); in Process()
50 tmp_int32 += data[i] * ba[0]; // b[0] * x[0] in Process()
51 tmp_int32 += x[0] * ba[1]; // b[1] * x[i-1] in Process()
52 tmp_int32 += x[1] * ba[2]; // b[2] * x[i-2] in Process()
61 y[0] = static_cast<int16_t>(tmp_int32 >> 13); in Process()
66 tmp_int32 += 2048; in Process()
69 tmp_int32 = WEBRTC_SPL_SAT(static_cast<int32_t>(134217727), tmp_int32, in Process()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/
H A Dlow_cut_filter.cc36 int32_t tmp_int32 = 0; in Process() local
42 tmp_int32 = y[1] * ba[3]; // -a[1] * y[i-1] (low part) in Process()
44 tmp_int32 = (tmp_int32 >> 15); in Process()
47 tmp_int32 *= 2; in Process()
49 tmp_int32 += data[i] * ba[0]; // b[0] * x[0] in Process()
50 tmp_int32 += x[0] * ba[1]; // b[1] * x[i-1] in Process()
51 tmp_int32 += x[1] * ba[2]; // b[2] * x[i-2] in Process()
60 y[0] = static_cast<int16_t>(tmp_int32 >> 13); in Process()
65 tmp_int32 += 2048; in Process()
68 tmp_int32 = WEBRTC_SPL_SAT(static_cast<int32_t>(134217727), tmp_int32, in Process()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/
H A Dlow_cut_filter.cc41 int32_t tmp_int32 = 0; in Process() local
47 tmp_int32 = y[1] * ba[3]; // -a[1] * y[i-1] (low part) in Process()
49 tmp_int32 = (tmp_int32 >> 15); in Process()
52 tmp_int32 *= 2; in Process()
54 tmp_int32 += data[i] * ba[0]; // b[0] * x[0] in Process()
55 tmp_int32 += x[0] * ba[1]; // b[1] * x[i-1] in Process()
56 tmp_int32 += x[1] * ba[2]; // b[2] * x[i-2] in Process()
65 y[0] = static_cast<int16_t>(tmp_int32 >> 13); in Process()
70 tmp_int32 += 2048; in Process()
73 tmp_int32 = WEBRTC_SPL_SAT(static_cast<int32_t>(134217727), tmp_int32, in Process()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/
H A Dlow_cut_filter.cc36 int32_t tmp_int32 = 0; in Process() local
42 tmp_int32 = y[1] * ba[3]; // -a[1] * y[i-1] (low part) in Process()
44 tmp_int32 = (tmp_int32 >> 15); in Process()
47 tmp_int32 *= 2; in Process()
49 tmp_int32 += data[i] * ba[0]; // b[0] * x[0] in Process()
50 tmp_int32 += x[0] * ba[1]; // b[1] * x[i-1] in Process()
51 tmp_int32 += x[1] * ba[2]; // b[2] * x[i-2] in Process()
60 y[0] = static_cast<int16_t>(tmp_int32 >> 13); in Process()
65 tmp_int32 += 2048; in Process()
68 tmp_int32 = WEBRTC_SPL_SAT(static_cast<int32_t>(134217727), tmp_int32, in Process()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Dlow_cut_filter.cc36 int32_t tmp_int32 = 0; in Process() local
42 tmp_int32 = y[1] * ba[3]; // -a[1] * y[i-1] (low part) in Process()
44 tmp_int32 = (tmp_int32 >> 15); in Process()
47 tmp_int32 *= 2; in Process()
49 tmp_int32 += data[i] * ba[0]; // b[0] * x[0] in Process()
50 tmp_int32 += x[0] * ba[1]; // b[1] * x[i-1] in Process()
51 tmp_int32 += x[1] * ba[2]; // b[2] * x[i-2] in Process()
60 y[0] = static_cast<int16_t>(tmp_int32 >> 13); in Process()
65 tmp_int32 += 2048; in Process()
68 tmp_int32 = WEBRTC_SPL_SAT(static_cast<int32_t>(134217727), tmp_int32, in Process()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Dhigh_pass_filter_impl.cc53 int32_t tmp_int32 = 0; in Filter() local
62 tmp_int32 = y[1] * ba[3]; // -a[1] * y[i-1] (low part) in Filter()
64 tmp_int32 = (tmp_int32 >> 15); in Filter()
67 tmp_int32 = (tmp_int32 << 1); in Filter()
69 tmp_int32 += data[i] * ba[0]; // b[0]*x[0] in Filter()
70 tmp_int32 += x[0] * ba[1]; // b[1]*x[i-1] in Filter()
71 tmp_int32 += x[1] * ba[2]; // b[2]*x[i-2] in Filter()
80 y[0] = static_cast<int16_t>(tmp_int32 >> 13); in Filter()
85 tmp_int32 += 2048; in Filter()
89 tmp_int32, in Filter()
[all …]
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/processing/
H A Dhigh_pass_filter_impl.cc54 WebRtc_Word32 tmp_int32 = 0; in Filter() local
63 tmp_int32 = in Filter()
65 tmp_int32 += in Filter()
67 tmp_int32 = (tmp_int32 >> 15); in Filter()
68 tmp_int32 += in Filter()
70 tmp_int32 += in Filter()
72 tmp_int32 = (tmp_int32 << 1); in Filter()
85 y[0] = static_cast<WebRtc_Word16>(tmp_int32 >> 13); in Filter()
86 y[1] = static_cast<WebRtc_Word16>((tmp_int32 - in Filter()
90 tmp_int32 += 2048; in Filter()
[all …]
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/
H A Dhigh_pass_filter_impl.cc53 int32_t tmp_int32 = 0; in Filter() local
62 tmp_int32 = y[1] * ba[3]; // -a[1] * y[i-1] (low part) in Filter()
64 tmp_int32 = (tmp_int32 >> 15); in Filter()
67 tmp_int32 = (tmp_int32 << 1); in Filter()
69 tmp_int32 += data[i] * ba[0]; // b[0]*x[0] in Filter()
70 tmp_int32 += x[0] * ba[1]; // b[1]*x[i-1] in Filter()
71 tmp_int32 += x[1] * ba[2]; // b[2]*x[i-2] in Filter()
80 y[0] = static_cast<int16_t>(tmp_int32 >> 13); in Filter()
85 tmp_int32 += 2048; in Filter()
89 tmp_int32, in Filter()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/
H A Dhigh_pass_filter_impl.cc53 int32_t tmp_int32 = 0; in Filter() local
62 tmp_int32 = y[1] * ba[3]; // -a[1] * y[i-1] (low part) in Filter()
64 tmp_int32 = (tmp_int32 >> 15); in Filter()
67 tmp_int32 = (tmp_int32 << 1); in Filter()
69 tmp_int32 += data[i] * ba[0]; // b[0]*x[0] in Filter()
70 tmp_int32 += x[0] * ba[1]; // b[1]*x[i-1] in Filter()
71 tmp_int32 += x[1] * ba[2]; // b[2]*x[i-2] in Filter()
80 y[0] = static_cast<int16_t>(tmp_int32 >> 13); in Filter()
85 tmp_int32 += 2048; in Filter()
89 tmp_int32, in Filter()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/matio/src/c/
H A DCreateIntegerVariable.c30 int * tmp_int32 = NULL; in CreateIntegerVariable() local
135 tmp_int32 = (int *)MALLOC(iSize * sizeof(int)); in CreateIntegerVariable()
137 if (tmp_int32 == NULL) in CreateIntegerVariable()
145 tmp_int32[i] = ((int *)matVariable->data)[i]; in CreateIntegerVariable()
151 sciErr = createMatrixOfInteger32(pvApiCtx, iVar, nbRow, nbCol, tmp_int32); in CreateIntegerVariable()
155 …rr = createMatrixOfInteger32InList(pvApiCtx, iVar, parent, item_position, nbRow, nbCol, tmp_int32); in CreateIntegerVariable()
161 FREE(tmp_int32); in CreateIntegerVariable()
166 FREE(tmp_int32); in CreateIntegerVariable()
/dports/comms/mgetty+sendfax/mgetty-1.1.37/voice/libpvf/
H A Drockwell.c325 vgetty_u_int32 tmp_int32 = 0; in RV_Reset() local
333 tmp_int32 = ~tmp_int32; in RV_Reset()
334 tmp_int32 >>= 1; in RV_Reset()
335 RV_max_local_int32 = tmp_int32; in RV_Reset()
336 RV_min_local_int32 = tmp_int32; in RV_Reset()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dzone_reader_text.c277 s32 tmp_int32; in zone_reader_text_copy_rdata_inline() local
279 if(FAIL(err = parser_copy_next_ttl(p, &tmp_int32))) in zone_reader_text_copy_rdata_inline()
284 tmp_int32 = htonl(tmp_int32); in zone_reader_text_copy_rdata_inline()
285 SET_U32_AT_P(rdata, tmp_int32); in zone_reader_text_copy_rdata_inline()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-isi.c1165 int tmp_int32; in dissect_isi_gps_data() local
1195 tmp_int32 = (tvb_get_ntohs(tvb, offset+18) - tvb_get_ntohs(tvb, offset+22))/2; in dissect_isi_gps_data()
1196 proto_tree_add_int(subtree, hf_isi_gps_altitude, tvb, offset+18, 6, tmp_int32); in dissect_isi_gps_data()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-isi.c1165 int tmp_int32; in dissect_isi_gps_data() local
1195 tmp_int32 = (tvb_get_ntohs(tvb, offset+18) - tvb_get_ntohs(tvb, offset+22))/2; in dissect_isi_gps_data()
1196 proto_tree_add_int(subtree, hf_isi_gps_altitude, tvb, offset+18, 6, tmp_int32); in dissect_isi_gps_data()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-isi.c1165 int tmp_int32;
1195 tmp_int32 = (tvb_get_ntohs(tvb, offset+18) - tvb_get_ntohs(tvb, offset+22))/2;
1196 proto_tree_add_int(subtree, hf_isi_gps_altitude, tvb, offset+18, 6, tmp_int32);
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-isi.c1165 int tmp_int32; in dissect_isi_gps_data() local
1195 tmp_int32 = (tvb_get_ntohs(tvb, offset+18) - tvb_get_ntohs(tvb, offset+22))/2; in dissect_isi_gps_data()
1196 proto_tree_add_int(subtree, hf_isi_gps_altitude, tvb, offset+18, 6, tmp_int32); in dissect_isi_gps_data()