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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.c 27 int16x8_t q1s16, q2s16, q3s16, q4s16; local
38 q2s16 = vcombine_s16(d3, d5);
40 q3s16 = vqdmulhq_n_s16(q2s16, sinpi8sqrt2);
41 q4s16 = vqdmulhq_n_s16(q2s16, cospi8sqrt2minus1);
49 q3s16 = vqaddq_s16(q3s16, q2s16);
50 q4s16 = vqaddq_s16(q4s16, q2s16);
69 q2s16 = vcombine_s16(v2tmp2.val[1], v2tmp3.val[1]);
71 q3s16 = vqdmulhq_n_s16(q2s16, sinpi8sqrt2);
72 q4s16 = vqdmulhq_n_s16(q2s16, cospi8sqrt2minus1);
80 q3s16 = vqaddq_s16(q3s16, q2s16);
    [all...]
iwalsh_neon.c 16 int16x8_t q0s16, q1s16, q2s16, q3s16; local
31 q2s16 = vcombine_s16(d4s16, d5s16);
34 q0s16 = vaddq_s16(q2s16, q3s16);
35 q1s16 = vsubq_s16(q2s16, q3s16);
51 q2s16 = vcombine_s16(d4s16, d5s16);
56 q0s16 = vaddq_s16(q2s16, q3s16);
57 q1s16 = vsubq_s16(q2s16, q3s16);
loopfiltersimplehorizontaledge_neon.c 21 int16x8_t q2s16, q3s16, q13s16; local
52 q2s16 = vsubl_s8(vget_low_s8(vreinterpretq_s8_u8(q7u8)),
60 q2s16 = vmulq_s16(q2s16, q13s16);
66 q2s16 = vaddw_s8(q2s16, vget_low_s8(q4s8));
69 d8s8 = vqmovn_s16(q2s16);
mbloopfilter_neon.c 33 int16x8_t q0s16, q2s16, q11s16, q12s16, q13s16, q14s16, q15s16; local
79 q2s16 = vsubl_s8(vget_low_s8(vreinterpretq_s8_u8(q7)),
88 q2s16 = vmulq_s16(q2s16, q11s16);
93 q2s16 = vaddw_s8(q2s16, vget_low_s8(q1s8));
99 d2 = vqmovn_s16(q2s16);

Completed in 163 milliseconds