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