Home
last modified time | relevance | path

Searched refs:q2tmp3 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/common/arm/neon/
Didct_blk_neon.c73 int16x8x2_t q2tmp2, q2tmp3; in idct_dequant_full_2x_neon() local
161 q2tmp3 = vtrnq_s16(vreinterpretq_s16_s32(q2tmp0.val[1]), in idct_dequant_full_2x_neon()
166 q9 = vqdmulhq_n_s16(q2tmp3.val[1], sinpi8sqrt2); in idct_dequant_full_2x_neon()
168 q11 = vqdmulhq_n_s16(q2tmp3.val[1], cospi8sqrt2minus1); in idct_dequant_full_2x_neon()
170 q2 = vqaddq_s16(q2tmp2.val[0], q2tmp3.val[0]); in idct_dequant_full_2x_neon()
171 q3 = vqsubq_s16(q2tmp2.val[0], q2tmp3.val[0]); in idct_dequant_full_2x_neon()
177 q11 = vqaddq_s16(q2tmp3.val[1], q11); in idct_dequant_full_2x_neon()
196 q2tmp3 = vtrnq_s16(vreinterpretq_s16_s32(q2tmp0.val[1]), in idct_dequant_full_2x_neon()
204 vaddw_u8(vreinterpretq_u16_s16(q2tmp3.val[0]), vreinterpret_u8_s32(d30))); in idct_dequant_full_2x_neon()
206 vaddw_u8(vreinterpretq_u16_s16(q2tmp3.val[1]), vreinterpret_u8_s32(d31))); in idct_dequant_full_2x_neon()
Dmbloopfilter_neon.c298 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_mbloop_filter_vertical_edge_y_neon() local
351 q2tmp3 = vtrnq_u32(vreinterpretq_u32_u8(q6), vreinterpretq_u32_u8(q10)); in vp8_mbloop_filter_vertical_edge_y_neon()
356 vreinterpretq_u16_u32(q2tmp3.val[0])); in vp8_mbloop_filter_vertical_edge_y_neon()
360 vreinterpretq_u16_u32(q2tmp3.val[1])); in vp8_mbloop_filter_vertical_edge_y_neon()
386 q2tmp3 = vtrnq_u32(vreinterpretq_u32_u8(q6), vreinterpretq_u32_u8(q10)); in vp8_mbloop_filter_vertical_edge_y_neon()
391 vreinterpretq_u16_u32(q2tmp3.val[0])); in vp8_mbloop_filter_vertical_edge_y_neon()
395 vreinterpretq_u16_u32(q2tmp3.val[1])); in vp8_mbloop_filter_vertical_edge_y_neon()
462 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_mbloop_filter_vertical_edge_uv_neon() local
515 q2tmp3 = vtrnq_u32(vreinterpretq_u32_u8(q6), vreinterpretq_u32_u8(q10)); in vp8_mbloop_filter_vertical_edge_uv_neon()
520 vreinterpretq_u16_u32(q2tmp3.val[0])); in vp8_mbloop_filter_vertical_edge_uv_neon()
[all …]
Dvp8_loopfilter_neon.c326 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_loop_filter_vertical_edge_y_neon() local
380 q2tmp3 = vtrnq_u32(vreinterpretq_u32_u8(q6), vreinterpretq_u32_u8(q10)); in vp8_loop_filter_vertical_edge_y_neon()
385 vreinterpretq_u16_u32(q2tmp3.val[0])); in vp8_loop_filter_vertical_edge_y_neon()
389 vreinterpretq_u16_u32(q2tmp3.val[1])); in vp8_loop_filter_vertical_edge_y_neon()
438 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_loop_filter_vertical_edge_uv_neon() local
493 q2tmp3 = vtrnq_u32(vreinterpretq_u32_u8(q6), vreinterpretq_u32_u8(q10)); in vp8_loop_filter_vertical_edge_uv_neon()
498 vreinterpretq_u16_u32(q2tmp3.val[0])); in vp8_loop_filter_vertical_edge_uv_neon()
502 vreinterpretq_u16_u32(q2tmp3.val[1])); in vp8_loop_filter_vertical_edge_uv_neon()