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.c24 int16x8x2_t q2tmp2, q2tmp3; in idct_dequant_full_2x_neon() local
112 q2tmp3 = vtrnq_s16(vreinterpretq_s16_s32(q2tmp0.val[1]), in idct_dequant_full_2x_neon()
117 q9 = vqdmulhq_n_s16(q2tmp3.val[1], sinpi8sqrt2); in idct_dequant_full_2x_neon()
119 q11 = vqdmulhq_n_s16(q2tmp3.val[1], cospi8sqrt2minus1); in idct_dequant_full_2x_neon()
121 q2 = vqaddq_s16(q2tmp2.val[0], q2tmp3.val[0]); in idct_dequant_full_2x_neon()
122 q3 = vqsubq_s16(q2tmp2.val[0], q2tmp3.val[0]); in idct_dequant_full_2x_neon()
128 q11 = vqaddq_s16(q2tmp3.val[1], q11); in idct_dequant_full_2x_neon()
147 q2tmp3 = vtrnq_s16(vreinterpretq_s16_s32(q2tmp0.val[1]), in idct_dequant_full_2x_neon()
155 vaddw_u8(vreinterpretq_u16_s16(q2tmp3.val[0]), vreinterpret_u8_s32(d30))); in idct_dequant_full_2x_neon()
157 vaddw_u8(vreinterpretq_u16_s16(q2tmp3.val[1]), vreinterpret_u8_s32(d31))); in idct_dequant_full_2x_neon()
Dmbloopfilter_neon.c296 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_mbloop_filter_vertical_edge_y_neon() local
349 q2tmp3 = vtrnq_u32(vreinterpretq_u32_u8(q6), vreinterpretq_u32_u8(q10)); in vp8_mbloop_filter_vertical_edge_y_neon()
354 vreinterpretq_u16_u32(q2tmp3.val[0])); in vp8_mbloop_filter_vertical_edge_y_neon()
358 vreinterpretq_u16_u32(q2tmp3.val[1])); in vp8_mbloop_filter_vertical_edge_y_neon()
384 q2tmp3 = vtrnq_u32(vreinterpretq_u32_u8(q6), vreinterpretq_u32_u8(q10)); in vp8_mbloop_filter_vertical_edge_y_neon()
389 vreinterpretq_u16_u32(q2tmp3.val[0])); in vp8_mbloop_filter_vertical_edge_y_neon()
393 vreinterpretq_u16_u32(q2tmp3.val[1])); in vp8_mbloop_filter_vertical_edge_y_neon()
460 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_mbloop_filter_vertical_edge_uv_neon() local
513 q2tmp3 = vtrnq_u32(vreinterpretq_u32_u8(q6), vreinterpretq_u32_u8(q10)); in vp8_mbloop_filter_vertical_edge_uv_neon()
518 vreinterpretq_u16_u32(q2tmp3.val[0])); in vp8_mbloop_filter_vertical_edge_uv_neon()
[all …]
Dvp8_loopfilter_neon.c324 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_loop_filter_vertical_edge_y_neon() local
378 q2tmp3 = vtrnq_u32(vreinterpretq_u32_u8(q6), vreinterpretq_u32_u8(q10)); in vp8_loop_filter_vertical_edge_y_neon()
383 vreinterpretq_u16_u32(q2tmp3.val[0])); in vp8_loop_filter_vertical_edge_y_neon()
387 vreinterpretq_u16_u32(q2tmp3.val[1])); in vp8_loop_filter_vertical_edge_y_neon()
436 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_loop_filter_vertical_edge_uv_neon() local
491 q2tmp3 = vtrnq_u32(vreinterpretq_u32_u8(q6), vreinterpretq_u32_u8(q10)); in vp8_loop_filter_vertical_edge_uv_neon()
496 vreinterpretq_u16_u32(q2tmp3.val[0])); in vp8_loop_filter_vertical_edge_uv_neon()
500 vreinterpretq_u16_u32(q2tmp3.val[1])); in vp8_loop_filter_vertical_edge_uv_neon()