Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_isac/
H A Dilbc_specific_functions.c33 WebRtc_Word16 roundVal; in WebRtcSpl_ScaleAndAddVectorsWithRound() local
34 roundVal = 1 << right_shifts; in WebRtcSpl_ScaleAndAddVectorsWithRound()
35 roundVal = roundVal >> 1; in WebRtcSpl_ScaleAndAddVectorsWithRound()
39 + WEBRTC_SPL_MUL_16_16(vector2[i], scale2) + roundVal) >> right_shifts); in WebRtcSpl_ScaleAndAddVectorsWithRound()
/dports/net/sems/sems-f89581a/core/plug-in/isac/libisac/
H A Dilbc_specific_functions.c33 WebRtc_Word16 roundVal;
34 roundVal = 1 << right_shifts;
35 roundVal = roundVal >> 1;
39 + WEBRTC_SPL_MUL_16_16(vector2[i], scale2) + roundVal) >> right_shifts);
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/common/processing/
H A Dilbc_specific_functions.c33 WebRtc_Word16 roundVal; in WebRtcSpl_ScaleAndAddVectorsWithRound() local
34 roundVal = 1 << right_shifts; in WebRtcSpl_ScaleAndAddVectorsWithRound()
35 roundVal = roundVal >> 1; in WebRtcSpl_ScaleAndAddVectorsWithRound()
39 + WEBRTC_SPL_MUL_16_16(vector2[i], scale2) + roundVal) >> right_shifts); in WebRtcSpl_ScaleAndAddVectorsWithRound()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/3d/common/iStdLib/
H A DFloatUtil.h41 long roundVal = FloatToLong( value ); in Ceiling() local
42 if( ( value - roundVal ) != 0 ) in Ceiling()
44 return roundVal + 1; in Ceiling()
46 return roundVal; in Ceiling()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/coding_isac/fix/
H A Dpitch_filter.c47 WebRtc_Word32 roundVal; in CalcLrIntQ() local
49 roundVal = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)1, qDomain-1); in CalcLrIntQ()
50 intgr = WEBRTC_SPL_RSHIFT_W32(fixVal+roundVal, qDomain); in CalcLrIntQ()
H A Dentropy_coding.c42 WebRtc_Word32 roundVal; in CalcLrIntQ() local
44 roundVal = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)1, qDomain-1); in CalcLrIntQ()
45 intgr = WEBRTC_SPL_RSHIFT_W32(fixVal+roundVal, qDomain); in CalcLrIntQ()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter.c39 int32_t roundVal = 1 << (qDomain - 1); in CalcLrIntQ() local
41 return (fixVal + roundVal) >> qDomain; in CalcLrIntQ()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter.c38 int32_t roundVal = 1 << (qDomain - 1); in CalcLrIntQ() local
40 return (fixVal + roundVal) >> qDomain; in CalcLrIntQ()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter.c38 int32_t roundVal = 1 << (qDomain - 1); in CalcLrIntQ() local
40 return (fixVal + roundVal) >> qDomain; in CalcLrIntQ()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter.c39 int32_t roundVal = 1 << (qDomain - 1); in CalcLrIntQ() local
41 return (fixVal + roundVal) >> qDomain; in CalcLrIntQ()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter.c38 int32_t roundVal = 1 << (qDomain - 1); in CalcLrIntQ() local
40 return (fixVal + roundVal) >> qDomain; in CalcLrIntQ()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter.c39 int32_t roundVal = 1 << (qDomain - 1); in CalcLrIntQ() local
41 return (fixVal + roundVal) >> qDomain; in CalcLrIntQ()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter.c52 int32_t roundVal = 1 << (qDomain - 1); in CalcLrIntQ() local
54 return (fixVal + roundVal) >> qDomain; in CalcLrIntQ()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter.c38 int32_t roundVal = 1 << (qDomain - 1); in CalcLrIntQ() local
40 return (fixVal + roundVal) >> qDomain; in CalcLrIntQ()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter.c39 int32_t roundVal = 1 << (qDomain - 1); in CalcLrIntQ() local
41 return (fixVal + roundVal) >> qDomain; in CalcLrIntQ()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter.c39 int32_t roundVal = 1 << (qDomain - 1); in CalcLrIntQ() local
41 return (fixVal + roundVal) >> qDomain; in CalcLrIntQ()
/dports/cad/openroad/OpenROAD-2.0/src/mpl/src/ParquetFP/src/
H A Dbtree.cxx632 int roundVal = calVal; in get_snap_coordinates() local
633 if (std::abs((float) roundVal - calVal) <= FLT_EPSILON) { in get_snap_coordinates()
636 return (roundVal + 1) * snapVal; in get_snap_coordinates()
650 int roundVal = calVal; in get_snap_coordinates_gap() local
651 if (std::abs((float) roundVal - calVal) <= FLT_EPSILON) { in get_snap_coordinates_gap()
654 return (roundVal + 1) * snapVal - input; in get_snap_coordinates_gap()