Home
last modified time | relevance | path

Searched refs:XPROD31 (Results 1 – 4 of 4) 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()
166 XPROD31 ( s2, s3, cPI1_8, cPI3_8, &x[ 1], &x[ 3] ); in mdct_butterfly_32()
184 XPROD31 ( s2, s3, cPI3_8, cPI1_8, &x[ 9], &x[11] ); in mdct_butterfly_32()
211 XPROD31( s1, s0, T[0], T[1], &x2[0], &x2[2] ); in mdct_butterfly_generic()
212 XPROD31( s2, s3, T[0], T[1], &x2[1], &x2[3] ); T+=step; in mdct_butterfly_generic()
337 XPROD31( s0, s1, T[0], T[1], x, x+1); T+=step; in mdct_step8()
356 XPROD31( s0, s1, t0, t1, x, x+1 ); in mdct_step8()
362 XPROD31( s0, s1, v0, v1, x+2, x+3 ); in mdct_step8()
386 XPROD31( s0, s1, t0, t1, x, x+1 ); in mdct_step8()
[all …]
Dmisc.h160 #define XPROD31(_a, _b, _t, _v, _x, _y) \ macro
179 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
DmdctLARM.s333 @ XPROD31(s0, s2, T[0], T[1], 0xaX[0], &ax[2])
353 @ XPROD31(s0, s2, T[1], T[0], 0xaX[0], &ax[2])
490 @ XPROD31(s1, s0, T[0], T[1], &x2[0], &x2[2])
500 @ XPROD31(s2, s3, T[0], T[1], &x2[1], &x2[3])
642 @ XPROD31 ( s2, s3, cPI1_8, cPI3_8, &x[ 1], &x[ 3] )
719 @ XPROD31 ( s2, s3, cPI3_8, cPI1_8, &x[ 9], &x[11] )
1129 @ XPROD31(s0, s1, T[0], T[1], x, x+1)