Home | History | Annotate | Download | only in dspr2

Lines Matching defs:temp3

49   int temp3, temp4;
67 temp3 = (ip[5] * sinpi8sqrt2) >> 16;
69 c2 = temp3 - temp4;
71 temp3 = ip[5] + ((ip[5] * cospi8sqrt2minus1) >> 16);
73 d2 = temp3 + temp4;
99 temp3 = (ip[7] * sinpi8sqrt2) >> 16;
101 c2 = temp3 - temp4;
103 temp3 = ip[7] + ((ip[7] * cospi8sqrt2minus1) >> 16);
105 d2 = temp3 + temp4;
137 temp3 = (ip[5] * sinpi8sqrt2) >> 16;
139 c2 = temp3 - temp4;
141 temp3 = ip[5] + ((ip[5] * cospi8sqrt2minus1) >> 16);
143 d2 = temp3 + temp4;
169 temp3 = (ip[13] * sinpi8sqrt2) >> 16;
171 c2 = temp3 - temp4;
173 temp3 = ip[13] + ((ip[13] * cospi8sqrt2minus1) >> 16);
175 d2 = temp3 + temp4;