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

/external/speex/libspeex/
H A Dpseudofloat.h79 x = VSHR32(x, e);
243 return VSHR32(MULT16_32_Q15(a.m, b),-a.e-15);
255 a = VSHR32(a, e1-14);
257 b = VSHR32(b, e2-14);
273 a = VSHR32(a, e);
297 b = VSHR32(b, e0);
301 a = VSHR32(a, e);
H A Dstereo.c188 largest = VSHR32(largest, shift-4);
189 smallest = VSHR32(smallest, shift);
207 e_tot = VSHR32(e_tot, shift-25);
208 e_left = VSHR32(e_left, shift-10);
209 e_right = VSHR32(e_right, shift-10);
H A Dmath_approx.h147 x = VSHR32(x, (k<<1));
149 rt = VSHR32(rt,7-k);
261 return VSHR32(EXTEND32(frac), -integer-2);
H A Darch.h171 #define VSHR32(a,shift) (a) macro
H A Dfixed_generic.h51 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
H A Dfixed_debug.h165 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro

Completed in 141 milliseconds