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_dequant_full_2x_neon.c27 int16x8x2_t q2tmp2, q2tmp3; in idct_dequant_full_2x_neon() local
115 q2tmp3 = vtrnq_s16(vreinterpretq_s16_s32(q2tmp0.val[1]), in idct_dequant_full_2x_neon()
120 q9 = vqdmulhq_n_s16(q2tmp3.val[1], sinpi8sqrt2); in idct_dequant_full_2x_neon()
122 q11 = vqdmulhq_n_s16(q2tmp3.val[1], cospi8sqrt2minus1); in idct_dequant_full_2x_neon()
124 q2 = vqaddq_s16(q2tmp2.val[0], q2tmp3.val[0]); in idct_dequant_full_2x_neon()
125 q3 = vqsubq_s16(q2tmp2.val[0], q2tmp3.val[0]); in idct_dequant_full_2x_neon()
131 q11 = vqaddq_s16(q2tmp3.val[1], q11); in idct_dequant_full_2x_neon()
150 q2tmp3 = vtrnq_s16(vreinterpretq_s16_s32(q2tmp0.val[1]), in idct_dequant_full_2x_neon()
157 q6 = vreinterpretq_s16_u16(vaddw_u8(vreinterpretq_u16_s16(q2tmp3.val[0]), in idct_dequant_full_2x_neon()
159 q7 = vreinterpretq_s16_u16(vaddw_u8(vreinterpretq_u16_s16(q2tmp3.val[1]), in idct_dequant_full_2x_neon()
Dmbloopfilter_neon.c306 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_mbloop_filter_vertical_edge_y_neon() local
359 q2tmp3 = vtrnq_u32(vreinterpretq_u32_u8(q6), vreinterpretq_u32_u8(q10)); in vp8_mbloop_filter_vertical_edge_y_neon()
364 vreinterpretq_u16_u32(q2tmp3.val[0])); in vp8_mbloop_filter_vertical_edge_y_neon()
368 vreinterpretq_u16_u32(q2tmp3.val[1])); in vp8_mbloop_filter_vertical_edge_y_neon()
395 q2tmp3 = vtrnq_u32(vreinterpretq_u32_u8(q6), vreinterpretq_u32_u8(q10)); in vp8_mbloop_filter_vertical_edge_y_neon()
400 vreinterpretq_u16_u32(q2tmp3.val[0])); in vp8_mbloop_filter_vertical_edge_y_neon()
404 vreinterpretq_u16_u32(q2tmp3.val[1])); in vp8_mbloop_filter_vertical_edge_y_neon()
473 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_mbloop_filter_vertical_edge_uv_neon() local
526 q2tmp3 = vtrnq_u32(vreinterpretq_u32_u8(q6), vreinterpretq_u32_u8(q10)); in vp8_mbloop_filter_vertical_edge_uv_neon()
531 vreinterpretq_u16_u32(q2tmp3.val[0])); in vp8_mbloop_filter_vertical_edge_uv_neon()
[all …]
Dvp8_loopfilter_neon.c334 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_loop_filter_vertical_edge_y_neon() local
388 q2tmp3 = vtrnq_u32(vreinterpretq_u32_u8(q6), vreinterpretq_u32_u8(q10)); in vp8_loop_filter_vertical_edge_y_neon()
393 vreinterpretq_u16_u32(q2tmp3.val[0])); in vp8_loop_filter_vertical_edge_y_neon()
397 vreinterpretq_u16_u32(q2tmp3.val[1])); in vp8_loop_filter_vertical_edge_y_neon()
449 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_loop_filter_vertical_edge_uv_neon() local
504 q2tmp3 = vtrnq_u32(vreinterpretq_u32_u8(q6), vreinterpretq_u32_u8(q10)); in vp8_loop_filter_vertical_edge_uv_neon()
509 vreinterpretq_u16_u32(q2tmp3.val[0])); in vp8_loop_filter_vertical_edge_uv_neon()
513 vreinterpretq_u16_u32(q2tmp3.val[1])); in vp8_loop_filter_vertical_edge_uv_neon()