Home | History | Annotate | Download | only in common

Lines Matching defs:off1

538     WORD32 off1, off2, off3;
543 off1 = src_strd;
545 off3 = off1 + off2;
559 - (pu1_src[-off1] + pu1_src[off2])
560 + ((pu1_src[0] + pu1_src[off1] - pu1_src[-off1] - pu1_src[off2]) << 2)
561 + ((pu1_src[0] + pu1_src[off1]) << 4);
623 WORD32 off1, off2, off3;
628 off1 = src_strd;
630 off3 = off1 + off2;
646 - (pu1_pred_vert[-off1] + pu1_pred_vert[off2])
647 + ((pu1_pred_vert[0] + pu1_pred_vert[off1]
648 - pu1_pred_vert[-off1]
650 + ((pu1_pred_vert[0] + pu1_pred_vert[off1]) << 4);