Home | History | Annotate | Download | only in src

Lines Matching refs:x3

52 /* ...| x0 | x1 | x2 | x3 | x4 |...  */
53 #define PD_FILTER( x0, x1, x2, x3, x4 ) ((x2)*6+((x1)+(x3))*4+(x0)+(x4))
66 /* ...| x0 | x1 | x2 | x3 I x2 | */
67 #define PD_RB(x0,x1,x2,x3) ((x0) + ((x1) + (x3))*4 + (x2)*7)