Home
last modified time | relevance | path

Searched refs:d_stride (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_1_add_neon.c20 int d_stride, in LD_16x8() argument
30 d += d_stride; in LD_16x8()
32 d += d_stride; in LD_16x8()
34 d += d_stride; in LD_16x8()
36 d += d_stride; in LD_16x8()
38 d += d_stride; in LD_16x8()
40 d += d_stride; in LD_16x8()
42 d += d_stride; in LD_16x8()
91 int d_stride, in ST_16x8() argument
101 d += d_stride; in ST_16x8()
[all …]
/external/opencv/cv/src/
Dcvfundam.cpp1315 int s_plane_stride, s_stride, d_plane_stride, d_stride, elem_size; in cvConvertPointsHomogeneous() local
1332 d_plane_stride = dst->step / elem_size, d_stride = 1; in cvConvertPointsHomogeneous()
1334 d_stride = dst->step / elem_size, d_plane_stride = 1; in cvConvertPointsHomogeneous()
1372 xd += d_stride; yd += d_stride; zd += d_stride; in cvConvertPointsHomogeneous()
1381 xd += d_stride; yd += d_stride; in cvConvertPointsHomogeneous()
1418 xd += d_stride; yd += d_stride; zd += d_stride; in cvConvertPointsHomogeneous()
1427 xd += d_stride; yd += d_stride; in cvConvertPointsHomogeneous()