Home
last modified time | relevance | path

Searched refs:XPROD31 (Results 1 – 5 of 5) sorted by relevance

/external/tremolo/Tremolo/
Dmdct.c76 XPROD31( s0, s2, T[0], T[1], &aX[0], &aX[2] ); T+=step; in presymmetry()
82 XPROD31( s0, s2, T[1], T[0], &aX[0], &aX[2] ); T-=step; in presymmetry()
163 XPROD31 ( s2, s3, cPI1_8, cPI3_8, &x[ 1], &x[ 3] ); in mdct_butterfly_32()
181 XPROD31 ( s2, s3, cPI3_8, cPI1_8, &x[ 9], &x[11] ); in mdct_butterfly_32()
208 XPROD31( s1, s0, T[0], T[1], &x2[0], &x2[2] ); in mdct_butterfly_generic()
209 XPROD31( s2, s3, T[0], T[1], &x2[1], &x2[3] ); T+=step; in mdct_butterfly_generic()
332 XPROD31( s0, s1, T[0], T[1], x, x+1); T+=step; in mdct_step8()
351 XPROD31( s0, s1, t0, t1, x, x+1 ); in mdct_step8()
357 XPROD31( s0, s1, v0, v1, x+2, x+3 ); in mdct_step8()
381 XPROD31( s0, s1, t0, t1, x, x+1 ); in mdct_step8()
[all …]
Dmisc.h160 #define XPROD31(_a, _b, _t, _v, _x, _y) \ macro
177 static inline void XPROD31(ogg_int32_t a, ogg_int32_t b, in XPROD31() function
Dasm_arm.h88 static inline void XPROD31(ogg_int32_t a, ogg_int32_t b, in XPROD31() function
DmdctARM.s325 @ XPROD31(s0, s2, T[0], T[1], 0xaX[0], &ax[2])
349 @ XPROD31(s0, s2, T[1], T[0], 0xaX[0], &ax[2])
498 @ XPROD31(s1, s0, T[0], T[1], &x2[0], &x2[2])
508 @ XPROD31(s2, s3, T[0], T[1], &x2[1], &x2[3])
648 @ XPROD31 ( s2, s3, cPI1_8, cPI3_8, &x[ 1], &x[ 3] )
727 @ XPROD31 ( s2, s3, cPI3_8, cPI1_8, &x[ 9], &x[11] )
1140 @ XPROD31(s0, s1, T[0], T[1], x, x+1)
DmdctLARM.s326 @ 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)