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

  /external/tremolo/Tremolo/
mdct.c 76 XPROD31( s0, s2, T[0], T[1], &aX[0], &aX[2] ); T+=step;
82 XPROD31( s0, s2, T[1], T[0], &aX[0], &aX[2] ); T-=step;
163 XPROD31 ( s2, s3, cPI1_8, cPI3_8, &x[ 1], &x[ 3] );
181 XPROD31 ( s2, s3, cPI3_8, cPI1_8, &x[ 9], &x[11] );
208 XPROD31( s1, s0, T[0], T[1], &x2[0], &x2[2] );
209 XPROD31( s2, s3, T[0], T[1], &x2[1], &x2[3] ); T+=step;
332 XPROD31( s0, s1, T[0], T[1], x, x+1); T+=step;
351 XPROD31( s0, s1, t0, t1, x, x+1 );
357 XPROD31( s0, s1, v0, v1, x+2, x+3 );
381 XPROD31( s0, s1, t0, t1, x, x+1 )
    [all...]
misc.h 160 #define XPROD31(_a, _b, _t, _v, _x, _y) \
177 static inline void XPROD31(ogg_int32_t a, ogg_int32_t b,
asm_arm.h 88 static inline void XPROD31(ogg_int32_t a, ogg_int32_t b,
mdctLARM.s 326 @ XPROD31(s0, s2, T[0], T[1], 0xaX[0], &ax[2])
346 @ XPROD31(s0, s2, T[1], T[0], 0xaX[0], &ax[2])
483 @ XPROD31(s1, s0, T[0], T[1], &x2[0], &x2[2])
493 @ XPROD31(s2, s3, T[0], T[1], &x2[1], &x2[3])
635 @ XPROD31 ( s2, s3, cPI1_8, cPI3_8, &x[ 1], &x[ 3] )
712 @ XPROD31 ( s2, s3, cPI3_8, cPI1_8, &x[ 9], &x[11] )
1122 @ XPROD31(s0, s1, T[0], T[1], x, x+1)
mdctARM.s 323 @ XPROD31(s0, s2, T[0], T[1], 0xaX[0], &ax[2])
347 @ XPROD31(s0, s2, T[1], T[0], 0xaX[0], &ax[2])
496 @ XPROD31(s1, s0, T[0], T[1], &x2[0], &x2[2])
506 @ XPROD31(s2, s3, T[0], T[1], &x2[1], &x2[3])
646 @ XPROD31 ( s2, s3, cPI1_8, cPI3_8, &x[ 1], &x[ 3] )
725 @ XPROD31 ( s2, s3, cPI3_8, cPI1_8, &x[ 9], &x[11] )
1138 @ XPROD31(s0, s1, T[0], T[1], x, x+1)
    [all...]

Completed in 118 milliseconds