Home
last modified time | relevance | path

Searched refs:nShifts (Results 1 – 25 of 69) sorted by relevance

123

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/ns/
H A Dnsx_core_c.c36 int normTmp, normTmp2, nShifts; in WebRtcNsx_SpeechNoiseProb() local
88 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
94 nShifts++; in WebRtcNsx_SpeechNoiseProb()
96 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 in WebRtcNsx_SpeechNoiseProb()
118 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
123 nShifts++; in WebRtcNsx_SpeechNoiseProb()
125 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); // Q14 in WebRtcNsx_SpeechNoiseProb()
163 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
170 nShifts--; in WebRtcNsx_SpeechNoiseProb()
172 tmpU32no1 = tmpU32no2 >> nShifts; in WebRtcNsx_SpeechNoiseProb()
H A Dnsx_core.c1098 int norm32, nShifts; in WebRtcNsx_ComputeSpectralDifference() local
1146 nShifts += norm32; in WebRtcNsx_ComputeSpectralDifference()
1147 nShifts <<= 1; in WebRtcNsx_ComputeSpectralDifference()
1148 if (nShifts < 0) { in WebRtcNsx_ComputeSpectralDifference()
1150 nShifts = 0; in WebRtcNsx_ComputeSpectralDifference()
1656 nShifts = WEBRTC_SPL_SAT(6, nShifts, 0); in WebRtcNsx_ProcessCore()
1687 nShifts = 0; in WebRtcNsx_ProcessCore()
1691 nShifts = 6; in WebRtcNsx_ProcessCore()
1921 if (nShifts < 0) { in WebRtcNsx_ProcessCore()
1929 tmp32no1 = (tmp32no1 + (128 << nShifts)) >> (8 + nShifts); // Q(qMagn). in WebRtcNsx_ProcessCore()
[all …]
/dports/audio/libfilteraudio/filter_audio-0.0.1/ns/
H A Dnsx_core_c.c37 int i, normTmp, normTmp2, nShifts; in WebRtcNsx_SpeechNoiseProb() local
89 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
95 nShifts++; in WebRtcNsx_SpeechNoiseProb()
97 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 in WebRtcNsx_SpeechNoiseProb()
119 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
124 nShifts++; in WebRtcNsx_SpeechNoiseProb()
126 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); // Q14 in WebRtcNsx_SpeechNoiseProb()
164 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
171 nShifts--; in WebRtcNsx_SpeechNoiseProb()
173 tmpU32no1 = tmpU32no2 >> nShifts; in WebRtcNsx_SpeechNoiseProb()
H A Dnsx_core.c1100 int i, norm32, nShifts; in WebRtcNsx_ComputeSpectralDifference() local
1148 nShifts += norm32; in WebRtcNsx_ComputeSpectralDifference()
1149 nShifts <<= 1; in WebRtcNsx_ComputeSpectralDifference()
1150 if (nShifts < 0) { in WebRtcNsx_ComputeSpectralDifference()
1152 nShifts = 0; in WebRtcNsx_ComputeSpectralDifference()
1649 nShifts = WEBRTC_SPL_SAT(6, nShifts, 0); in WebRtcNsx_ProcessCore()
1680 nShifts = 0; in WebRtcNsx_ProcessCore()
1684 nShifts = 6; in WebRtcNsx_ProcessCore()
1914 if (nShifts < 0) { in WebRtcNsx_ProcessCore()
1922 tmp32no1 = (tmp32no1 + (128 << nShifts)) >> (8 + nShifts); // Q(qMagn). in WebRtcNsx_ProcessCore()
[all …]
/dports/net/pjsip/pjproject-2.11.1/third_party/webrtc/src/webrtc/modules/audio_processing/ns/
H A Dnsx_core_c.c37 int normTmp, normTmp2, nShifts; in WebRtcNsx_SpeechNoiseProb() local
89 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
95 nShifts++; in WebRtcNsx_SpeechNoiseProb()
97 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 in WebRtcNsx_SpeechNoiseProb()
119 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
124 nShifts++; in WebRtcNsx_SpeechNoiseProb()
126 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); // Q14 in WebRtcNsx_SpeechNoiseProb()
164 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
171 nShifts--; in WebRtcNsx_SpeechNoiseProb()
173 tmpU32no1 = tmpU32no2 >> nShifts; in WebRtcNsx_SpeechNoiseProb()
H A Dnsx_core_mips.c36 int normTmp, nShifts; in WebRtcNsx_SpeechNoiseProb() local
124 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
130 nShifts++; in WebRtcNsx_SpeechNoiseProb()
132 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 in WebRtcNsx_SpeechNoiseProb()
154 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
159 nShifts++; in WebRtcNsx_SpeechNoiseProb()
161 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); //Q14 in WebRtcNsx_SpeechNoiseProb()
199 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
206 nShifts--; in WebRtcNsx_SpeechNoiseProb()
208 tmpU32no1 = tmpU32no2 >> nShifts; in WebRtcNsx_SpeechNoiseProb()
H A Dnsx_core.c1103 int norm32, nShifts; in WebRtcNsx_ComputeSpectralDifference() local
1151 nShifts += norm32; in WebRtcNsx_ComputeSpectralDifference()
1152 nShifts <<= 1; in WebRtcNsx_ComputeSpectralDifference()
1153 if (nShifts < 0) { in WebRtcNsx_ComputeSpectralDifference()
1155 nShifts = 0; in WebRtcNsx_ComputeSpectralDifference()
1661 nShifts = WEBRTC_SPL_SAT(6, nShifts, 0); in WebRtcNsx_ProcessCore()
1692 nShifts = 0; in WebRtcNsx_ProcessCore()
1696 nShifts = 6; in WebRtcNsx_ProcessCore()
1926 if (nShifts < 0) { in WebRtcNsx_ProcessCore()
1934 tmp32no1 = (tmp32no1 + (128 << nShifts)) >> (8 + nShifts); // Q(qMagn). in WebRtcNsx_ProcessCore()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/ns/
H A Dnsx_core_c.c36 int normTmp, normTmp2, nShifts; in WebRtcNsx_SpeechNoiseProb() local
88 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
94 nShifts++; in WebRtcNsx_SpeechNoiseProb()
96 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 in WebRtcNsx_SpeechNoiseProb()
118 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
123 nShifts++; in WebRtcNsx_SpeechNoiseProb()
125 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); // Q14 in WebRtcNsx_SpeechNoiseProb()
163 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
170 nShifts--; in WebRtcNsx_SpeechNoiseProb()
172 tmpU32no1 = tmpU32no2 >> nShifts; in WebRtcNsx_SpeechNoiseProb()
H A Dnsx_core_mips.c36 int normTmp, nShifts; in WebRtcNsx_SpeechNoiseProb() local
124 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
130 nShifts++; in WebRtcNsx_SpeechNoiseProb()
132 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 in WebRtcNsx_SpeechNoiseProb()
154 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
159 nShifts++; in WebRtcNsx_SpeechNoiseProb()
161 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); //Q14 in WebRtcNsx_SpeechNoiseProb()
199 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
206 nShifts--; in WebRtcNsx_SpeechNoiseProb()
208 tmpU32no1 = tmpU32no2 >> nShifts; in WebRtcNsx_SpeechNoiseProb()
H A Dnsx_core.c1098 int norm32, nShifts; in WebRtcNsx_ComputeSpectralDifference() local
1146 nShifts += norm32; in WebRtcNsx_ComputeSpectralDifference()
1147 nShifts <<= 1; in WebRtcNsx_ComputeSpectralDifference()
1148 if (nShifts < 0) { in WebRtcNsx_ComputeSpectralDifference()
1150 nShifts = 0; in WebRtcNsx_ComputeSpectralDifference()
1656 nShifts = WEBRTC_SPL_SAT(6, nShifts, 0); in WebRtcNsx_ProcessCore()
1687 nShifts = 0; in WebRtcNsx_ProcessCore()
1691 nShifts = 6; in WebRtcNsx_ProcessCore()
1921 if (nShifts < 0) { in WebRtcNsx_ProcessCore()
1929 tmp32no1 = (tmp32no1 + (128 << nShifts)) >> (8 + nShifts); // Q(qMagn). in WebRtcNsx_ProcessCore()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/ns/
H A Dnsx_core_c.c36 int normTmp, normTmp2, nShifts; in WebRtcNsx_SpeechNoiseProb() local
88 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
94 nShifts++; in WebRtcNsx_SpeechNoiseProb()
96 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 in WebRtcNsx_SpeechNoiseProb()
118 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
123 nShifts++; in WebRtcNsx_SpeechNoiseProb()
125 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); // Q14 in WebRtcNsx_SpeechNoiseProb()
163 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
170 nShifts--; in WebRtcNsx_SpeechNoiseProb()
172 tmpU32no1 = tmpU32no2 >> nShifts; in WebRtcNsx_SpeechNoiseProb()
H A Dnsx_core_mips.c36 int normTmp, nShifts; in WebRtcNsx_SpeechNoiseProb() local
124 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
130 nShifts++; in WebRtcNsx_SpeechNoiseProb()
132 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 in WebRtcNsx_SpeechNoiseProb()
154 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
159 nShifts++; in WebRtcNsx_SpeechNoiseProb()
161 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); //Q14 in WebRtcNsx_SpeechNoiseProb()
199 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
206 nShifts--; in WebRtcNsx_SpeechNoiseProb()
208 tmpU32no1 = tmpU32no2 >> nShifts; in WebRtcNsx_SpeechNoiseProb()
H A Dnsx_core.c1098 int norm32, nShifts; in WebRtcNsx_ComputeSpectralDifference() local
1146 nShifts += norm32; in WebRtcNsx_ComputeSpectralDifference()
1147 nShifts <<= 1; in WebRtcNsx_ComputeSpectralDifference()
1148 if (nShifts < 0) { in WebRtcNsx_ComputeSpectralDifference()
1150 nShifts = 0; in WebRtcNsx_ComputeSpectralDifference()
1656 nShifts = WEBRTC_SPL_SAT(6, nShifts, 0); in WebRtcNsx_ProcessCore()
1687 nShifts = 0; in WebRtcNsx_ProcessCore()
1691 nShifts = 6; in WebRtcNsx_ProcessCore()
1921 if (nShifts < 0) { in WebRtcNsx_ProcessCore()
1929 tmp32no1 = (tmp32no1 + (128 << nShifts)) >> (8 + nShifts); // Q(qMagn). in WebRtcNsx_ProcessCore()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/ns/
H A Dnsx_core_c.c36 int i, normTmp, normTmp2, nShifts; in WebRtcNsx_SpeechNoiseProb() local
88 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
94 nShifts++; in WebRtcNsx_SpeechNoiseProb()
96 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 in WebRtcNsx_SpeechNoiseProb()
118 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
123 nShifts++; in WebRtcNsx_SpeechNoiseProb()
125 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); // Q14 in WebRtcNsx_SpeechNoiseProb()
163 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
170 nShifts--; in WebRtcNsx_SpeechNoiseProb()
172 tmpU32no1 = tmpU32no2 >> nShifts; in WebRtcNsx_SpeechNoiseProb()
H A Dnsx_core_mips.c34 int i, normTmp, nShifts; in WebRtcNsx_SpeechNoiseProb() local
122 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
128 nShifts++; in WebRtcNsx_SpeechNoiseProb()
130 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 in WebRtcNsx_SpeechNoiseProb()
152 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
157 nShifts++; in WebRtcNsx_SpeechNoiseProb()
159 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); //Q14 in WebRtcNsx_SpeechNoiseProb()
197 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
204 nShifts--; in WebRtcNsx_SpeechNoiseProb()
206 tmpU32no1 = tmpU32no2 >> nShifts; in WebRtcNsx_SpeechNoiseProb()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/ns/
H A Dnsx_core_c.c36 int normTmp, normTmp2, nShifts; in WebRtcNsx_SpeechNoiseProb() local
88 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
94 nShifts++; in WebRtcNsx_SpeechNoiseProb()
96 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 in WebRtcNsx_SpeechNoiseProb()
118 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
123 nShifts++; in WebRtcNsx_SpeechNoiseProb()
125 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); // Q14 in WebRtcNsx_SpeechNoiseProb()
163 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
170 nShifts--; in WebRtcNsx_SpeechNoiseProb()
172 tmpU32no1 = tmpU32no2 >> nShifts; in WebRtcNsx_SpeechNoiseProb()
H A Dnsx_core_mips.c36 int normTmp, nShifts; in WebRtcNsx_SpeechNoiseProb() local
124 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
130 nShifts++; in WebRtcNsx_SpeechNoiseProb()
132 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 in WebRtcNsx_SpeechNoiseProb()
154 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
159 nShifts++; in WebRtcNsx_SpeechNoiseProb()
161 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); //Q14 in WebRtcNsx_SpeechNoiseProb()
199 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
206 nShifts--; in WebRtcNsx_SpeechNoiseProb()
208 tmpU32no1 = tmpU32no2 >> nShifts; in WebRtcNsx_SpeechNoiseProb()
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/ns/
H A Dnsx_core_c.c37 int normTmp, normTmp2, nShifts;
89 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5;
95 nShifts++;
97 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14
119 nShifts = 4;
124 nShifts++;
126 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); // Q14
164 nShifts = 1;
171 nShifts--;
173 tmpU32no1 = tmpU32no2 >> nShifts;
H A Dnsx_core_mips.c36 int normTmp, nShifts; in WebRtcNsx_SpeechNoiseProb() local
124 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
130 nShifts++; in WebRtcNsx_SpeechNoiseProb()
132 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 in WebRtcNsx_SpeechNoiseProb()
154 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
159 nShifts++; in WebRtcNsx_SpeechNoiseProb()
161 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); //Q14 in WebRtcNsx_SpeechNoiseProb()
199 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
206 nShifts--; in WebRtcNsx_SpeechNoiseProb()
208 tmpU32no1 = tmpU32no2 >> nShifts; in WebRtcNsx_SpeechNoiseProb()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/ns/
H A Dnsx_core_c.c36 int normTmp, normTmp2, nShifts; in WebRtcNsx_SpeechNoiseProb() local
88 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
94 nShifts++; in WebRtcNsx_SpeechNoiseProb()
96 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 in WebRtcNsx_SpeechNoiseProb()
118 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
123 nShifts++; in WebRtcNsx_SpeechNoiseProb()
125 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); // Q14 in WebRtcNsx_SpeechNoiseProb()
163 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
170 nShifts--; in WebRtcNsx_SpeechNoiseProb()
172 tmpU32no1 = tmpU32no2 >> nShifts; in WebRtcNsx_SpeechNoiseProb()
H A Dnsx_core_mips.c36 int normTmp, nShifts; in WebRtcNsx_SpeechNoiseProb() local
124 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
130 nShifts++; in WebRtcNsx_SpeechNoiseProb()
132 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 in WebRtcNsx_SpeechNoiseProb()
154 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
159 nShifts++; in WebRtcNsx_SpeechNoiseProb()
161 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); //Q14 in WebRtcNsx_SpeechNoiseProb()
199 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
206 nShifts--; in WebRtcNsx_SpeechNoiseProb()
208 tmpU32no1 = tmpU32no2 >> nShifts; in WebRtcNsx_SpeechNoiseProb()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/ns/
H A Dnsx_core_c.c37 int normTmp, normTmp2, nShifts; in WebRtcNsx_SpeechNoiseProb() local
89 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
95 nShifts++; in WebRtcNsx_SpeechNoiseProb()
97 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 in WebRtcNsx_SpeechNoiseProb()
119 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
124 nShifts++; in WebRtcNsx_SpeechNoiseProb()
126 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); // Q14 in WebRtcNsx_SpeechNoiseProb()
164 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
171 nShifts--; in WebRtcNsx_SpeechNoiseProb()
173 tmpU32no1 = tmpU32no2 >> nShifts; in WebRtcNsx_SpeechNoiseProb()
H A Dnsx_core_mips.c36 int normTmp, nShifts; in WebRtcNsx_SpeechNoiseProb() local
124 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
130 nShifts++; in WebRtcNsx_SpeechNoiseProb()
132 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 in WebRtcNsx_SpeechNoiseProb()
154 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
159 nShifts++; in WebRtcNsx_SpeechNoiseProb()
161 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); //Q14 in WebRtcNsx_SpeechNoiseProb()
199 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
206 nShifts--; in WebRtcNsx_SpeechNoiseProb()
208 tmpU32no1 = tmpU32no2 >> nShifts; in WebRtcNsx_SpeechNoiseProb()
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxlapack/interface/
H A Dlaqr5.tcc50 IndexType nShifts, in laqr5() argument
80 &nShifts, in laqr5()
110 IndexType nShifts, in laqr5() argument
140 &nShifts, in laqr5()
169 IndexType nShifts, in laqr5() argument
198 &nShifts, in laqr5()
226 IndexType nShifts, in laqr5() argument
255 &nShifts, in laqr5()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/processing/ns/
H A Dnsx_core.c1258 nShifts += norm32; in WebRtcNsx_ComputeSpectralDifference()
1259 nShifts <<= 1; in WebRtcNsx_ComputeSpectralDifference()
1262 nShifts = 0; in WebRtcNsx_ComputeSpectralDifference()
1357 nShifts++; in WebRtcNsx_SpeechNoiseProb()
1381 nShifts = 4; in WebRtcNsx_SpeechNoiseProb()
1386 nShifts++; in WebRtcNsx_SpeechNoiseProb()
1427 nShifts = 1; in WebRtcNsx_SpeechNoiseProb()
1434 nShifts--; in WebRtcNsx_SpeechNoiseProb()
1990 nShifts = WEBRTC_SPL_SAT(6, nShifts, 0); in WebRtcNsx_ProcessCore()
2021 nShifts = 0; in WebRtcNsx_ProcessCore()
[all …]

123