Home
last modified time | relevance | path

Searched refs:WEBRTC_SPL_MEMCPY_W16 (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/net/libilbc/libilbc-3.0.4/modules/audio_coding/codecs/ilbc/
H A Dencode.c100 WEBRTC_SPL_MEMCPY_W16 (weightdenum, weightdenumbuf, in WebRtcIlbcfix_EncodeImpl()
121 WEBRTC_SPL_MEMCPY_W16 (data, iLBCenc_inst->past_samples, in WebRtcIlbcfix_EncodeImpl()
127 WEBRTC_SPL_MEMCPY_W16(data,block,iLBCenc_inst->blockl); in WebRtcIlbcfix_EncodeImpl()
258 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
294 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_EncodeImpl()
304 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
358 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
374 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
409 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
461 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
[all …]
H A Ddecode.c122 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
137 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
142 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one), in WebRtcIlbcfix_DecodeImpl()
152 WEBRTC_SPL_MEMCPY_W16(&(iLBCdec_inst->old_syntdenum[i*(LPC_FILTERORDER+1)]), in WebRtcIlbcfix_DecodeImpl()
164 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
198WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
223 WEBRTC_SPL_MEMCPY_W16(data, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
226 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
236WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
239 WEBRTC_SPL_MEMCPY_W16(decblock,data,iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dencode.c99 WEBRTC_SPL_MEMCPY_W16 (weightdenum, weightdenumbuf, in WebRtcIlbcfix_EncodeImpl()
120 WEBRTC_SPL_MEMCPY_W16 (data, iLBCenc_inst->past_samples, in WebRtcIlbcfix_EncodeImpl()
126 WEBRTC_SPL_MEMCPY_W16(data,block,iLBCenc_inst->blockl); in WebRtcIlbcfix_EncodeImpl()
257 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
293 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_EncodeImpl()
303 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
357 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
373 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
408 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
460 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
[all …]
H A Ddecode.c121 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
136 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
141 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one), in WebRtcIlbcfix_DecodeImpl()
151 WEBRTC_SPL_MEMCPY_W16(&(iLBCdec_inst->old_syntdenum[i*(LPC_FILTERORDER+1)]), in WebRtcIlbcfix_DecodeImpl()
163 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
197WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
222 WEBRTC_SPL_MEMCPY_W16(data, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
225 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
235WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
238 WEBRTC_SPL_MEMCPY_W16(decblock,data,iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
[all …]
H A Dsimple_interpolate_lsf.c64 WEBRTC_SPL_MEMCPY_W16(syntdenum, lp, lp_length); in WebRtcIlbcfix_SimpleInterpolateLsf()
84 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length); in WebRtcIlbcfix_SimpleInterpolateLsf()
99 WEBRTC_SPL_MEMCPY_W16(lsfold, lsf2, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
100 WEBRTC_SPL_MEMCPY_W16(lsfdeqold, lsfdeq2, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
110 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length); in WebRtcIlbcfix_SimpleInterpolateLsf()
125 WEBRTC_SPL_MEMCPY_W16(lsfold, lsf, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
126 WEBRTC_SPL_MEMCPY_W16(lsfdeqold, lsfdeq, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/ilbc/
H A Dencode.c100 WEBRTC_SPL_MEMCPY_W16 (weightdenum, weightdenumbuf, in WebRtcIlbcfix_EncodeImpl()
121 WEBRTC_SPL_MEMCPY_W16 (data, iLBCenc_inst->past_samples, in WebRtcIlbcfix_EncodeImpl()
127 WEBRTC_SPL_MEMCPY_W16(data,block,iLBCenc_inst->blockl); in WebRtcIlbcfix_EncodeImpl()
258 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
294 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_EncodeImpl()
304 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
358 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
374 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
409 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
461 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
[all …]
H A Ddecode.c122 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
137 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
142 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one), in WebRtcIlbcfix_DecodeImpl()
152 WEBRTC_SPL_MEMCPY_W16(&(iLBCdec_inst->old_syntdenum[i*(LPC_FILTERORDER+1)]), in WebRtcIlbcfix_DecodeImpl()
164 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
198WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
223 WEBRTC_SPL_MEMCPY_W16(data, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
226 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
236WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
239 WEBRTC_SPL_MEMCPY_W16(decblock,data,iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
[all …]
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/coding_ilbc/
H A Dencode.c93 WEBRTC_SPL_MEMCPY_W16 (weightdenum, weightdenumbuf, in WebRtcIlbcfix_EncodeImpl()
114 WEBRTC_SPL_MEMCPY_W16 (data, iLBCenc_inst->past_samples, in WebRtcIlbcfix_EncodeImpl()
120 WEBRTC_SPL_MEMCPY_W16(data,block,iLBCenc_inst->blockl); in WebRtcIlbcfix_EncodeImpl()
254 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
290 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_EncodeImpl()
300 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
356 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
372 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
408 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
462 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
[all …]
H A Ddecode.c112 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
127 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
132 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one), in WebRtcIlbcfix_DecodeImpl()
142 WEBRTC_SPL_MEMCPY_W16(&(iLBCdec_inst->old_syntdenum[i*(LPC_FILTERORDER+1)]), in WebRtcIlbcfix_DecodeImpl()
154 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
188WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
213 WEBRTC_SPL_MEMCPY_W16(data, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
216 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
226WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
229 WEBRTC_SPL_MEMCPY_W16(decblock,data,iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dencode.c99 WEBRTC_SPL_MEMCPY_W16 (weightdenum, weightdenumbuf, in WebRtcIlbcfix_EncodeImpl()
120 WEBRTC_SPL_MEMCPY_W16 (data, iLBCenc_inst->past_samples, in WebRtcIlbcfix_EncodeImpl()
126 WEBRTC_SPL_MEMCPY_W16(data,block,iLBCenc_inst->blockl); in WebRtcIlbcfix_EncodeImpl()
257 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
293 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_EncodeImpl()
303 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
357 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
373 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
408 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
460 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
[all …]
H A Ddecode.c121 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
136 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
141 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one), in WebRtcIlbcfix_DecodeImpl()
151 WEBRTC_SPL_MEMCPY_W16(&(iLBCdec_inst->old_syntdenum[i*(LPC_FILTERORDER+1)]), in WebRtcIlbcfix_DecodeImpl()
163 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
197WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
222 WEBRTC_SPL_MEMCPY_W16(data, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
225 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
235WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
238 WEBRTC_SPL_MEMCPY_W16(decblock,data,iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/codecs/ilbc/
H A Dencode.c99 WEBRTC_SPL_MEMCPY_W16 (weightdenum, weightdenumbuf, in WebRtcIlbcfix_EncodeImpl()
120 WEBRTC_SPL_MEMCPY_W16 (data, iLBCenc_inst->past_samples, in WebRtcIlbcfix_EncodeImpl()
126 WEBRTC_SPL_MEMCPY_W16(data,block,iLBCenc_inst->blockl); in WebRtcIlbcfix_EncodeImpl()
257 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
293 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_EncodeImpl()
303 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
357 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
373 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
408 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
460 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
[all …]
H A Ddecode.c121 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
136 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
141 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one), in WebRtcIlbcfix_DecodeImpl()
151 WEBRTC_SPL_MEMCPY_W16(&(iLBCdec_inst->old_syntdenum[i*(LPC_FILTERORDER+1)]), in WebRtcIlbcfix_DecodeImpl()
163 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
197WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
222 WEBRTC_SPL_MEMCPY_W16(data, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
225 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
235WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
238 WEBRTC_SPL_MEMCPY_W16(decblock,data,iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dencode.c96 WEBRTC_SPL_MEMCPY_W16 (weightdenum, weightdenumbuf, in WebRtcIlbcfix_EncodeImpl()
117 WEBRTC_SPL_MEMCPY_W16 (data, iLBCenc_inst->past_samples, in WebRtcIlbcfix_EncodeImpl()
123 WEBRTC_SPL_MEMCPY_W16(data,block,iLBCenc_inst->blockl); in WebRtcIlbcfix_EncodeImpl()
254 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
290 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_EncodeImpl()
300 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
354 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
370 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
405 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
457 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
[all …]
H A Ddecode.c118 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
133 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
138 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one), in WebRtcIlbcfix_DecodeImpl()
148 WEBRTC_SPL_MEMCPY_W16(&(iLBCdec_inst->old_syntdenum[i*(LPC_FILTERORDER+1)]), in WebRtcIlbcfix_DecodeImpl()
160 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
194WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
219 WEBRTC_SPL_MEMCPY_W16(data, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
222 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
232WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
235 WEBRTC_SPL_MEMCPY_W16(decblock,data,iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Dencode.c96 WEBRTC_SPL_MEMCPY_W16 (weightdenum, weightdenumbuf, in WebRtcIlbcfix_EncodeImpl()
117 WEBRTC_SPL_MEMCPY_W16 (data, iLBCenc_inst->past_samples, in WebRtcIlbcfix_EncodeImpl()
123 WEBRTC_SPL_MEMCPY_W16(data,block,iLBCenc_inst->blockl); in WebRtcIlbcfix_EncodeImpl()
254 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
290 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_EncodeImpl()
300 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
354 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
370 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
405 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
457 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
[all …]
H A Ddecode.c118 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
133 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
138 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one), in WebRtcIlbcfix_DecodeImpl()
148 WEBRTC_SPL_MEMCPY_W16(&(iLBCdec_inst->old_syntdenum[i*(LPC_FILTERORDER+1)]), in WebRtcIlbcfix_DecodeImpl()
160 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
194WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
219 WEBRTC_SPL_MEMCPY_W16(data, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
222 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
232WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
235 WEBRTC_SPL_MEMCPY_W16(decblock,data,iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Dencode.c95 WEBRTC_SPL_MEMCPY_W16 (weightdenum, weightdenumbuf, in WebRtcIlbcfix_EncodeImpl()
116 WEBRTC_SPL_MEMCPY_W16 (data, iLBCenc_inst->past_samples, in WebRtcIlbcfix_EncodeImpl()
122 WEBRTC_SPL_MEMCPY_W16(data,block,iLBCenc_inst->blockl); in WebRtcIlbcfix_EncodeImpl()
256 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
292 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_EncodeImpl()
302 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
358 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
374 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
410 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
463 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
[all …]
H A Ddecode.c111 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
126 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
131 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one), in WebRtcIlbcfix_DecodeImpl()
141 WEBRTC_SPL_MEMCPY_W16(&(iLBCdec_inst->old_syntdenum[i*(LPC_FILTERORDER+1)]), in WebRtcIlbcfix_DecodeImpl()
153 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
187WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
212 WEBRTC_SPL_MEMCPY_W16(data, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
215 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
225WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
228 WEBRTC_SPL_MEMCPY_W16(decblock,data,iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dencode.c96 WEBRTC_SPL_MEMCPY_W16 (weightdenum, weightdenumbuf, in WebRtcIlbcfix_EncodeImpl()
117 WEBRTC_SPL_MEMCPY_W16 (data, iLBCenc_inst->past_samples, in WebRtcIlbcfix_EncodeImpl()
123 WEBRTC_SPL_MEMCPY_W16(data,block,iLBCenc_inst->blockl); in WebRtcIlbcfix_EncodeImpl()
254 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
290 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_EncodeImpl()
300 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
354 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
370 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
405 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
457 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
[all …]
H A Ddecode.c118 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
133 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
138 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one), in WebRtcIlbcfix_DecodeImpl()
148 WEBRTC_SPL_MEMCPY_W16(&(iLBCdec_inst->old_syntdenum[i*(LPC_FILTERORDER+1)]), in WebRtcIlbcfix_DecodeImpl()
160 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
194WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
219 WEBRTC_SPL_MEMCPY_W16(data, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
222 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
232WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
235 WEBRTC_SPL_MEMCPY_W16(decblock,data,iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Dencode.c96 WEBRTC_SPL_MEMCPY_W16 (weightdenum, weightdenumbuf, in WebRtcIlbcfix_EncodeImpl()
117 WEBRTC_SPL_MEMCPY_W16 (data, iLBCenc_inst->past_samples, in WebRtcIlbcfix_EncodeImpl()
123 WEBRTC_SPL_MEMCPY_W16(data,block,iLBCenc_inst->blockl); in WebRtcIlbcfix_EncodeImpl()
254 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
290 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_EncodeImpl()
300 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
354 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
370 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
405 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
457 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
[all …]
H A Ddecode.c118 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
133 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
138 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one), in WebRtcIlbcfix_DecodeImpl()
148 WEBRTC_SPL_MEMCPY_W16(&(iLBCdec_inst->old_syntdenum[i*(LPC_FILTERORDER+1)]), in WebRtcIlbcfix_DecodeImpl()
160 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
194WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
219 WEBRTC_SPL_MEMCPY_W16(data, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
222 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
232WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
235 WEBRTC_SPL_MEMCPY_W16(decblock,data,iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dencode.c95 WEBRTC_SPL_MEMCPY_W16 (weightdenum, weightdenumbuf, in WebRtcIlbcfix_EncodeImpl()
116 WEBRTC_SPL_MEMCPY_W16 (data, iLBCenc_inst->past_samples, in WebRtcIlbcfix_EncodeImpl()
122 WEBRTC_SPL_MEMCPY_W16(data,block,iLBCenc_inst->blockl); in WebRtcIlbcfix_EncodeImpl()
256 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
292 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_EncodeImpl()
302 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
358 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
374 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
409 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
462 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_EncodeImpl()
[all …]
H A Ddecode.c112 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
127 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
132 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one), in WebRtcIlbcfix_DecodeImpl()
142 WEBRTC_SPL_MEMCPY_W16(&(iLBCdec_inst->old_syntdenum[i*(LPC_FILTERORDER+1)]), in WebRtcIlbcfix_DecodeImpl()
154 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
188WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
213 WEBRTC_SPL_MEMCPY_W16(data, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
216 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
226WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
229 WEBRTC_SPL_MEMCPY_W16(decblock,data,iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
[all …]

1234567891011