Home
last modified time | relevance | path

Searched refs:ROUND16 (Results 1 – 8 of 8) sorted by relevance

/external/rnnoise/src/
Dcelt_lpc.c86 _lpc[i] = ROUND16(lpc[i],16); in _celt_lpc()
110 y[i ] = ROUND16(sum[0], SIG_SHIFT); in celt_fir()
111 y[i+1] = ROUND16(sum[1], SIG_SHIFT); in celt_fir()
112 y[i+2] = ROUND16(sum[2], SIG_SHIFT); in celt_fir()
113 y[i+3] = ROUND16(sum[3], SIG_SHIFT); in celt_fir()
120 y[i] = ROUND16(sum, SIG_SHIFT); in celt_fir()
Darch.h210 #define ROUND16(a,shift) (a) macro
Dpitch.c138 y[i] = ROUND16(sum, SIG_SHIFT); in celt_fir5()
/external/libopus/celt/
Dmathops.c78 rcp = ROUND16(celt_rcp(ROUND16(b,16)),3); in frac_div32()
Dfixed_generic.h113 #define ROUND16(x,a) (EXTRACT16(PSHR32((x),(a)))) macro
Darch.h240 #define ROUND16(a,shift) (a) macro
Dpitch.c135 x[i] = ROUND16(sum, SIG_SHIFT); in celt_fir5()
Dfixed_debug.h237 #define ROUND16(x,a) (celt_mips--,EXTRACT16(PSHR32((x),(a)))) macro