Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dvp8_shortwalsh4x4_neon.c25 int16x4_t dEmptys16, d0s16, d1s16, d2s16, d3s16, d4s16, d5s16, d6s16, d7s16; in vp8_short_walsh4x4_neon() local
36 d0s16 = vld1_s16(input); in vp8_short_walsh4x4_neon()
44 v2tmp2 = vtrn_s32(vreinterpret_s32_s16(d0s16), vreinterpret_s32_s16(d2s16)); in vp8_short_walsh4x4_neon()
64 d0s16 = vadd_s16(d4s16, d5s16); in vp8_short_walsh4x4_neon()
69 d0s16 = vsub_s16(d0s16, vreinterpret_s16_u16(d16u16)); in vp8_short_walsh4x4_neon()
73 v2tmp3 = vtrn_s32(vreinterpret_s32_s16(d0s16), vreinterpret_s32_s16(d2s16)); in vp8_short_walsh4x4_neon()
109 d0s16 = vshrn_n_s32(q8s32, 3); in vp8_short_walsh4x4_neon()
114 q0s16 = vcombine_s16(d0s16, d1s16); in vp8_short_walsh4x4_neon()
Dshortfdct_neon.c16 int16x4_t d0s16, d1s16, d2s16, d3s16, d4s16, d5s16, d6s16, d7s16; in vp8_short_fdct4x4_neon() local
33 d0s16 = vld1_s16(input); in vp8_short_fdct4x4_neon()
41 v2tmp2 = vtrn_s32(vreinterpret_s32_s16(d0s16), vreinterpret_s32_s16(d2s16)); in vp8_short_fdct4x4_neon()
58 d0s16 = vadd_s16(d4s16, d5s16); in vp8_short_fdct4x4_neon()
70 v2tmp2 = vtrn_s32(vreinterpret_s32_s16(d0s16), vreinterpret_s32_s16(d2s16)); in vp8_short_fdct4x4_neon()
85 d0s16 = vadd_s16(d4s16, d5s16); in vp8_short_fdct4x4_neon()
94 d0s16 = vshr_n_s16(d0s16, 4); in vp8_short_fdct4x4_neon()
105 q0s16 = vcombine_s16(d0s16, d1s16); in vp8_short_fdct4x4_neon()
114 int16x4_t d0s16, d1s16, d2s16, d3s16, d4s16, d5s16, d6s16, d7s16; in vp8_short_fdct8x4_neon() local
212 d0s16 = vget_low_s16(q0s16); in vp8_short_fdct8x4_neon()
[all …]