Lines Matching refs:ref

149     uint8 *ref;
160 ref = ncand - 3 - lx - (lx << 1); /* move back (-3,-3) */
169 tmp32 = *ref++;
170 tmp8 = *ref++;
172 tmp8 = *ref++;
174 tmp8 = *ref++;
179 ref += (lx - 24);
183 ref = subpel_pred + 2;
190 a = ref[-2];
191 b = ref[-1];
192 c = ref[0];
193 d = ref[1];
194 e = ref[2];
195 f = ref[3];
197 a = ref[4];
199 b = ref[5];
201 c = ref[6];
204 ref += 4;
207 d = ref[3];
210 ref += 8; /* stride for ref is 24 */
214 ref += 432;//18*24;
218 ref -= 480;//20*24;
226 a = ref[-2];
227 b = ref[-1];
228 c = ref[0];
229 d = ref[1];
230 e = ref[2];
231 f = ref[3];
238 a = ref[4];
245 b = ref[5];
252 c = ref[6];
259 ref += 4;
262 d = ref[3];
271 ref += 8; /* stride for ref is 24 */
327 ref = subpel_pred + 2;
335 a = *ref;
336 b = *(ref += 24);
337 c = *(ref += 24);
338 d = *(ref += 24);
339 e = *(ref += 24);
340 f = *(ref += 24);
347 a = *(ref += 24);
353 b = *(ref += 24);
359 c = *(ref += 24);
365 ref -= (24 << 2);
368 d = ref[120]; // 24*5
375 ref -= ((24 << 4) - 1);
385 a = *((uint32*)ref); /* load 4 bytes */
389 c = *((uint32*)(ref + 120));
396 e = *((uint32*)(ref + 72)); /* e, f */
400 c = *((uint32*)(ref + 48)); /* c, d */
412 e = *((uint32*)(ref += 24)); /* e, f */
416 c = *((uint32*)(ref + 72)); /* c, d */
448 ref -= 404;
451 VertInterpWClip(dst,ref); // re-do 4 column with clip
458 void VertInterpWClip(uint8 *dst, uint8 *ref)
465 ref -= 4;
471 a = *ref;
472 b = *(ref += 24);
473 c = *(ref += 24);
474 d = *(ref += 24);
475 e = *(ref += 24);
476 f = *(ref += 24);
483 a = *(ref += 24);
489 b = *(ref += 24);
495 c = *(ref += 24);
501 ref -= (24 << 2);
504 d = ref[120]; // 24*5
511 ref -= ((24 << 4) - 1);