Home | History | Annotate | Download | only in test

Lines Matching refs:op

36   int16_t *op = output;
47 op[0] = a1 + d1;
48 op[12] = a1 - d1;
49 op[4] = b1 + c1;
50 op[8] = b1 - c1;
52 ++op;
55 op = output;
65 op[0] = (a1 + d1 + 4) >> 3;
66 op[3] = (a1 - d1 + 4) >> 3;
67 op[1] = (b1 + c1 + 4) >> 3;
68 op[2] = (b1 - c1 + 4) >> 3;
70 op += 4;