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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.c 29 int16x4x2_t v2tmp2, v2tmp3; local
62 v2tmp2 = vtrn_s16(vreinterpret_s16_s32(v2tmp0.val[0]),
68 q1s16 = vcombine_s16(v2tmp2.val[0], v2tmp3.val[0]);
69 q2s16 = vcombine_s16(v2tmp2.val[1], v2tmp3.val[1]);
98 v2tmp2 = vtrn_s16(vreinterpret_s16_s32(v2tmp0.val[0]),
103 q1s16 = vcombine_s16(v2tmp2.val[0], v2tmp2.val[1]);
iwalsh_neon.c 19 int32x2x2_t v2tmp2, v2tmp3; local
37 v2tmp2 = vtrn_s32(vreinterpret_s32_s16(vget_low_s16(q0s16)),
41 v2tmp0 = vtrn_s16(vreinterpret_s16_s32(v2tmp2.val[0]),
43 v2tmp1 = vtrn_s16(vreinterpret_s16_s32(v2tmp2.val[1]),

Completed in 40 milliseconds