Home
last modified time | relevance | path

Searched refs:shift3 (Results 151 – 175 of 860) sorted by relevance

12345678910>>...35

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddo_plc.c47 int16_t shift1, shift2, shift3, shiftMax; in WebRtcIlbcfix_DoThePlc() local
117 shift3 = WebRtcSpl_GetSizeInBits(ener_comp)-15; in WebRtcIlbcfix_DoThePlc()
118 maxMeasure = (int16_t)WEBRTC_SPL_SHIFT_W32(ener_comp, -shift3) * in WebRtcIlbcfix_DoThePlc()
123 if(2 * shiftMax + shift3 > 2 * shift1 + shift2) { in WebRtcIlbcfix_DoThePlc()
125 WEBRTC_SPL_MIN(31, 2 * shiftMax + shift3 - 2 * shift1 - shift2); in WebRtcIlbcfix_DoThePlc()
130 WEBRTC_SPL_MIN(31, 2 * shift1 + shift2 - 2 * shiftMax - shift3); in WebRtcIlbcfix_DoThePlc()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/ilbc/
H A Ddo_plc.c49 int16_t shift1, shift2, shift3, shiftMax; in WebRtcIlbcfix_DoThePlc() local
119 shift3 = WebRtcSpl_GetSizeInBits(ener_comp)-15; in WebRtcIlbcfix_DoThePlc()
120 maxMeasure = (int16_t)WEBRTC_SPL_SHIFT_W32(ener_comp, -shift3) * in WebRtcIlbcfix_DoThePlc()
125 if(2 * shiftMax + shift3 > 2 * shift1 + shift2) { in WebRtcIlbcfix_DoThePlc()
127 WEBRTC_SPL_MIN(31, 2 * shiftMax + shift3 - 2 * shift1 - shift2); in WebRtcIlbcfix_DoThePlc()
132 WEBRTC_SPL_MIN(31, 2 * shift1 + shift2 - 2 * shiftMax - shift3); in WebRtcIlbcfix_DoThePlc()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/coding_ilbc/
H A Ddo_plc.c45 WebRtc_Word16 shift1, shift2, shift3, shiftMax; in WebRtcIlbcfix_DoThePlc() local
113 shift3 = WebRtcSpl_GetSizeInBits(ener_comp)-15; in WebRtcIlbcfix_DoThePlc()
114 maxMeasure = WEBRTC_SPL_MUL_16_16(WEBRTC_SPL_SHIFT_W32(ener_comp, -shift3), in WebRtcIlbcfix_DoThePlc()
119 if(((shiftMax<<1)+shift3) > ((shift1<<1)+shift2)) { in WebRtcIlbcfix_DoThePlc()
120 tmp1 = WEBRTC_SPL_MIN(31, (shiftMax<<1)+shift3-(shift1<<1)-shift2); in WebRtcIlbcfix_DoThePlc()
124 tmp2 = WEBRTC_SPL_MIN(31, (shift1<<1)+shift2-(shiftMax<<1)-shift3); in WebRtcIlbcfix_DoThePlc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddo_plc.c47 int16_t shift1, shift2, shift3, shiftMax; in WebRtcIlbcfix_DoThePlc() local
117 shift3 = WebRtcSpl_GetSizeInBits(ener_comp)-15; in WebRtcIlbcfix_DoThePlc()
118 maxMeasure = (int16_t)WEBRTC_SPL_SHIFT_W32(ener_comp, -shift3) * in WebRtcIlbcfix_DoThePlc()
123 if(2 * shiftMax + shift3 > 2 * shift1 + shift2) { in WebRtcIlbcfix_DoThePlc()
125 WEBRTC_SPL_MIN(31, 2 * shiftMax + shift3 - 2 * shift1 - shift2); in WebRtcIlbcfix_DoThePlc()
130 WEBRTC_SPL_MIN(31, 2 * shift1 + shift2 - 2 * shiftMax - shift3); in WebRtcIlbcfix_DoThePlc()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/codecs/ilbc/
H A Ddo_plc.c47 int16_t shift1, shift2, shift3, shiftMax; in WebRtcIlbcfix_DoThePlc() local
117 shift3 = WebRtcSpl_GetSizeInBits(ener_comp)-15; in WebRtcIlbcfix_DoThePlc()
118 maxMeasure = (int16_t)WEBRTC_SPL_SHIFT_W32(ener_comp, -shift3) * in WebRtcIlbcfix_DoThePlc()
123 if(2 * shiftMax + shift3 > 2 * shift1 + shift2) { in WebRtcIlbcfix_DoThePlc()
125 WEBRTC_SPL_MIN(31, 2 * shiftMax + shift3 - 2 * shift1 - shift2); in WebRtcIlbcfix_DoThePlc()
130 WEBRTC_SPL_MIN(31, 2 * shift1 + shift2 - 2 * shiftMax - shift3); in WebRtcIlbcfix_DoThePlc()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddo_plc.c46 int16_t shift1, shift2, shift3, shiftMax; in WebRtcIlbcfix_DoThePlc() local
116 shift3 = WebRtcSpl_GetSizeInBits(ener_comp)-15; in WebRtcIlbcfix_DoThePlc()
117 maxMeasure = (int16_t)WEBRTC_SPL_SHIFT_W32(ener_comp, -shift3) * in WebRtcIlbcfix_DoThePlc()
122 if(2 * shiftMax + shift3 > 2 * shift1 + shift2) { in WebRtcIlbcfix_DoThePlc()
124 WEBRTC_SPL_MIN(31, 2 * shiftMax + shift3 - 2 * shift1 - shift2); in WebRtcIlbcfix_DoThePlc()
129 WEBRTC_SPL_MIN(31, 2 * shift1 + shift2 - 2 * shiftMax - shift3); in WebRtcIlbcfix_DoThePlc()
/dports/net/libilbc/libilbc-3.0.4/modules/audio_coding/codecs/ilbc/
H A Ddo_plc.c49 int16_t shift1, shift2, shift3, shiftMax; in WebRtcIlbcfix_DoThePlc() local
119 shift3 = WebRtcSpl_GetSizeInBits(ener_comp)-15; in WebRtcIlbcfix_DoThePlc()
120 maxMeasure = (int16_t)WEBRTC_SPL_SHIFT_W32(ener_comp, -shift3) * in WebRtcIlbcfix_DoThePlc()
125 if(2 * shiftMax + shift3 > 2 * shift1 + shift2) { in WebRtcIlbcfix_DoThePlc()
127 WEBRTC_SPL_MIN(31, 2 * shiftMax + shift3 - 2 * shift1 - shift2); in WebRtcIlbcfix_DoThePlc()
132 WEBRTC_SPL_MIN(31, 2 * shift1 + shift2 - 2 * shiftMax - shift3); in WebRtcIlbcfix_DoThePlc()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddo_plc.c45 int16_t shift1, shift2, shift3, shiftMax; in WebRtcIlbcfix_DoThePlc() local
114 shift3 = WebRtcSpl_GetSizeInBits(ener_comp)-15; in WebRtcIlbcfix_DoThePlc()
115 maxMeasure = (int16_t)WEBRTC_SPL_SHIFT_W32(ener_comp, -shift3) * in WebRtcIlbcfix_DoThePlc()
120 if(((shiftMax<<1)+shift3) > ((shift1<<1)+shift2)) { in WebRtcIlbcfix_DoThePlc()
121 tmp1 = WEBRTC_SPL_MIN(31, (shiftMax<<1)+shift3-(shift1<<1)-shift2); in WebRtcIlbcfix_DoThePlc()
125 tmp2 = WEBRTC_SPL_MIN(31, (shift1<<1)+shift2-(shiftMax<<1)-shift3); in WebRtcIlbcfix_DoThePlc()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddo_plc.c46 int16_t shift1, shift2, shift3, shiftMax; in WebRtcIlbcfix_DoThePlc() local
116 shift3 = WebRtcSpl_GetSizeInBits(ener_comp)-15; in WebRtcIlbcfix_DoThePlc()
117 maxMeasure = (int16_t)WEBRTC_SPL_SHIFT_W32(ener_comp, -shift3) * in WebRtcIlbcfix_DoThePlc()
122 if(2 * shiftMax + shift3 > 2 * shift1 + shift2) { in WebRtcIlbcfix_DoThePlc()
124 WEBRTC_SPL_MIN(31, 2 * shiftMax + shift3 - 2 * shift1 - shift2); in WebRtcIlbcfix_DoThePlc()
129 WEBRTC_SPL_MIN(31, 2 * shift1 + shift2 - 2 * shiftMax - shift3); in WebRtcIlbcfix_DoThePlc()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddo_plc.c46 int16_t shift1, shift2, shift3, shiftMax; in WebRtcIlbcfix_DoThePlc() local
116 shift3 = WebRtcSpl_GetSizeInBits(ener_comp)-15; in WebRtcIlbcfix_DoThePlc()
117 maxMeasure = (int16_t)WEBRTC_SPL_SHIFT_W32(ener_comp, -shift3) * in WebRtcIlbcfix_DoThePlc()
122 if(2 * shiftMax + shift3 > 2 * shift1 + shift2) { in WebRtcIlbcfix_DoThePlc()
124 WEBRTC_SPL_MIN(31, 2 * shiftMax + shift3 - 2 * shift1 - shift2); in WebRtcIlbcfix_DoThePlc()
129 WEBRTC_SPL_MIN(31, 2 * shift1 + shift2 - 2 * shiftMax - shift3); in WebRtcIlbcfix_DoThePlc()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddo_plc.c46 int16_t shift1, shift2, shift3, shiftMax; in WebRtcIlbcfix_DoThePlc() local
116 shift3 = WebRtcSpl_GetSizeInBits(ener_comp)-15; in WebRtcIlbcfix_DoThePlc()
117 maxMeasure = (int16_t)WEBRTC_SPL_SHIFT_W32(ener_comp, -shift3) * in WebRtcIlbcfix_DoThePlc()
122 if(2 * shiftMax + shift3 > 2 * shift1 + shift2) { in WebRtcIlbcfix_DoThePlc()
124 WEBRTC_SPL_MIN(31, 2 * shiftMax + shift3 - 2 * shift1 - shift2); in WebRtcIlbcfix_DoThePlc()
129 WEBRTC_SPL_MIN(31, 2 * shift1 + shift2 - 2 * shiftMax - shift3); in WebRtcIlbcfix_DoThePlc()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/D3dB/
H A DD3dBs_pfft.F2385 shift3=2*np*(indx-1)
2404 shift3=2*np*(last_index-1)
2466 shift3=2*np*(indx-1)
2538 shift3=2*np*(indx-1)
2559 shift3=2*np*(last_index-1)
2626 shift3=2*np*(indx-1)
2700 shift3=4*np*(indx-1)
2722 shift3=4*np*(last_index-1)
2779 shift3=4*np*(indx-1)
2851 shift3=4*np*(indx-1)
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/
H A Ddc_helper.c321 uint8_t shift3, uint32_t mask3, uint32_t *field_value3) in generic_reg_get3() argument
326 *field_value3 = get_reg_field_value_ex(reg_val, mask3, shift3); in generic_reg_get3()
333 uint8_t shift3, uint32_t mask3, uint32_t *field_value3, in generic_reg_get4() argument
339 *field_value3 = get_reg_field_value_ex(reg_val, mask3, shift3); in generic_reg_get4()
347 uint8_t shift3, uint32_t mask3, uint32_t *field_value3, in generic_reg_get5() argument
354 *field_value3 = get_reg_field_value_ex(reg_val, mask3, shift3); in generic_reg_get5()
363 uint8_t shift3, uint32_t mask3, uint32_t *field_value3, in generic_reg_get6() argument
371 *field_value3 = get_reg_field_value_ex(reg_val, mask3, shift3); in generic_reg_get6()
381 uint8_t shift3, uint32_t mask3, uint32_t *field_value3, in generic_reg_get7() argument
390 *field_value3 = get_reg_field_value_ex(reg_val, mask3, shift3); in generic_reg_get7()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/
H A Ddc_helper.c321 uint8_t shift3, uint32_t mask3, uint32_t *field_value3) in generic_reg_get3() argument
326 *field_value3 = get_reg_field_value_ex(reg_val, mask3, shift3); in generic_reg_get3()
333 uint8_t shift3, uint32_t mask3, uint32_t *field_value3, in generic_reg_get4() argument
339 *field_value3 = get_reg_field_value_ex(reg_val, mask3, shift3); in generic_reg_get4()
347 uint8_t shift3, uint32_t mask3, uint32_t *field_value3, in generic_reg_get5() argument
354 *field_value3 = get_reg_field_value_ex(reg_val, mask3, shift3); in generic_reg_get5()
363 uint8_t shift3, uint32_t mask3, uint32_t *field_value3, in generic_reg_get6() argument
371 *field_value3 = get_reg_field_value_ex(reg_val, mask3, shift3); in generic_reg_get6()
381 uint8_t shift3, uint32_t mask3, uint32_t *field_value3, in generic_reg_get7() argument
390 *field_value3 = get_reg_field_value_ex(reg_val, mask3, shift3); in generic_reg_get7()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/
H A Ddc_helper.c321 uint8_t shift3, uint32_t mask3, uint32_t *field_value3) in generic_reg_get3() argument
326 *field_value3 = get_reg_field_value_ex(reg_val, mask3, shift3); in generic_reg_get3()
333 uint8_t shift3, uint32_t mask3, uint32_t *field_value3, in generic_reg_get4() argument
339 *field_value3 = get_reg_field_value_ex(reg_val, mask3, shift3); in generic_reg_get4()
347 uint8_t shift3, uint32_t mask3, uint32_t *field_value3, in generic_reg_get5() argument
354 *field_value3 = get_reg_field_value_ex(reg_val, mask3, shift3); in generic_reg_get5()
363 uint8_t shift3, uint32_t mask3, uint32_t *field_value3, in generic_reg_get6() argument
371 *field_value3 = get_reg_field_value_ex(reg_val, mask3, shift3); in generic_reg_get6()
381 uint8_t shift3, uint32_t mask3, uint32_t *field_value3, in generic_reg_get7() argument
390 *field_value3 = get_reg_field_value_ex(reg_val, mask3, shift3); in generic_reg_get7()
[all …]
/dports/x11/xkeyboard-config/xkeyboard-config-2.34/rules/
H A D0044-o_t.part9 numpad:shift3 = +numpad(shift3)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AArch64/
H A Daddsub-shifted.ll25 %shift3 = shl i32 %rhs3, 5
26 %val3 = sub i32 %lhs32, %shift3
91 %shift3 = lshr i32 %rhs32, 5
92 %val3 = sub i32 %lhs32, %shift3
150 %shift3 = ashr i32 %rhs32, 5
151 %val3 = sub i32 %lhs32, %shift3
213 %shift3 = ashr i32 %rhs32, 9
214 %tst3 = icmp ne i32 %lhs32, %shift3
268 %shift3 = ashr i32 %rhs32, 9
269 %val3 = sub i32 0, %shift3
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Daddsub-shifted.ll25 %shift3 = shl i32 %rhs3, 5
26 %val3 = sub i32 %lhs32, %shift3
91 %shift3 = lshr i32 %rhs32, 5
92 %val3 = sub i32 %lhs32, %shift3
150 %shift3 = ashr i32 %rhs32, 5
151 %val3 = sub i32 %lhs32, %shift3
213 %shift3 = ashr i32 %rhs32, 9
214 %tst3 = icmp ne i32 %lhs32, %shift3
268 %shift3 = ashr i32 %rhs32, 9
269 %val3 = sub i32 0, %shift3
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AArch64/
H A Daddsub-shifted.ll25 %shift3 = shl i32 %rhs3, 5
26 %val3 = sub i32 %lhs32, %shift3
91 %shift3 = lshr i32 %rhs32, 5
92 %val3 = sub i32 %lhs32, %shift3
150 %shift3 = ashr i32 %rhs32, 5
151 %val3 = sub i32 %lhs32, %shift3
213 %shift3 = ashr i32 %rhs32, 9
214 %tst3 = icmp ne i32 %lhs32, %shift3
268 %shift3 = ashr i32 %rhs32, 9
269 %val3 = sub i32 0, %shift3
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/AArch64/
H A Daddsub-shifted.ll25 %shift3 = shl i32 %rhs3, 5
26 %val3 = sub i32 %lhs32, %shift3
91 %shift3 = lshr i32 %rhs32, 5
92 %val3 = sub i32 %lhs32, %shift3
150 %shift3 = ashr i32 %rhs32, 5
151 %val3 = sub i32 %lhs32, %shift3
213 %shift3 = ashr i32 %rhs32, 9
214 %tst3 = icmp ne i32 %lhs32, %shift3
268 %shift3 = ashr i32 %rhs32, 9
269 %val3 = sub i32 0, %shift3
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AArch64/
H A Daddsub-shifted.ll25 %shift3 = shl i32 %rhs3, 5
26 %val3 = sub i32 %lhs32, %shift3
91 %shift3 = lshr i32 %rhs32, 5
92 %val3 = sub i32 %lhs32, %shift3
150 %shift3 = ashr i32 %rhs32, 5
151 %val3 = sub i32 %lhs32, %shift3
213 %shift3 = ashr i32 %rhs32, 9
214 %tst3 = icmp ne i32 %lhs32, %shift3
268 %shift3 = ashr i32 %rhs32, 9
269 %val3 = sub i32 0, %shift3
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Daddsub-shifted.ll25 %shift3 = shl i32 %rhs3, 5
26 %val3 = sub i32 %lhs32, %shift3
91 %shift3 = lshr i32 %rhs32, 5
92 %val3 = sub i32 %lhs32, %shift3
150 %shift3 = ashr i32 %rhs32, 5
151 %val3 = sub i32 %lhs32, %shift3
213 %shift3 = ashr i32 %rhs32, 9
214 %tst3 = icmp ne i32 %lhs32, %shift3
268 %shift3 = ashr i32 %rhs32, 9
269 %val3 = sub i32 0, %shift3
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/AArch64/
H A Daddsub-shifted.ll25 %shift3 = shl i32 %rhs3, 5
26 %val3 = sub i32 %lhs32, %shift3
91 %shift3 = lshr i32 %rhs32, 5
92 %val3 = sub i32 %lhs32, %shift3
150 %shift3 = ashr i32 %rhs32, 5
151 %val3 = sub i32 %lhs32, %shift3
213 %shift3 = ashr i32 %rhs32, 9
214 %tst3 = icmp ne i32 %lhs32, %shift3
268 %shift3 = ashr i32 %rhs32, 9
269 %val3 = sub i32 0, %shift3
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Daddsub-shifted.ll25 %shift3 = shl i32 %rhs3, 5
26 %val3 = sub i32 %lhs32, %shift3
91 %shift3 = lshr i32 %rhs32, 5
92 %val3 = sub i32 %lhs32, %shift3
150 %shift3 = ashr i32 %rhs32, 5
151 %val3 = sub i32 %lhs32, %shift3
213 %shift3 = ashr i32 %rhs32, 9
214 %tst3 = icmp ne i32 %lhs32, %shift3
268 %shift3 = ashr i32 %rhs32, 9
269 %val3 = sub i32 0, %shift3
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/AArch64/
H A Daddsub-shifted.ll22 %shift3 = shl i32 %rhs3, 5
23 %val3 = sub i32 %lhs32, %shift3
88 %shift3 = lshr i32 %rhs32, 5
89 %val3 = sub i32 %lhs32, %shift3
147 %shift3 = ashr i32 %rhs32, 5
148 %val3 = sub i32 %lhs32, %shift3
210 %shift3 = ashr i32 %rhs32, 9
211 %tst3 = icmp ne i32 %lhs32, %shift3
265 %shift3 = ashr i32 %rhs32, 9
266 %val3 = sub i32 0, %shift3

12345678910>>...35