HomeSort by relevance Sort by last modified time
    Searched refs:dsrc (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libelf/
version_xlate.h 47 GElf_Verdef *dsrc; local
74 dsrc = (GElf_Verdef *) ((char *) src + def_offset);
79 ddest->vd_version = bswap_16 (dsrc->vd_version);
80 ddest->vd_flags = bswap_16 (dsrc->vd_flags);
81 ddest->vd_ndx = bswap_16 (dsrc->vd_ndx);
82 ddest->vd_cnt = bswap_16 (dsrc->vd_cnt);
83 ddest->vd_hash = bswap_32 (dsrc->vd_hash);
84 ddest->vd_aux = bswap_32 (dsrc->vd_aux);
85 ddest->vd_next = bswap_32 (dsrc->vd_next);
90 aux_offset = def_offset + dsrc->vd_aux
    [all...]
  /external/opencv3/modules/video/src/
lkpyramid.cpp 315 const deriv_type* dsrc = derivI.ptr<deriv_type>() + (y + iprevPt.y)*dstep + iprevPt.x*cn2; local
323 for( ; x <= winSize.width*cn - 4; x += 4, dsrc += 4*2, dIptr += 4*2 )
337 v00 = _mm_loadu_si128((const __m128i*)(dsrc));
338 v01 = _mm_loadu_si128((const __m128i*)(dsrc + cn2));
339 v10 = _mm_loadu_si128((const __m128i*)(dsrc + dstep));
340 v11 = _mm_loadu_si128((const __m128i*)(dsrc + dstep + cn2));
364 for( ; x <= winSize.width*cn - 4; x += 4, dsrc += 4*2, dIptr += 4*2 )
387 int16x4x2_t d0d1 = vld2_s16(dsrc);
388 int16x4x2_t d2d3 = vld2_s16(&dsrc[cn2]);
402 int16x4x2_t d4d5 = vld2_s16(&dsrc[dstep])
    [all...]

Completed in 381 milliseconds