Home
last modified time | relevance | path

Searched refs:coeffCntr (Results 1 – 25 of 32) sorted by relevance

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_isac/
H A Dencode_lpc_swb.c52 WebRtc_Word16 coeffCntr; in WebRtcIsac_RemoveLarMean() local
76 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_RemoveLarMean()
214 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_DecorrelateInterVec()
464 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_CorrelateInterVec()
528 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_AddLarMean()
552 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_ToLogDomainRemoveMean()
554 data[coeffCntr] = log(data[coeffCntr]) - WebRtcIsac_kMeanLpcGain; in WebRtcIsac_ToLogDomainRemoveMean()
608 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_QuantizeLpcGain()
646 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_DequantizeLpcGain()
703 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_AddMeanToLinearDomain()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c50 int16_t coeffCntr; in WebRtcIsac_RemoveLarMean() local
74 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_RemoveLarMean()
179 int16_t coeffCntr; in WebRtcIsac_DecorrelateInterVec() local
212 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_DecorrelateInterVec()
462 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_CorrelateInterVec()
526 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_AddLarMean()
550 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_ToLogDomainRemoveMean()
552 data[coeffCntr] = log(data[coeffCntr]) - WebRtcIsac_kMeanLpcGain; in WebRtcIsac_ToLogDomainRemoveMean()
606 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_QuantizeLpcGain()
644 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_DequantizeLpcGain()
[all …]
H A Dentropy_coding.c749 int polyCntr, coeffCntr; in WebRtcIsac_Lar2PolyInterpolUB() local
755 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()
756 delta[coeffCntr] = (larVecs[UB_LPC_ORDER + coeffCntr] - in WebRtcIsac_Lar2PolyInterpolUB()
757 larVecs[coeffCntr]) / (numPolyVecs - 1); in WebRtcIsac_Lar2PolyInterpolUB()
761 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()
762 larInterpol[coeffCntr] = larVecs[coeffCntr] + in WebRtcIsac_Lar2PolyInterpolUB()
763 delta[coeffCntr] * polyCntr; in WebRtcIsac_Lar2PolyInterpolUB()
/dports/net/sems/sems-f89581a/core/plug-in/isac/libisac/
H A Dencode_lpc_swb.c52 WebRtc_Word16 coeffCntr;
76 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++)
214 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++)
464 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++)
528 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++)
552 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++)
554 data[coeffCntr] = log(data[coeffCntr]) - WebRtcIsac_kMeanLpcGain;
608 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++)
646 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++)
703 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++)
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c50 int16_t coeffCntr; in WebRtcIsac_RemoveLarMean() local
74 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_RemoveLarMean()
179 int16_t coeffCntr; in WebRtcIsac_DecorrelateInterVec() local
212 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_DecorrelateInterVec()
462 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_CorrelateInterVec()
526 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_AddLarMean()
550 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_ToLogDomainRemoveMean()
552 data[coeffCntr] = log(data[coeffCntr]) - WebRtcIsac_kMeanLpcGain; in WebRtcIsac_ToLogDomainRemoveMean()
606 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_QuantizeLpcGain()
644 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_DequantizeLpcGain()
[all …]
H A Dentropy_coding.c749 int polyCntr, coeffCntr; in WebRtcIsac_Lar2PolyInterpolUB() local
755 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()
756 delta[coeffCntr] = (larVecs[UB_LPC_ORDER + coeffCntr] - in WebRtcIsac_Lar2PolyInterpolUB()
757 larVecs[coeffCntr]) / (numPolyVecs - 1); in WebRtcIsac_Lar2PolyInterpolUB()
761 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()
762 larInterpol[coeffCntr] = larVecs[coeffCntr] + in WebRtcIsac_Lar2PolyInterpolUB()
763 delta[coeffCntr] * polyCntr; in WebRtcIsac_Lar2PolyInterpolUB()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c52 int16_t coeffCntr; in WebRtcIsac_RemoveLarMean() local
76 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_RemoveLarMean()
181 int16_t coeffCntr; in WebRtcIsac_DecorrelateInterVec() local
214 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_DecorrelateInterVec()
464 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_CorrelateInterVec()
528 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_AddLarMean()
552 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_ToLogDomainRemoveMean()
554 data[coeffCntr] = log(data[coeffCntr]) - WebRtcIsac_kMeanLpcGain; in WebRtcIsac_ToLogDomainRemoveMean()
608 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_QuantizeLpcGain()
646 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_DequantizeLpcGain()
[all …]
H A Dentropy_coding.c749 int polyCntr, coeffCntr; in WebRtcIsac_Lar2PolyInterpolUB() local
755 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()
756 delta[coeffCntr] = (larVecs[UB_LPC_ORDER + coeffCntr] - in WebRtcIsac_Lar2PolyInterpolUB()
757 larVecs[coeffCntr]) / (numPolyVecs - 1); in WebRtcIsac_Lar2PolyInterpolUB()
761 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()
762 larInterpol[coeffCntr] = larVecs[coeffCntr] + in WebRtcIsac_Lar2PolyInterpolUB()
763 delta[coeffCntr] * polyCntr; in WebRtcIsac_Lar2PolyInterpolUB()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/coding_isac/main/
H A Dencode_lpc_swb.c52 WebRtc_Word16 coeffCntr; in WebRtcIsac_RemoveLarMean() local
76 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_RemoveLarMean()
214 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_DecorrelateInterVec()
464 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_CorrelateInterVec()
528 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_AddLarMean()
552 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_ToLogDomainRemoveMean()
554 data[coeffCntr] = log(data[coeffCntr]) - WebRtcIsac_kMeanLpcGain; in WebRtcIsac_ToLogDomainRemoveMean()
608 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_QuantizeLpcGain()
646 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_DequantizeLpcGain()
703 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_AddMeanToLinearDomain()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c50 int16_t coeffCntr; in WebRtcIsac_RemoveLarMean() local
74 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_RemoveLarMean()
179 int16_t coeffCntr; in WebRtcIsac_DecorrelateInterVec() local
212 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_DecorrelateInterVec()
462 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_CorrelateInterVec()
526 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_AddLarMean()
550 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_ToLogDomainRemoveMean()
552 data[coeffCntr] = log(data[coeffCntr]) - WebRtcIsac_kMeanLpcGain; in WebRtcIsac_ToLogDomainRemoveMean()
606 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_QuantizeLpcGain()
644 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_DequantizeLpcGain()
[all …]
H A Dentropy_coding.c749 int polyCntr, coeffCntr; in WebRtcIsac_Lar2PolyInterpolUB() local
755 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()
756 delta[coeffCntr] = (larVecs[UB_LPC_ORDER + coeffCntr] - in WebRtcIsac_Lar2PolyInterpolUB()
757 larVecs[coeffCntr]) / (numPolyVecs - 1); in WebRtcIsac_Lar2PolyInterpolUB()
761 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()
762 larInterpol[coeffCntr] = larVecs[coeffCntr] + in WebRtcIsac_Lar2PolyInterpolUB()
763 delta[coeffCntr] * polyCntr; in WebRtcIsac_Lar2PolyInterpolUB()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c52 int16_t coeffCntr; in WebRtcIsac_RemoveLarMean() local
76 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_RemoveLarMean()
181 int16_t coeffCntr; in WebRtcIsac_DecorrelateInterVec() local
214 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_DecorrelateInterVec()
464 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_CorrelateInterVec()
528 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_AddLarMean()
552 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_ToLogDomainRemoveMean()
554 data[coeffCntr] = log(data[coeffCntr]) - WebRtcIsac_kMeanLpcGain; in WebRtcIsac_ToLogDomainRemoveMean()
608 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_QuantizeLpcGain()
646 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_DequantizeLpcGain()
[all …]
H A Dentropy_coding.c749 int polyCntr, coeffCntr; in WebRtcIsac_Lar2PolyInterpolUB() local
755 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()
756 delta[coeffCntr] = (larVecs[UB_LPC_ORDER + coeffCntr] - in WebRtcIsac_Lar2PolyInterpolUB()
757 larVecs[coeffCntr]) / (numPolyVecs - 1); in WebRtcIsac_Lar2PolyInterpolUB()
761 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()
762 larInterpol[coeffCntr] = larVecs[coeffCntr] + in WebRtcIsac_Lar2PolyInterpolUB()
763 delta[coeffCntr] * polyCntr; in WebRtcIsac_Lar2PolyInterpolUB()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c50 int16_t coeffCntr; in WebRtcIsac_RemoveLarMean() local
74 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_RemoveLarMean()
179 int16_t coeffCntr; in WebRtcIsac_DecorrelateInterVec() local
212 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_DecorrelateInterVec()
462 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_CorrelateInterVec()
526 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_AddLarMean()
550 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_ToLogDomainRemoveMean()
552 data[coeffCntr] = log(data[coeffCntr]) - WebRtcIsac_kMeanLpcGain; in WebRtcIsac_ToLogDomainRemoveMean()
606 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_QuantizeLpcGain()
644 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_DequantizeLpcGain()
[all …]
H A Dentropy_coding.c749 int polyCntr, coeffCntr; in WebRtcIsac_Lar2PolyInterpolUB() local
755 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()
756 delta[coeffCntr] = (larVecs[UB_LPC_ORDER + coeffCntr] - in WebRtcIsac_Lar2PolyInterpolUB()
757 larVecs[coeffCntr]) / (numPolyVecs - 1); in WebRtcIsac_Lar2PolyInterpolUB()
761 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()
762 larInterpol[coeffCntr] = larVecs[coeffCntr] + in WebRtcIsac_Lar2PolyInterpolUB()
763 delta[coeffCntr] * polyCntr; in WebRtcIsac_Lar2PolyInterpolUB()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c52 int16_t coeffCntr; in WebRtcIsac_RemoveLarMean() local
76 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_RemoveLarMean()
181 int16_t coeffCntr; in WebRtcIsac_DecorrelateInterVec() local
214 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_DecorrelateInterVec()
464 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_CorrelateInterVec()
528 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_AddLarMean()
552 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_ToLogDomainRemoveMean()
554 data[coeffCntr] = log(data[coeffCntr]) - WebRtcIsac_kMeanLpcGain; in WebRtcIsac_ToLogDomainRemoveMean()
608 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_QuantizeLpcGain()
646 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_DequantizeLpcGain()
[all …]
H A Dentropy_coding.c749 int polyCntr, coeffCntr;
755 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) {
756 delta[coeffCntr] = (larVecs[UB_LPC_ORDER + coeffCntr] -
757 larVecs[coeffCntr]) / (numPolyVecs - 1);
761 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) {
762 larInterpol[coeffCntr] = larVecs[coeffCntr] +
763 delta[coeffCntr] * polyCntr;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c50 int16_t coeffCntr; in WebRtcIsac_RemoveLarMean() local
74 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_RemoveLarMean()
179 int16_t coeffCntr; in WebRtcIsac_DecorrelateInterVec() local
212 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_DecorrelateInterVec()
462 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_CorrelateInterVec()
526 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_AddLarMean()
550 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_ToLogDomainRemoveMean()
552 data[coeffCntr] = log(data[coeffCntr]) - WebRtcIsac_kMeanLpcGain; in WebRtcIsac_ToLogDomainRemoveMean()
606 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_QuantizeLpcGain()
644 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_DequantizeLpcGain()
[all …]
H A Dentropy_coding.c749 int polyCntr, coeffCntr; in WebRtcIsac_Lar2PolyInterpolUB() local
755 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()
756 delta[coeffCntr] = (larVecs[UB_LPC_ORDER + coeffCntr] - in WebRtcIsac_Lar2PolyInterpolUB()
757 larVecs[coeffCntr]) / (numPolyVecs - 1); in WebRtcIsac_Lar2PolyInterpolUB()
761 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()
762 larInterpol[coeffCntr] = larVecs[coeffCntr] + in WebRtcIsac_Lar2PolyInterpolUB()
763 delta[coeffCntr] * polyCntr; in WebRtcIsac_Lar2PolyInterpolUB()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c52 int16_t coeffCntr; in WebRtcIsac_RemoveLarMean() local
76 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_RemoveLarMean()
181 int16_t coeffCntr; in WebRtcIsac_DecorrelateInterVec() local
214 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_DecorrelateInterVec()
464 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_CorrelateInterVec()
528 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_AddLarMean()
552 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_ToLogDomainRemoveMean()
554 data[coeffCntr] = log(data[coeffCntr]) - WebRtcIsac_kMeanLpcGain; in WebRtcIsac_ToLogDomainRemoveMean()
608 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_QuantizeLpcGain()
646 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_DequantizeLpcGain()
[all …]
H A Dentropy_coding.c749 int polyCntr, coeffCntr; in WebRtcIsac_Lar2PolyInterpolUB() local
755 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()
756 delta[coeffCntr] = (larVecs[UB_LPC_ORDER + coeffCntr] - in WebRtcIsac_Lar2PolyInterpolUB()
757 larVecs[coeffCntr]) / (numPolyVecs - 1); in WebRtcIsac_Lar2PolyInterpolUB()
761 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()
762 larInterpol[coeffCntr] = larVecs[coeffCntr] + in WebRtcIsac_Lar2PolyInterpolUB()
763 delta[coeffCntr] * polyCntr; in WebRtcIsac_Lar2PolyInterpolUB()
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c52 int16_t coeffCntr; in piecewise()
76 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++)
181 int16_t coeffCntr; in WebRtcIsac_DecLogisticMulti2()
214 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_DecLogisticMulti2()
464 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++)
528 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++)
552 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++)
554 data[coeffCntr] = log(data[coeffCntr]) - WebRtcIsac_kMeanLpcGain;
608 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++)
646 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++)
[all …]
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c50 int16_t coeffCntr; in WebRtcIsac_RemoveLarMean() local
74 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_RemoveLarMean()
179 int16_t coeffCntr; in WebRtcIsac_DecorrelateInterVec() local
212 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_DecorrelateInterVec()
462 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_CorrelateInterVec()
526 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_AddLarMean()
550 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_ToLogDomainRemoveMean()
552 data[coeffCntr] = log(data[coeffCntr]) - WebRtcIsac_kMeanLpcGain; in WebRtcIsac_ToLogDomainRemoveMean()
606 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_QuantizeLpcGain()
644 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_DequantizeLpcGain()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c52 int16_t coeffCntr; in WebRtcIsac_RemoveLarMean() local
76 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_RemoveLarMean()
181 int16_t coeffCntr; in WebRtcIsac_DecorrelateInterVec() local
214 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_DecorrelateInterVec()
464 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_CorrelateInterVec()
528 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_AddLarMean()
552 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_ToLogDomainRemoveMean()
554 data[coeffCntr] = log(data[coeffCntr]) - WebRtcIsac_kMeanLpcGain; in WebRtcIsac_ToLogDomainRemoveMean()
608 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_QuantizeLpcGain()
646 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_DequantizeLpcGain()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c52 int16_t coeffCntr; in WebRtcIsac_RemoveLarMean() local
76 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_RemoveLarMean()
181 int16_t coeffCntr; in WebRtcIsac_DecorrelateInterVec() local
214 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_DecorrelateInterVec()
464 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_CorrelateInterVec()
528 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_AddLarMean()
552 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_ToLogDomainRemoveMean()
554 data[coeffCntr] = log(data[coeffCntr]) - WebRtcIsac_kMeanLpcGain; in WebRtcIsac_ToLogDomainRemoveMean()
608 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_QuantizeLpcGain()
646 for(coeffCntr = 0; coeffCntr < UB_LPC_GAIN_DIM; coeffCntr++) in WebRtcIsac_DequantizeLpcGain()
[all …]

12