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

  /external/webp/src/dsp/
enc_neon.c 293 int16x8_t d0d1, d3d2; // working 4x4 int16 variables local
297 const int16x8_t D0D1 = DiffU8ToS16(vget_low_u8(S0), vget_low_u8(R0));
299 const int16x4_t D0 = vget_low_s16(D0D1);
300 const int16x4_t D1 = vget_high_s16(D0D1);
303 Transpose4x4_S16(D0, D1, D2, D3, &d0d1, &d3d2);
308 const int16x8_t a0a1 = vaddq_s16(d0d1, d3d2); // d0+d3 | d1+d2 (=a0|a1)
309 const int16x8_t a3a2 = vsubq_s16(d0d1, d3d2); // d0-d3 | d1-d2 (=a3|a2)
321 Transpose4x4_S16(tmp0, tmp1, tmp2, tmp3, &d0d1, &d3d2);
327 const int16x8_t a0a1 = vaddq_s16(d0d1, d3d2); // d0+d3 | d1+d2 (=a0|a1)
328 const int16x8_t a3a2 = vsubq_s16(d0d1, d3d2); // d0-d3 | d1-d2 (=a3|a2
    [all...]
  /external/skia/src/gpu/
GrPathUtils.cpp 517 SkScalar d0d1 = SkScalarSqrt(SkScalarMul(d0Sqd, d1Sqd)); local
518 subdivide = 2 * d0d1 + d0Sqd + d1Sqd > toleranceSqd;
  /external/opencv3/modules/video/src/
lkpyramid.cpp 387 int16x4x2_t d0d1 = vld2_s16(dsrc); local
392 int32x4_t q4 = vmull_s16(d0d1.val[0], d26);
393 q6 = vmull_s16(d0d1.val[1], d26);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips-insn32.d 314 [ 0-9a-f]+: d0d1 ffff andi a2,s1,0xffff
    [all...]

Completed in 594 milliseconds