Home | History | Annotate | Download | only in common

Lines Matching refs:ip

33     short *ip = input;
40 a1 = ip[0] + ip[8];
41 b1 = ip[0] - ip[8];
43 temp1 = (ip[4] * sinpi8sqrt2 + rounding) >> 16;
44 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1 + rounding) >> 16);
47 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1 + rounding) >> 16);
48 temp2 = (ip[12] * sinpi8sqrt2 + rounding) >> 16;
57 ip++;
61 ip = output;
66 a1 = ip[0] + ip[2];
67 b1 = ip[0] - ip[2];
69 temp1 = (ip[1] * sinpi8sqrt2 + rounding) >> 16;
70 temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1 + rounding) >> 16);
73 temp1 = ip[1] + ((ip[1] * cospi8sqrt2minus1 + rounding) >> 16);
74 temp2 = (ip[3] * sinpi8sqrt2 + rounding) >> 16;
84 ip += shortpitch;
138 short *ip = input;
143 a1 = ip[0] + ip[12];
144 b1 = ip[4] + ip[8];
145 c1 = ip[4] - ip[8];
146 d1 = ip[0] - ip[12];
152 ip++;
156 ip = output;
161 a1 = ip[0] + ip[3];
162 b1 = ip[1] + ip[2];
163 c1 = ip[1] - ip[2];
164 d1 = ip[0] - ip[3];
176 ip += 4;