Lines Matching refs:XPROD31
76 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()
386 XPROD31( s0, s1, t0, t1, x+2, x+3 ); in mdct_step8()
394 XPROD31( s0, s1, v0, v1, x+4, x+5 ); in mdct_step8()
399 XPROD31( s0, s1, v0, v1, x+5, x+6 ); in mdct_step8()