Lines Matching refs:ip

36   short *ip = input;  in vp8_short_idct4x4llm_c()  local
42 a1 = ip[0] + ip[8]; in vp8_short_idct4x4llm_c()
43 b1 = ip[0] - ip[8]; in vp8_short_idct4x4llm_c()
45 temp1 = (ip[4] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_c()
46 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_c()
49 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_c()
50 temp2 = (ip[12] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_c()
59 ip++; in vp8_short_idct4x4llm_c()
63 ip = output; in vp8_short_idct4x4llm_c()
67 a1 = ip[0] + ip[2]; in vp8_short_idct4x4llm_c()
68 b1 = ip[0] - ip[2]; in vp8_short_idct4x4llm_c()
70 temp1 = (ip[1] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_c()
71 temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_c()
74 temp1 = ip[1] + ((ip[1] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_c()
75 temp2 = (ip[3] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_c()
84 ip += shortpitch; in vp8_short_idct4x4llm_c()
88 ip = output; in vp8_short_idct4x4llm_c()
91 int a = ip[c] + pred_ptr[c]; in vp8_short_idct4x4llm_c()
99 ip += 4; in vp8_short_idct4x4llm_c()
132 short *ip = input; in vp8_short_inv_walsh4x4_c() local
136 a1 = ip[0] + ip[12]; in vp8_short_inv_walsh4x4_c()
137 b1 = ip[4] + ip[8]; in vp8_short_inv_walsh4x4_c()
138 c1 = ip[4] - ip[8]; in vp8_short_inv_walsh4x4_c()
139 d1 = ip[0] - ip[12]; in vp8_short_inv_walsh4x4_c()
145 ip++; in vp8_short_inv_walsh4x4_c()
149 ip = output; in vp8_short_inv_walsh4x4_c()
153 a1 = ip[0] + ip[3]; in vp8_short_inv_walsh4x4_c()
154 b1 = ip[1] + ip[2]; in vp8_short_inv_walsh4x4_c()
155 c1 = ip[1] - ip[2]; in vp8_short_inv_walsh4x4_c()
156 d1 = ip[0] - ip[3]; in vp8_short_inv_walsh4x4_c()
168 ip += 4; in vp8_short_inv_walsh4x4_c()