Searched refs:XNPROD31 (Results 1 – 5 of 5) sorted by relevance
/external/tremolo/Tremolo/ |
D | mdct.c | 95 XNPROD31( ro2, ro0, T[1], T[0], &aX[0], &aX[2] ); T+=step; in presymmetry() 96 XNPROD31( ri2, ri0, T[0], T[1], &bX[0], &bX[2] ); in presymmetry() 162 XNPROD31( s0, s1, cPI3_8, cPI1_8, &x[ 0], &x[ 2] ); in mdct_butterfly_32() 180 XNPROD31( s0, s1, cPI1_8, cPI3_8, &x[ 8], &x[10] ); in mdct_butterfly_32() 221 XNPROD31( s0, s1, T[0], T[1], &x2[0], &x2[2] ); in mdct_butterfly_generic() 222 XNPROD31( s3, s2, T[0], T[1], &x2[1], &x2[3] ); T-=step; in mdct_butterfly_generic()
|
D | misc.h | 163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \ macro 185 static inline void XNPROD31(ogg_int32_t a, ogg_int32_t b, in XNPROD31() function
|
D | asm_arm.h | 107 static inline void XNPROD31(ogg_int32_t a, ogg_int32_t b, in XNPROD31() function
|
D | mdctARM.s | 384 @ XNPROD31( ro2, ro0, T[1], T[0], 0xaX[0], &aX[2] ) 401 @ XNPROD31( ri2, ri0, T[0], T[1], 0xbX[0], &bX[2] ) 563 @ XNPROD31(s0, s1, T[0], T[1], &x2[0], &x2[2]) 573 @ XNPROD31(s3, s2, T[0], T[1], &x2[1], &x2[3]) 637 @ XNPROD31( s0, s1, cPI3_8, cPI1_8, &x[ 0], &x[ 2] ) 716 @ XNPROD31( s0, s1, cPI1_8, cPI3_8, &x[ 8], &x[10] )
|
D | 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] )
|