Searched refs:new_exc (Results 1 – 3 of 3) sorted by relevance
/external/speex/libspeex/ |
D | filters.c | 655 spx_word16_t *new_exc, /*enhanced excitation*/ in multicomb() argument 796 …new_exc[i] = ADD16(exc[i], EXTRACT16(PSHR32(ADD32(MULT16_16(gain0,iexc[i]), MULT16_16(gain1,iexc[i… in multicomb() 798 new_ener = compute_rms16(new_exc, nsf); in multicomb() 810 new_exc[i] = MULT16_16_Q14(ngain, new_exc[i]); in multicomb() 817 new_exc[i] = SHL16(SATURATE16(new_exc[i],16383),1); in multicomb()
|
D | filters.h | 80 spx_word16_t *new_exc, /*enhanced excitation*/
|
/external/autotest/frontend/afe/ |
D | rpc_utils.py | 1073 new_exc = error.RPCException('RPC %s failed on shard %s due to ' 1075 raise new_exc.__class__, new_exc, ei[2]
|