Home | History | Annotate | Download | only in src

Lines Matching refs:cand

110 void GetHalfPelMBRegion_C(UChar *cand, UChar *hmem, Int lx)
118 p1 = cand - lx - 1;
119 p2 = cand - lx;
120 p3 = cand - 1;
121 p4 = cand;
166 void GetHalfPelBlkRegion(UChar *cand, UChar *hmem, Int lx)
174 p1 = cand - lx - 1;
175 p2 = cand - lx;
176 p3 = cand - 1;
177 p4 = cand;