Home
last modified time | relevance | path

Searched refs:VSHR32 (Results 1 – 18 of 18) sorted by relevance

/external/libopus/celt/
Dmathops.c75 a = VSHR32(a,shift); in frac_div32()
76 b = VSHR32(b,shift); in frac_div32()
130 x = VSHR32(x, 2*k); in celt_sqrt()
134 rt = VSHR32(rt,7-k); in celt_sqrt()
189 n = VSHR32(x,i-15)-32768; in celt_rcp()
206 return VSHR32(EXTEND32(r),i-16); in celt_rcp()
Dfixed_c6x.h61 #undef VSHR32
62 #define VSHR32(a, shift) _lshl(a,-(shift))
Dfixed_c5x.h57 #undef VSHR32
58 #define VSHR32(a, shift) _lshl(a,-(shift)) macro
Dpitch.c76 xcorr16 = EXTRACT16(VSHR32(xcorr[i], xshift)); in find_best_pitch()
407 x2y2 = SHR32(MULT16_16(VSHR32(xx, sx), VSHR32(yy, sy)), 14); in compute_pitch_gain()
420 g = VSHR32(g, (shift>>1)-1); in compute_pitch_gain()
Dmathops.h211 n = VSHR32(x,i-15)-32768-16384; in celt_log2()
244 return VSHR32(EXTEND32(frac), -integer-2); in celt_exp2()
Dbands.c126 bandE[i+c*m->nbEBands] = EPSILON+VSHR32(EXTEND32(celt_sqrt(sum)),-shift); in compute_band_energies()
148 E = VSHR32(bandE[i+c*m->nbEBands], shift); in normalise_bands()
151 X[j+c*N] = MULT16_16_Q15(VSHR32(freq[j+c*N],shift-1),g); in normalise_bands()
384 w[0] = VSHR32(Ex, shift); in compute_channel_weights()
385 w[1] = VSHR32(Ey, shift); in compute_channel_weights()
398 left = VSHR32(bandE[i],shift); in intensity_stereo()
399 right = VSHR32(bandE[i+m->nbEBands],shift); in intensity_stereo()
455 t = VSHR32(El, (kl-7)<<1); in stereo_merge()
457 t = VSHR32(Er, (kr-7)<<1); in stereo_merge()
Dvq.c134 t = VSHR32(Ryy, 2*(k-7)); in normalise_residual()
397 t = VSHR32(E, 2*(k-7)); in renormalise_vector()
Dfixed_generic.h95 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
Darch.h232 #define VSHR32(a,shift) (a) macro
Dfixed_debug.h235 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
/external/speex/libspeexdsp/
Dpseudofloat.h79 x = VSHR32(x, e); in PSEUDOFLOAT()
243 return VSHR32(MULT16_32_Q15(a.m, b),-a.e-15); in FLOAT_MUL32()
255 a = VSHR32(a, e1-14); in FLOAT_MUL32U()
257 b = VSHR32(b, e2-14); in FLOAT_MUL32U()
273 a = VSHR32(a, e); in FLOAT_DIV32_FLOAT()
297 b = VSHR32(b, e0); in FLOAT_DIV32()
301 a = VSHR32(a, e); in FLOAT_DIV32()
Dmath_approx.h147 x = VSHR32(x, (k<<1)); in spx_sqrt()
149 rt = VSHR32(rt,7-k); in spx_sqrt()
261 return VSHR32(EXTEND32(frac), -integer-2); in spx_exp2()
Darch.h163 #define VSHR32(a,shift) (a) macro
Dfixed_generic.h51 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
Dfixed_debug.h165 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
/external/rnnoise/src/
Dpitch.c77 xcorr16 = EXTRACT16(VSHR32(xcorr[i], xshift)); in find_best_pitch()
399 x2y2 = SHR32(MULT16_16(VSHR32(xx, sx), VSHR32(yy, sy)), 14); in compute_pitch_gain()
412 g = VSHR32(g, (shift>>1)-1); in compute_pitch_gain()
Darch.h202 #define VSHR32(a,shift) (a) macro
/external/libopus/celt/mips/
Dvq_mipsr1.h104 t = VSHR32(E, 2*(k-7)); in renormalise_vector()