Searched refs:q13s16 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht8x8_add_neon.c | 37 int16x8_t *q12s16, int16x8_t *q13s16, in IDCT8x8_1D() argument 62 d26s16 = vget_low_s16(*q13s16); in IDCT8x8_1D() 63 d27s16 = vget_high_s16(*q13s16); in IDCT8x8_1D() 139 *q13s16 = vcombine_s16(d26s16, d27s16); in IDCT8x8_1D() 143 q1s16 = vaddq_s16(*q11s16, *q13s16); in IDCT8x8_1D() 144 q2s16 = vsubq_s16(*q11s16, *q13s16); in IDCT8x8_1D() 147 *q13s16 = vsubq_s16(q4s16, q5s16); in IDCT8x8_1D() 151 d26s16 = vget_low_s16(*q13s16); in IDCT8x8_1D() 152 d27s16 = vget_high_s16(*q13s16); in IDCT8x8_1D() 180 *q13s16 = vsubq_s16(q2s16, q5s16); in IDCT8x8_1D() [all …]
|
D | vp9_iht4x4_add_neon.c | 63 int16x8_t q13s16, q14s16; in IDCT4x4_1D() local 85 q13s16 = vcombine_s16(d26s16, d27s16); in IDCT4x4_1D() 87 *q8s16 = vaddq_s16(q13s16, q14s16); in IDCT4x4_1D() 88 *q9s16 = vsubq_s16(q13s16, q14s16); in IDCT4x4_1D()
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
D | shortfdct_neon.c | 117 int16x8_t q11s16, q12s16, q13s16, q14s16, q15s16, qEmptys16; in vp8_short_fdct8x4_neon() local 148 q13s16 = vsubq_s16(v2tmp0.val[1], v2tmp1.val[0]); in vp8_short_fdct8x4_neon() 153 q13s16 = vshlq_n_s16(q13s16, 3); in vp8_short_fdct8x4_neon() 162 d26s16 = vget_low_s16(q13s16); in vp8_short_fdct8x4_neon() 163 d27s16 = vget_high_s16(q13s16); in vp8_short_fdct8x4_neon() 199 q13s16 = vsubq_s16(v2tmp0.val[1], v2tmp1.val[0]); in vp8_short_fdct8x4_neon() 220 d26s16 = vget_low_s16(q13s16); in vp8_short_fdct8x4_neon() 221 d27s16 = vget_high_s16(q13s16); in vp8_short_fdct8x4_neon()
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | loopfiltersimplehorizontaledge_neon.c | 19 int16x8_t q2s16, q3s16, q13s16; in vp8_loop_filter_simple_horizontal_edge_neon() local 40 q13s16 = vdupq_n_s16(3); in vp8_loop_filter_simple_horizontal_edge_neon() 57 q2s16 = vmulq_s16(q2s16, q13s16); in vp8_loop_filter_simple_horizontal_edge_neon() 58 q3s16 = vmulq_s16(q3s16, q13s16); in vp8_loop_filter_simple_horizontal_edge_neon()
|
D | loopfiltersimpleverticaledge_neon.c | 179 int16x8_t q2s16, q13s16, q11s16; in vp8_loop_filter_simple_vertical_edge_neon() local 217 q13s16 = vsubl_s8(vget_high_s8(vreinterpretq_s8_u8(q4u8)), in vp8_loop_filter_simple_vertical_edge_neon() 223 q13s16 = vmulq_s16(q13s16, q11s16); in vp8_loop_filter_simple_vertical_edge_neon() 229 q13s16 = vaddw_s8(q13s16, vget_high_s8(q14s8)); in vp8_loop_filter_simple_vertical_edge_neon() 232 d29s8 = vqmovn_s16(q13s16); in vp8_loop_filter_simple_vertical_edge_neon()
|
D | mbloopfilter_neon.c | 32 int16x8_t q0s16, q2s16, q11s16, q12s16, q13s16, q14s16, q15s16; in vp8_mbloop_filter_neon() local 80 q13s16 = vsubl_s8(vget_high_s8(vreinterpretq_s8_u8(q7)), in vp8_mbloop_filter_neon() 87 q13s16 = vmulq_s16(q13s16, q11s16); in vp8_mbloop_filter_neon() 92 q13s16 = vaddw_s8(q13s16, vget_high_s8(q1s8)); in vp8_mbloop_filter_neon() 98 d3 = vqmovn_s16(q13s16); in vp8_mbloop_filter_neon() 121 q13s16 = vmlal_s8(vreinterpretq_s16_u16(q13u16), vget_high_s8(q1s8), d4); in vp8_mbloop_filter_neon() 128 d25 = vqshrn_n_s16(q13s16, 7); in vp8_mbloop_filter_neon()
|
D | sixtappredict_neon.c | 1271 int16x8_t q11s16, q12s16, q13s16, q15s16; in vp8_sixtap_predict16x16_neon() local 1599 q13s16 = vreinterpretq_s16_u16(q13u16); in vp8_sixtap_predict16x16_neon() 1602 q13s16 = vqaddq_s16(q13s16, q3s16); in vp8_sixtap_predict16x16_neon() 1609 d11u8 = vqrshrun_n_s16(q13s16, 7); in vp8_sixtap_predict16x16_neon()
|