Home
last modified time | relevance | path

Searched refs:q13s16 (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Didct8x8_add_neon.c22 int16x8_t *q13s16, in TRANSPOSE8X8() argument
40 d26s16 = vget_low_s16(*q13s16); in TRANSPOSE8X8()
41 d27s16 = vget_high_s16(*q13s16); in TRANSPOSE8X8()
52 *q13s16 = vcombine_s16(d19s16, d27s16); in TRANSPOSE8X8()
62 q3x2s32 = vtrnq_s32(vreinterpretq_s32_s16(*q13s16), in TRANSPOSE8X8()
79 *q13s16 = q2x2s16.val[1]; in TRANSPOSE8X8()
91 int16x8_t *q13s16, in IDCT8x8_1D() argument
117 d26s16 = vget_low_s16(*q13s16); in IDCT8x8_1D()
118 d27s16 = vget_high_s16(*q13s16); in IDCT8x8_1D()
194 *q13s16 = vcombine_s16(d26s16, d27s16); in IDCT8x8_1D()
[all …]
Didct32x32_add_neon.c18 q13s16 = vld1q_s16(trans_buf + second * 8);
125 DO_BUTTERFLY(q14s16, q13s16, const_1, const_2, qA, qB);
128 int16x8_t q13s16, in DO_BUTTERFLY() argument
139 dAs16 = vget_low_s16(q13s16); in DO_BUTTERFLY()
140 dBs16 = vget_high_s16(q13s16); in DO_BUTTERFLY()
176 int16x8_t q8s16, q9s16, q10s16, q11s16, q12s16, q13s16, q14s16, q15s16; in idct32_transpose_pair() local
192 q13s16 = vld1q_s16(in); in idct32_transpose_pair()
208 d26s16 = vget_low_s16(q13s16); in idct32_transpose_pair()
209 d27s16 = vget_high_s16(q13s16); in idct32_transpose_pair()
220 q13s16 = vcombine_s16(d19s16, d27s16); in idct32_transpose_pair()
[all …]
Didct16x16_add_neon.c22 int16x8_t *q13s16, in TRANSPOSE8X8() argument
40 d26s16 = vget_low_s16(*q13s16); in TRANSPOSE8X8()
41 d27s16 = vget_high_s16(*q13s16); in TRANSPOSE8X8()
52 *q13s16 = vcombine_s16(d19s16, d27s16); in TRANSPOSE8X8()
62 q3x2s32 = vtrnq_s32(vreinterpretq_s32_s16(*q13s16), in TRANSPOSE8X8()
79 *q13s16 = q2x2s16.val[1]; in TRANSPOSE8X8()
96 int16x8_t q8s16, q9s16, q10s16, q11s16, q12s16, q13s16, q14s16, q15s16; in vpx_idct16x16_256_add_neon_pass1() local
117 q13s16 = q0x2s16.val[0]; in vpx_idct16x16_256_add_neon_pass1()
126 &q12s16, &q13s16, &q14s16, &q15s16); in vpx_idct16x16_256_add_neon_pass1()
138 d26s16 = vget_low_s16(q13s16); in vpx_idct16x16_256_add_neon_pass1()
[all …]
Didct4x4_add_neon.c22 int16x8_t q8s16, q9s16, q13s16, q14s16; in vpx_idct4x4_16_add_neon() local
74 q13s16 = vcombine_s16(d26s16, d27s16); in vpx_idct4x4_16_add_neon()
78 q8s16 = vaddq_s16(q13s16, q14s16); in vpx_idct4x4_16_add_neon()
79 q9s16 = vsubq_s16(q13s16, q14s16); in vpx_idct4x4_16_add_neon()
115 q13s16 = vcombine_s16(d26s16, d27s16); in vpx_idct4x4_16_add_neon()
119 q8s16 = vaddq_s16(q13s16, q14s16); in vpx_idct4x4_16_add_neon()
120 q9s16 = vsubq_s16(q13s16, q14s16); in vpx_idct4x4_16_add_neon()
Dintrapred_neon.c728 int16x8_t q12s16, q13s16, q14s16, q15s16; in vpx_tm_predictor_32x32_neon() local
747 q13s16 = vaddq_s16(vreinterpretq_s16_u16(q0u16), in vpx_tm_predictor_32x32_neon()
754 d1u8 = vqmovun_s16(q13s16); in vpx_tm_predictor_32x32_neon()
766 q13s16 = vaddq_s16(vreinterpretq_s16_u16(q0u16), in vpx_tm_predictor_32x32_neon()
773 d1u8 = vqmovun_s16(q13s16); in vpx_tm_predictor_32x32_neon()
785 q13s16 = vaddq_s16(vreinterpretq_s16_u16(q0u16), in vpx_tm_predictor_32x32_neon()
792 d1u8 = vqmovun_s16(q13s16); in vpx_tm_predictor_32x32_neon()
804 q13s16 = vaddq_s16(vreinterpretq_s16_u16(q0u16), in vpx_tm_predictor_32x32_neon()
811 d1u8 = vqmovun_s16(q13s16); in vpx_tm_predictor_32x32_neon()
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht8x8_add_neon.c40 int16x8_t *q13s16, in TRANSPOSE8X8() argument
58 d26s16 = vget_low_s16(*q13s16); in TRANSPOSE8X8()
59 d27s16 = vget_high_s16(*q13s16); in TRANSPOSE8X8()
70 *q13s16 = vcombine_s16(d19s16, d27s16); in TRANSPOSE8X8()
80 q3x2s32 = vtrnq_s32(vreinterpretq_s32_s16(*q13s16), in TRANSPOSE8X8()
97 *q13s16 = q2x2s16.val[1]; in TRANSPOSE8X8()
109 int16x8_t *q13s16, in IDCT8x8_1D() argument
135 d26s16 = vget_low_s16(*q13s16); in IDCT8x8_1D()
136 d27s16 = vget_high_s16(*q13s16); in IDCT8x8_1D()
212 *q13s16 = vcombine_s16(d26s16, d27s16); in IDCT8x8_1D()
[all …]
Dvp9_iht4x4_add_neon.c76 int16x8_t q13s16, q14s16; in IDCT4x4_1D() local
98 q13s16 = vcombine_s16(d26s16, d27s16); in IDCT4x4_1D()
100 *q8s16 = vaddq_s16(q13s16, q14s16); in IDCT4x4_1D()
101 *q9s16 = vsubq_s16(q13s16, q14s16); in IDCT4x4_1D()
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dshortfdct_neon.c127 int16x8_t q11s16, q12s16, q13s16, q14s16, q15s16, qEmptys16; in vp8_short_fdct8x4_neon() local
158 q13s16 = vsubq_s16(v2tmp0.val[1], v2tmp1.val[0]); in vp8_short_fdct8x4_neon()
163 q13s16 = vshlq_n_s16(q13s16, 3); in vp8_short_fdct8x4_neon()
172 d26s16 = vget_low_s16(q13s16); in vp8_short_fdct8x4_neon()
173 d27s16 = vget_high_s16(q13s16); in vp8_short_fdct8x4_neon()
209 q13s16 = vsubq_s16(v2tmp0.val[1], v2tmp1.val[0]); in vp8_short_fdct8x4_neon()
230 d26s16 = vget_low_s16(q13s16); in vp8_short_fdct8x4_neon()
231 d27s16 = vget_high_s16(q13s16); in vp8_short_fdct8x4_neon()
/external/libvpx/libvpx/vp8/common/arm/neon/
Dloopfiltersimplehorizontaledge_neon.c21 int16x8_t q2s16, q3s16, q13s16; in vp8_loop_filter_simple_horizontal_edge_neon() local
42 q13s16 = vdupq_n_s16(3); in vp8_loop_filter_simple_horizontal_edge_neon()
60 q2s16 = vmulq_s16(q2s16, q13s16); in vp8_loop_filter_simple_horizontal_edge_neon()
61 q3s16 = vmulq_s16(q3s16, q13s16); in vp8_loop_filter_simple_horizontal_edge_neon()
Dloopfiltersimpleverticaledge_neon.c185 int16x8_t q2s16, q13s16, q11s16; in vp8_loop_filter_simple_vertical_edge_neon() local
223 q13s16 = vsubl_s8(vget_high_s8(vreinterpretq_s8_u8(q4u8)), in vp8_loop_filter_simple_vertical_edge_neon()
230 q13s16 = vmulq_s16(q13s16, q11s16); in vp8_loop_filter_simple_vertical_edge_neon()
236 q13s16 = vaddw_s8(q13s16, vget_high_s8(q14s8)); in vp8_loop_filter_simple_vertical_edge_neon()
239 d29s8 = vqmovn_s16(q13s16); in vp8_loop_filter_simple_vertical_edge_neon()
Dmbloopfilter_neon.c33 int16x8_t q0s16, q2s16, q11s16, q12s16, q13s16, q14s16, q15s16; in vp8_mbloop_filter_neon() local
81 q13s16 = vsubl_s8(vget_high_s8(vreinterpretq_s8_u8(q7)), in vp8_mbloop_filter_neon()
89 q13s16 = vmulq_s16(q13s16, q11s16); in vp8_mbloop_filter_neon()
94 q13s16 = vaddw_s8(q13s16, vget_high_s8(q1s8)); in vp8_mbloop_filter_neon()
100 d3 = vqmovn_s16(q13s16); in vp8_mbloop_filter_neon()
123 q13s16 = vmlal_s8(vreinterpretq_s16_u16(q13u16), vget_high_s8(q1s8), d4); in vp8_mbloop_filter_neon()
130 d25 = vqshrn_n_s16(q13s16, 7); in vp8_mbloop_filter_neon()
Dsixtappredict_neon.c1296 int16x8_t q11s16, q12s16, q13s16, q15s16; in vp8_sixtap_predict16x16_neon() local
1624 q13s16 = vreinterpretq_s16_u16(q13u16); in vp8_sixtap_predict16x16_neon()
1627 q13s16 = vqaddq_s16(q13s16, q3s16); in vp8_sixtap_predict16x16_neon()
1634 d11u8 = vqrshrun_n_s16(q13s16, 7); in vp8_sixtap_predict16x16_neon()