HomeSort by relevance Sort by last modified time
    Searched refs:XNPROD31 (Results 1 - 5 of 5) sorted by null

  /external/tremolo/Tremolo/
misc.h 163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \
185 static inline void XNPROD31(ogg_int32_t a, ogg_int32_t b,
mdct.c 95 XNPROD31( ro2, ro0, T[1], T[0], &aX[0], &aX[2] ); T+=step;
96 XNPROD31( ri2, ri0, T[0], T[1], &bX[0], &bX[2] );
162 XNPROD31( s0, s1, cPI3_8, cPI1_8, &x[ 0], &x[ 2] );
180 XNPROD31( s0, s1, cPI1_8, cPI3_8, &x[ 8], &x[10] );
221 XNPROD31( s0, s1, T[0], T[1], &x2[0], &x2[2] );
222 XNPROD31( s3, s2, T[0], T[1], &x2[1], &x2[3] ); T-=step;
asm_arm.h 107 static inline void XNPROD31(ogg_int32_t a, ogg_int32_t b,
mdctLARM.s 377 @ XNPROD31( ro2, ro0, T[1], T[0], 0xaX[0], &aX[2] )
390 @ XNPROD31( ri2, ri0, T[0], T[1], 0xbX[0], &bX[2] )
549 @ XNPROD31(s0, s1, T[0], T[1], &x2[0], &x2[2])
559 @ XNPROD31(s3, s2, T[0], T[1], &x2[1], &x2[3])
626 @ XNPROD31( s0, s1, cPI3_8, cPI1_8, &x[ 0], &x[ 2] )
701 @ XNPROD31( s0, s1, cPI1_8, cPI3_8, &x[ 8], &x[10] )
mdctARM.s 382 @ XNPROD31( ro2, ro0, T[1], T[0], 0xaX[0], &aX[2] )
399 @ XNPROD31( ri2, ri0, T[0], T[1], 0xbX[0], &bX[2] )
561 @ XNPROD31(s0, s1, T[0], T[1], &x2[0], &x2[2])
571 @ XNPROD31(s3, s2, T[0], T[1], &x2[1], &x2[3])
635 @ XNPROD31( s0, s1, cPI3_8, cPI1_8, &x[ 0], &x[ 2] )
714 @ XNPROD31( s0, s1, cPI1_8, cPI3_8, &x[ 8], &x[10] )
    [all...]

Completed in 181 milliseconds