Searched refs:echo_p (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core_mips.c448 int32_t* echo_p = &(echo_est[0]); local
470 "addiu %[echo_p], %[echo_p], 16 \n\t"
475 "usw %[echo0], -16(%[echo_p]) \n\t"
476 "usw %[echo1], -12(%[echo_p]) \n\t"
496 "usw %[echo0], -8(%[echo_p]) \n\t"
497 "usw %[echo1], -4(%[echo_p]) \n\t"
501 [echo0] "=&r" (echo0), [echo_p] "+r" (echo_p), [par3] "+r" (par3),

Completed in 51 milliseconds