OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:channelStored
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/modules/audio_processing/aecm/
aecm_core_neon.c
214
// echoEst[i] = WEBRTC_SPL_MUL_16_U16(aecm->
channelStored
[i], far_spectrum[i]);
215
__asm__("vld1.16 {d24, d25}, [%0, :128]" : : "r"(&aecm->
channelStored
[i]) : "q12");
247
echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->
channelStored
[i], far_spectrum[i]);
262
// aecm->
channelStored
[i] = acem->channelAdapt16[i];
263
// echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->
channelStored
[i], far_spectrum[i]);
266
__asm__("vst1.16 {d24, d25}, [%0, :128]" : : "r"(&aecm->
channelStored
[i]) : "q12");
272
aecm->
channelStored
[i] = aecm->channelAdapt16[i];
273
echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->
channelStored
[i], far_spectrum[i]);
280
// aecm->channelAdapt16[i] = aecm->
channelStored
[i];
282
// aecm->
channelStored
[i], 16)
[
all
...]
aecm_core.c
330
aecm->
channelStored
= (WebRtc_Word16*) (((uintptr_t)
345
memcpy(aecm->
channelStored
, echo_path, sizeof(WebRtc_Word16) * PART_LEN1);
493
echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->
channelStored
[i],
509
memcpy(aecm->
channelStored
, aecm->channelAdapt16, sizeof(WebRtc_Word16) * PART_LEN1);
513
echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->
channelStored
[i],
515
echo_est[i + 1] = WEBRTC_SPL_MUL_16_U16(aecm->
channelStored
[i + 1],
517
echo_est[i + 2] = WEBRTC_SPL_MUL_16_U16(aecm->
channelStored
[i + 2],
519
echo_est[i + 3] = WEBRTC_SPL_MUL_16_U16(aecm->
channelStored
[i + 3],
522
echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->
channelStored
[i],
532
memcpy(aecm->channelAdapt16, aecm->
channelStored
,
[
all
...]
aecm_core.h
161
WebRtc_Word16 *
channelStored
;
echo_control_mobile.c
696
memcpy(echo_path_ptr, aecm->aecmCore->
channelStored
, size_bytes);
Completed in 1454 milliseconds