Home | History | Annotate | Download | only in src

Lines Matching refs:yp

1040     const uchar *xp, *yp, *zp;
1134 yp = xp + plane_stride;
1135 zp = dims == 3 ? yp + plane_stride : 0;
1148 x = *(float*)xp; y = *(float*)yp;
1154 x = *(double*)xp; y = *(double*)yp;
1159 xp += stride; yp += stride;